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/net/netmap_user.h | |
| parent | c257f99e9b780a17756af5200ff895551f4f04fe (diff) | |
Notes
Diffstat (limited to 'sys/net/netmap_user.h')
| -rw-r--r-- | sys/net/netmap_user.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/netmap_user.h b/sys/net/netmap_user.h index 9c3a4c1e5949..c9695c2a41d7 100644 --- a/sys/net/netmap_user.h +++ b/sys/net/netmap_user.h @@ -293,7 +293,7 @@ typedef void (*nm_cb_t)(u_char *, const struct nm_pkthdr *, const u_char *d); * if passed a netmap_desc with mem != NULL, * use that memory instead of mmap. */ - + static struct nm_desc *nm_open(const char *ifname, const struct nmreq *req, uint64_t flags, const struct nm_desc *arg); @@ -531,7 +531,7 @@ nm_open(const char *ifname, const struct nmreq *req, } } #endif /* debugging */ - + d->cur_tx_ring = d->first_tx_ring; d->cur_rx_ring = d->first_rx_ring; return d; |
