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

2017-05-29 Thread Ferruh Yigit
On 5/26/2017 3:30 PM, Radu Nicolau wrote: > Moved all bypass functions to ixgbe pmd and removed function > pointers from the eth_dev_ops struct. Hi Radu, Thanks for taking care of this, this was waiting for a while. > > Also cleared some checkpatch errors. > > Signed-off-by: Radu Nicolau <..

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

2017-05-26 Thread Radu Nicolau
Moved all bypass functions to ixgbe pmd and removed function pointers from the eth_dev_ops struct. Also cleared some checkpatch errors. Signed-off-by: Radu Nicolau --- app/test-pmd/cmdline.c | 100 ++-- app/test-pmd/testpmd.c | 11 +- app/test-