[dts] [PATCH V1]pvp_virtio_user_2M_hugepages: trex can't received pkts with its self mac addr as src mac

Han, YingyaX yingyax.han at intel.com
Tue Apr 21 03:35:01 CEST 2020


Tested-by: Han,YingyaX <yingyax.han at intel.com>

BRs,
Yingya

-----Original Message-----
From: dts <dts-bounces at dpdk.org> On Behalf Of Xiao Qimai
Sent: Monday, April 20, 2020 8:41 PM
To: dts at dpdk.org
Cc: Xiao, QimaiX <qimaix.xiao at intel.com>
Subject: [dts] [PATCH V1]pvp_virtio_user_2M_hugepages: trex can't received pkts with its self mac addr as src mac

*. remove pci of virtio side and change fwd mode to mac

Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
---
 tests/TestSuite_pvp_virtio_user_2M_hugepages.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_pvp_virtio_user_2M_hugepages.py b/tests/TestSuite_pvp_virtio_user_2M_hugepages.py
index ac7187c..71df7d5 100644
--- a/tests/TestSuite_pvp_virtio_user_2M_hugepages.py
+++ b/tests/TestSuite_pvp_virtio_user_2M_hugepages.py
@@ -140,9 +140,10 @@ class TestPVPVirtioWith2Mhuge(TestCase):
         """
         testcmd = self.dut.target + "/app/testpmd "
         vdev = 'net_virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1' if not packed else 'net_virtio_user0,mac=00:11:22:33:44:10,path=./vhost-net,queues=1,packed_vq=1'
-        eal_params = self.dut.create_eal_parameters(cores=self.core_list_virtio_user, no_pci=True, prefix='virtio-user', ports=[self.pci_info], vdevs=[vdev])
+        eal_params = self.dut.create_eal_parameters(cores=self.core_list_virtio_user, no_pci=True, prefix='virtio-user', vdevs=[vdev])
         command_line_user = testcmd + eal_params + ' --single-file-segments -- -i'
         self.virtio_user.send_expect(command_line_user, "testpmd> ", 120)
+        self.virtio_user.send_expect("set fwd mac", "testpmd> ", 120)
         self.virtio_user.send_expect("start", "testpmd> ", 120)
 
     def close_all_apps(self):
-- 
1.8.3.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestPVPVirtioWith2Mhuge.log
Type: application/octet-stream
Size: 92813 bytes
Desc: TestPVPVirtioWith2Mhuge.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200421/5ce23dbf/attachment.obj>


More information about the dts mailing list