* [dts] [PATCH V1] tests/interrupt_pmd: modify the destination ip of the package
@ 2022-03-01 14:23 Jiale Song
2022-03-01 6:04 ` Huang, ZhiminX
0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2022-03-01 14:23 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
some network cards cannot wake up all cores with the current packet,
such as carlsville. modifying the target ip of the packet can improve
some compatibility.
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_interrupt_pmd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_interrupt_pmd.py b/tests/TestSuite_interrupt_pmd.py
index db8efe44..db2d37df 100644
--- a/tests/TestSuite_interrupt_pmd.py
+++ b/tests/TestSuite_interrupt_pmd.py
@@ -134,7 +134,7 @@ class TestInterruptPmd(TestCase):
mac = self.dut.get_mac_address(self.dut_ports[i])
txItf = self.tester.get_interface(txport)
self.tester.scapy_append(
- 'sendp([Ether()/IP(dst="198.0.0.%d")/UDP()/Raw(\'X\'*18)], iface="%s")' % (j, txItf))
+ 'sendp([Ether()/IP(dst="198.0.%d.0")/UDP()/Raw(\'X\'*18)], iface="%s")' % (j, txItf))
self.tester.scapy_execute()
def tear_down(self):
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [dts] [PATCH V1] tests/interrupt_pmd: modify the destination ip of the package
2022-03-01 14:23 [dts] [PATCH V1] tests/interrupt_pmd: modify the destination ip of the package Jiale Song
@ 2022-03-01 6:04 ` Huang, ZhiminX
0 siblings, 0 replies; 2+ messages in thread
From: Huang, ZhiminX @ 2022-03-01 6:04 UTC (permalink / raw)
To: Jiale, SongX, dts; +Cc: Jiale, SongX
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: Tuesday, March 1, 2022 10:24 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/interrupt_pmd: modify the destination ip of the
> package
>
> some network cards cannot wake up all cores with the current packet, such as
> carlsville. modifying the target ip of the packet can improve some compatibility.
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
> ---
Tested-by: Zhimin Huang <zhiminx.huang@intel.com >
[-- Attachment #2: TestInterruptPmd.log --]
[-- Type: application/octet-stream, Size: 85861 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-01 6:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 14:23 [dts] [PATCH V1] tests/interrupt_pmd: modify the destination ip of the package Jiale Song
2022-03-01 6:04 ` Huang, ZhiminX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).