[V1] tests/vf_packet_rxtx:add twinpond supported
Commit Message
add twinpond supported
Signed-off-by: Chen Lingli <linglix.chen@intel.com>
---
tests/TestSuite_vf_packet_rxtx.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
> -----Original Message-----
> From: Chen, LingliX
> Sent: Monday, March 8, 2021 11:26 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1] tests/vf_packet_rxtx:add twinpond supported
>
> Signed-off-by: ChenLingli <linglix.chen@intel.com>
Tested-by: Chen Lingli <linglix.chen@intel.com>
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> Sent: Monday, March 8, 2021 16:01
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
>
>
> > -----Original Message-----
> > From: Chen, LingliX
> > Sent: Monday, March 8, 2021 11:26 PM
> > To: dts@dpdk.org
> > Cc: Chen, LingliX <linglix.chen@intel.com>
> > Subject: [dts][PATCH V1] tests/vf_packet_rxtx:add twinpond supported
> >
> > Signed-off-by: ChenLingli <linglix.chen@intel.com>
>
> Tested-by: Chen Lingli <linglix.chen@intel.com>
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> add twinpond supported
>
> Signed-off-by: Chen Lingli <linglix.chen@intel.com>
Applied, thanks
@@ -217,7 +217,7 @@ class TestVfPacketRxtx(TestCase):
if driver == 'igb_uio':
self.host_testpmd = PmdOutput(self.dut)
- if (self.nic in ["niantic", "sageville", "sagepond"]):
+ if (self.nic in ["niantic", "sageville", "sagepond","twinpond"]):
self.host_testpmd.start_testpmd("1S/9C/1T", "--txq=4 --rxq=4 ")
else:
self.host_testpmd.start_testpmd("1S/2C/2T")