sfxge(4): allow to have no NIC handle on Rx datapath in DPDK PMD
authorarybchik <arybchik@FreeBSD.org>
Thu, 29 Dec 2016 07:00:26 +0000 (07:00 +0000)
committerarybchik <arybchik@FreeBSD.org>
Thu, 29 Dec 2016 07:00:26 +0000 (07:00 +0000)
commite79229e84d66b7f5f727192f835f21a13d746eb0
tree2b525ceda2db873231430eff73f7b6701ff9f58c
parent7e402c3708ebd4443c2969a117bcda66b13833ac
sfxge(4): allow to have no NIC handle on Rx datapath in DPDK PMD

It is required to minimize RxQ context in the driver or avoid chaising
for the NIC handle in adapter (global per-interface) structure.

Reviewed by:    gnn
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
Differential Revision:  https://reviews.freebsd.org/D8950
sys/dev/sfxge/common/efx.h
sys/dev/sfxge/common/efx_rx.c
sys/dev/sfxge/sfxge_rx.c