]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sfxge: remove unused common code EFSYS_OPT_RX_HDR_SPLIT
authorarybchik <arybchik@FreeBSD.org>
Wed, 13 Jan 2016 06:37:45 +0000 (06:37 +0000)
committerarybchik <arybchik@FreeBSD.org>
Wed, 13 Jan 2016 06:37:45 +0000 (06:37 +0000)
commit59a6268d11eb2887334f36647da12fe28f236ce6
tree59d2308e6e320dcd12c5669fe598f514f8c5bdf3
parent35ef4d8cbd13089bab5f59627691ad09135450f5
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
sys/dev/sfxge/common/efsys.h
sys/dev/sfxge/common/efx.h
sys/dev/sfxge/common/efx_check.h
sys/dev/sfxge/common/efx_ev.c
sys/dev/sfxge/common/efx_impl.h
sys/dev/sfxge/common/efx_rx.c
sys/dev/sfxge/common/hunt_impl.h
sys/dev/sfxge/common/hunt_rx.c