* [dts] [PATCH V1] tests/vf_offload: optimization script
@ 2022-05-18 5:42 Jiale Song
2022-05-18 8:05 ` Huang, ZhiminX
2022-05-18 14:08 ` lijuan.tu
0 siblings, 2 replies; 3+ messages in thread
From: Jiale Song @ 2022-05-18 5:42 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
tcpdump timeout, increase the '-n' to skip the DNS reverse domain name resolution operation.
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
tests/TestSuite_vf_offload.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vf_offload.py b/tests/TestSuite_vf_offload.py
index dff1a1b9..12f02070 100644
--- a/tests/TestSuite_vf_offload.py
+++ b/tests/TestSuite_vf_offload.py
@@ -448,7 +448,7 @@ class TestVfOffload(TestCase):
"""
Get the length of loading_sizes
"""
- scanner = 'tcpdump -vv -r tcpdump_{iface}.pcap 2>/dev/null | grep "seq" | grep "length"'
+ scanner = 'tcpdump -n -vv -r tcpdump_{iface}.pcap 2>/dev/null | grep "seq" | grep "length"'
return self.tcpdump_scanner(scanner.format(**locals()))
def test_tso(self):
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [dts] [PATCH V1] tests/vf_offload: optimization script
2022-05-18 5:42 [dts] [PATCH V1] tests/vf_offload: optimization script Jiale Song
@ 2022-05-18 8:05 ` Huang, ZhiminX
2022-05-18 14:08 ` lijuan.tu
1 sibling, 0 replies; 3+ messages in thread
From: Huang, ZhiminX @ 2022-05-18 8:05 UTC (permalink / raw)
To: Jiale, SongX, dts; +Cc: Jiale, SongX
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: Wednesday, May 18, 2022 1:43 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/vf_offload: optimization script
>
> tcpdump timeout, increase the '-n' to skip the DNS reverse domain name
> resolution operation.
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
Tested-by: Zhimin Huang <zhiminx.huang@intel.com >
[-- Attachment #2: TestVfOffload.log --]
[-- Type: application/octet-stream, Size: 85684 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V1] tests/vf_offload: optimization script
2022-05-18 5:42 [dts] [PATCH V1] tests/vf_offload: optimization script Jiale Song
2022-05-18 8:05 ` Huang, ZhiminX
@ 2022-05-18 14:08 ` lijuan.tu
1 sibling, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-05-18 14:08 UTC (permalink / raw)
To: dts, Jiale Song; +Cc: Jiale Song
On Wed, 18 May 2022 13:42:30 +0800, Jiale Song <songx.jiale@intel.com> wrote:
> tcpdump timeout, increase the '-n' to skip the DNS reverse domain name resolution operation.
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-18 14:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 5:42 [dts] [PATCH V1] tests/vf_offload: optimization script Jiale Song
2022-05-18 8:05 ` Huang, ZhiminX
2022-05-18 14:08 ` lijuan.tu
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).