aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efsys.h
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-13 06:37:45 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-13 06:37:45 +0000
commit1b02e3c0cf50104d6dc28a8c58492c73d2883a1e (patch)
tree59d2308e6e320dcd12c5669fe598f514f8c5bdf3 /sys/dev/sfxge/common/efsys.h
parenta78d512838f4ec93f3b43bc1328a04470154d8ac (diff)
downloadsrc-1b02e3c0cf50104d6dc28a8c58492c73d2883a1e.tar.gz
src-1b02e3c0cf50104d6dc28a8c58492c73d2883a1e.zip
sfxge: remove unused common code EFSYS_OPT_RX_HDR_SPLIT
The EFSYS_OPT_RX_HDR_SPLIT optional feature in the common code implemented the Lookahead Split feature of Windows. This split received packets at a preconfigured byte offset, and delivered the header and payload portions to separate receive queues. Now the common code interface has no callers, so remove it. Note that this should not be confused with the Header Data Split feature of Windows, which splits packets at a header boundary. Submitted by: Andy Moreton <amoreton at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D4888
Notes
Notes: svn path=/head/; revision=293806
Diffstat (limited to 'sys/dev/sfxge/common/efsys.h')
-rw-r--r--sys/dev/sfxge/common/efsys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efsys.h b/sys/dev/sfxge/common/efsys.h
index b3013dce89ce..4d72e28903e3 100644
--- a/sys/dev/sfxge/common/efsys.h
+++ b/sys/dev/sfxge/common/efsys.h
@@ -288,7 +288,6 @@ sfxge_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map,
#define EFSYS_OPT_QSTATS 1
#define EFSYS_OPT_FILTER 1
#define EFSYS_OPT_RX_SCATTER 0
-#define EFSYS_OPT_RX_HDR_SPLIT 0
#define EFSYS_OPT_EV_PREFETCH 0