diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2014-06-05 21:12:41 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2014-06-05 21:12:41 +0000 |
| commit | 43ed1d3c768e40343ea3035369f0b578a037a227 (patch) | |
| tree | 6506e00e3f9b51d0780bfeb78bf83f75c03f51f4 /sys/dev/netmap/netmap_vale.c | |
| parent | c257f99e9b780a17756af5200ff895551f4f04fe (diff) | |
Notes
Diffstat (limited to 'sys/dev/netmap/netmap_vale.c')
| -rw-r--r-- | sys/dev/netmap/netmap_vale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_vale.c b/sys/dev/netmap/netmap_vale.c index 34e39126e5258..242185da6029c 100644 --- a/sys/dev/netmap/netmap_vale.c +++ b/sys/dev/netmap/netmap_vale.c @@ -1783,7 +1783,7 @@ netmap_bwrap_intr_notify(struct netmap_adapter *na, u_int ring_nr, enum txrx tx, if (is_host_ring) { vpna = hostna; ring_nr = 0; - } + } /* simulate a user wakeup on the rx ring */ /* fetch packets that have arrived. * XXX maybe do this in a loop ? |
