RE: [PATCH v2 3/3] net/ixgbe: move bypass init in a testpmd command

2022-06-23 Thread Zhang, Qi Z
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, June 21, 2022 3:04 AM > To: Yang, Qiming ; Wu, Wenjun1 > ; Jiang, YuX > Cc: Li, Xiaoyun ; Singh, Aman Deep > ; Zhang, Yuying ; > dev@dpdk.org; David Marchand ; Zhang, Qi Z > > Subject: Re: [PATCH

Re: [PATCH v2 3/3] net/ixgbe: move bypass init in a testpmd command

2022-06-20 Thread Ferruh Yigit
On 6/17/2022 6:07 AM, David Marchand wrote: Introduce a new command and remove the last part of specific port init from testpmd. Signed-off-by: David Marchand --- app/test-pmd/meson.build | 1 - app/test-pmd/testpmd.c| 4 -- doc/guides/nics/ixgbe.rst | 7 +++

[PATCH v2 3/3] net/ixgbe: move bypass init in a testpmd command

2022-06-16 Thread David Marchand
Introduce a new command and remove the last part of specific port init from testpmd. Signed-off-by: David Marchand --- app/test-pmd/meson.build | 1 - app/test-pmd/testpmd.c| 4 -- doc/guides/nics/ixgbe.rst | 7 +++ drivers/net/ixgbe/ixgbe_testpmd.c | 82 +