Re: [PATCH v3] ethdev: moved bypass functions to ixgbe pmd
From: Ferruh Yigit <hidden>
Date: 2017-06-01 11:26:53
From: Ferruh Yigit <hidden>
Date: 2017-06-01 11:26:53
On 6/1/2017 1:49 AM, Lu, Wenzhuo wrote:
Hi,quoted
-----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 <redacted>Acked-by: Wenzhuo Lu <redacted>
Applied to dpdk-next-net/master, thanks.