Re: [dpdk-dev] [PATCH v3] ethdev: moved bypass functions to ixgbe pmd

2017-06-01 Thread Ferruh Yigit
On 6/1/2017 1:49 AM, Lu, Wenzhuo wrote: > 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

Re: [dpdk-dev] [PATCH v3] ethdev: moved bypass functions to ixgbe pmd

2017-05-31 Thread Lu, Wenzhuo
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

[dpdk-dev] [PATCH v3] ethdev: moved bypass functions to ixgbe pmd

2017-05-31 Thread Radu Nicolau
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_i