diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2012-02-08 11:43:29 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2012-02-08 11:43:29 +0000 |
| commit | 5819da83cec5fdb1d77956b2e7726525bf1245ea (patch) | |
| tree | dc9a4f4f3227fea430bc6d74c565a7291e95bc05 /sys/net/netmap.h | |
| parent | 78674822c7c824d55219c5817522dc81b09c8cd1 (diff) | |
Notes
Diffstat (limited to 'sys/net/netmap.h')
| -rw-r--r-- | sys/net/netmap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/net/netmap.h b/sys/net/netmap.h index 4dec1fddbb3c..0ba1537b4e1a 100644 --- a/sys/net/netmap.h +++ b/sys/net/netmap.h @@ -258,12 +258,6 @@ struct nmreq { #define NETMAP_RING_MASK 0xfff /* the ring number */ }; -/* - * default buf size is 2048, but it may make sense to have - * it shorter for better cache usage. - */ - -#define NETMAP_BUF_SIZE (2048) #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */ #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */ #define NIOCUNREGIF _IO('i', 147) /* interface unregister */ |
