Hi,
> -----Original Message----- > From: Nicolau, Radu > Sent: Wednesday, May 31, 2017 7:10 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh; Iremonger, Bernard; Dai, Wei; Lu, Wenzhuo; Nicolau, Radu > Subject: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd > > Moved all bypass functions to ixgbe pmd and removed function pointers > from the eth_dev_ops struct. > > Changes in v2: > CONFIG_RTE_NIC_BYPASS removed, new option in the IXGBE section added, > CONFIG_RTE_LIBRTE_IXGBE_BYPASS. > Updated test-pmd to always include the bypass commands. > > Changes in v3: > Added is_ixgbe_supported check on all bypass API functions. > > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> Acked-by: Wenzhuo Lu <wenzhuo...@intel.com>