* [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
@ 2020-04-21 11:58 Xie,WeiX
2020-04-23 5:42 ` Tu, Lijuan
0 siblings, 1 reply; 8+ messages in thread
From: Xie,WeiX @ 2020-04-21 11:58 UTC (permalink / raw)
To: dts; +Cc: Xu, Hailin
From: "Xu, Hailin" <hailinx.xu@intel.com>
add nic carlsville,the nic support case.
Signed-off-by: Xu, Hailin <hailinx.xu@intel.com>
---
conf/test_case_supportlist.json | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index e89069f..08a2692 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -7,7 +7,8 @@
"NIC": [
"fortville_eagle",
"fortville_spirit",
- "fortville_25g"
+ "fortville_25g",
+ "carlsville"
],
"Target": [
"ALL"
@@ -828,7 +829,8 @@
"fortville_spirit",
"fortville_spirit_single",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -848,6 +850,7 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
+ "carlsville",
"foxville"
],
"Target": [
@@ -910,6 +913,7 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
+ "carlsville",
"foxville"
],
"Target": [
@@ -997,6 +1001,7 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
+ "carlsville",
"foxville"
],
"Target": [
@@ -1017,6 +1022,7 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
+ "carlsville",
"foxville"
],
"Target": [
@@ -1699,7 +1705,8 @@
"NIC": [
"fortville_eagle",
"fortville_spirit",
- "fortville_25g"
+ "fortville_25g",
+ "carlsville"
],
"Target": [
"ALL"
@@ -1716,7 +1723,8 @@
"NIC": [
"fortville_eagle",
"fortville_spirit",
- "fortville_25g"
+ "fortville_25g",
+ "carlsville"
],
"Target": [
"ALL"
--
1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-21 11:58 [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville Xie,WeiX
@ 2020-04-23 5:42 ` Tu, Lijuan
0 siblings, 0 replies; 8+ messages in thread
From: Tu, Lijuan @ 2020-04-23 5:42 UTC (permalink / raw)
To: Xie, WeiX, dts; +Cc: Xu, HailinX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie,WeiX
> Sent: Tuesday, April 21, 2020 7:58 PM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
>
> From: "Xu, Hailin" <hailinx.xu@intel.com>
>
> add nic carlsville,the nic support case.
>
> Signed-off-by: Xu, Hailin <hailinx.xu@intel.com>
> ---
> conf/test_case_supportlist.json | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)
>
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index e89069f..08a2692 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -7,7 +7,8 @@
> "NIC": [
> "fortville_eagle",
> "fortville_spirit",
> - "fortville_25g"
> + "fortville_25g",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -828,7 +829,8 @@
> "fortville_spirit",
> "fortville_spirit_single",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -848,6 +850,7 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> + "carlsville",
> "foxville"
> ],
> "Target": [
> @@ -910,6 +913,7 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> + "carlsville",
> "foxville"
> ],
> "Target": [
> @@ -997,6 +1001,7 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> + "carlsville",
> "foxville"
> ],
> "Target": [
> @@ -1017,6 +1022,7 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> + "carlsville",
> "foxville"
> ],
> "Target": [
> @@ -1699,7 +1705,8 @@
> "NIC": [
> "fortville_eagle",
> "fortville_spirit",
> - "fortville_25g"
> + "fortville_25g",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -1716,7 +1723,8 @@
> "NIC": [
> "fortville_eagle",
> "fortville_spirit",
> - "fortville_25g"
> + "fortville_25g",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-24 2:53 Xu, Hailin
2020-04-24 3:14 ` Xu, HailinX
@ 2020-04-24 6:41 ` Tu, Lijuan
1 sibling, 0 replies; 8+ messages in thread
From: Tu, Lijuan @ 2020-04-24 6:41 UTC (permalink / raw)
To: Xu, HailinX, dts; +Cc: Xu, HailinX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, Hailin
> Sent: Friday, April 24, 2020 10:53 AM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
>
> From: "xu,hailin" <hailinx.xu@intel.com>
>
> carlsville driver is i40e, so nic carlsville support this case.
>
> Signed-off-by: xu,hailin <hailinx.xu@intel.com>
> ---
> conf/test_case_supportlist.json | 21 ++++++++++++++-------
> 1 file changed, 14 insertions(+), 7 deletions(-)
>
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index 08a2692..1f31e92 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -612,7 +612,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -632,7 +633,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsvile"
> ],
> "Target": [
> "ALL"
> @@ -652,7 +654,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -672,7 +675,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -713,7 +717,8 @@
> "fortville_25g",
> "fortpark",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -733,7 +738,8 @@
> "fortville_spirit",
> "fortville_spirit_single",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -875,7 +881,8 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> - "foxville"
> + "foxville",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-24 3:21 ` Huang, ZhiminX
@ 2020-04-24 3:39 ` Zhu, TaoX
0 siblings, 0 replies; 8+ messages in thread
From: Zhu, TaoX @ 2020-04-24 3:39 UTC (permalink / raw)
To: Huang, ZhiminX, Xu, HailinX, dts; +Cc: Xu, HailinX
Tested-by: Tao Zhu <taox.zhu@intel.com>
BR,
Zhu, Tao
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Huang, ZhiminX
> Sent: Friday, April 24, 2020 11:21 AM
> To: Xu, HailinX <hailinx.xu@intel.com>; dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
>
> Tested-by: Huang, ZhiminX <zhiminx.huang@intel.com>
>
> Regards,
> HuangZhiMin
>
>
>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, HailinX
> Sent: Friday, April 24, 2020 11:15 AM
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
>
> Tested-by: Xu, Hailin <hailinx.xu@intel.com>
>
> Regards,
> Xu, Hailin
>
> -----Original Message-----
> From: Xu, HailinX
> Sent: Friday, April 24, 2020 10:53 AM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts][PATCH v1] conf/test_case_supportlist:add nic carlsville
>
> From: "xu,hailin" <hailinx.xu@intel.com>
>
> carlsville driver is i40e, so nic carlsville support this case.
>
> Signed-off-by: xu,hailin <hailinx.xu@intel.com>
> ---
> conf/test_case_supportlist.json | 21 ++++++++++++++-------
> 1 file changed, 14 insertions(+), 7 deletions(-)
>
> diff --git a/conf/test_case_supportlist.json
> b/conf/test_case_supportlist.json index 08a2692..1f31e92 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -612,7 +612,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -632,7 +633,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsvile"
> ],
> "Target": [
> "ALL"
> @@ -652,7 +654,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -672,7 +675,8 @@
> "fortville_spirit_single",
> "fortville_25g",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -713,7 +717,8 @@
> "fortville_25g",
> "fortpark",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -733,7 +738,8 @@
> "fortville_spirit",
> "fortville_spirit_single",
> "fortpark_TLV",
> - "fortpark_BASE-T"
> + "fortpark_BASE-T",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> @@ -875,7 +881,8 @@
> "fortville_spirit_single",
> "fortpark_TLV",
> "fortpark_BASE-T",
> - "foxville"
> + "foxville",
> + "carlsville"
> ],
> "Target": [
> "ALL"
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-24 3:14 ` Xu, HailinX
2020-04-24 3:20 ` Peng, ZhihongX
@ 2020-04-24 3:21 ` Huang, ZhiminX
2020-04-24 3:39 ` Zhu, TaoX
1 sibling, 1 reply; 8+ messages in thread
From: Huang, ZhiminX @ 2020-04-24 3:21 UTC (permalink / raw)
To: Xu, HailinX, dts; +Cc: Xu, HailinX
[-- Attachment #1: Type: text/plain, Size: 3190 bytes --]
Tested-by: Huang, ZhiminX <zhiminx.huang@intel.com>
Regards,
HuangZhiMin
-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, HailinX
Sent: Friday, April 24, 2020 11:15 AM
To: dts@dpdk.org
Subject: Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
Tested-by: Xu, Hailin <hailinx.xu@intel.com>
Regards,
Xu, Hailin
-----Original Message-----
From: Xu, HailinX
Sent: Friday, April 24, 2020 10:53 AM
To: dts@dpdk.org
Cc: Xu, HailinX <hailinx.xu@intel.com>
Subject: [dts][PATCH v1] conf/test_case_supportlist:add nic carlsville
From: "xu,hailin" <hailinx.xu@intel.com>
carlsville driver is i40e, so nic carlsville support this case.
Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
conf/test_case_supportlist.json | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 08a2692..1f31e92 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -612,7 +612,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -632,7 +633,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsvile"
],
"Target": [
"ALL"
@@ -652,7 +654,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -672,7 +675,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -713,7 +717,8 @@
"fortville_25g",
"fortpark",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -733,7 +738,8 @@
"fortville_spirit",
"fortville_spirit_single",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -875,7 +881,8 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
- "foxville"
+ "foxville",
+ "carlsville"
],
"Target": [
"ALL"
--
1.8.3.1
[-- Attachment #2: TestGeneric_flow_api.log --]
[-- Type: application/octet-stream, Size: 544678 bytes --]
24/04/2020 19:28:41 dts:
TEST SUITE : TestGeneric_flow_api
24/04/2020 19:28:41 dts: NIC : carlsville
24/04/2020 19:28:41 dut.10.240.183.210:
24/04/2020 19:28:41 tester:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_2_tuple_filter Result SKIPPED:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_L2_tunnel_filter Result SKIPPED:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_ethertype_filter Begin
24/04/2020 19:28:45 dut.10.240.183.210:
24/04/2020 19:28:45 tester:
24/04/2020 19:28:45 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:28:46 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:28:48 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:28:58 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:28:58 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:28:58 dut.10.240.183.210: set verbose 1
24/04/2020 19:28:58 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:28:58 dut.10.240.183.210: start
24/04/2020 19:28:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 5 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 5 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x88cc / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x88cc / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x86dd / end actions queue index 11 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x86dd / end actions queue index 11 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0800 / end actions queue index 13 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0800 / end actions queue index 13 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x8100 / end actions queue index 4 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x8100 / end actions queue index 4 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 10 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 10 / end
24/04/2020 19:29:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727740.9482079 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:02 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727740.9482079 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:04 tester: python3 /tmp/tester/scapy_ens7.cmd1587727740.9482079
24/04/2020 19:29:05 tester: packet ready for sending...
Ether(dst='ff:ff:ff:ff:ff:ff', src='52:54:00:9d:8d:19', type=2054)/ARP(hwtype=1, ptype=2048, hwlen=6, plen=4, op=1, hwsrc='52:54:00:9d:8d:19', psrc='10.240.183.203', hwdst='00:00:00:00:00:00', pdst='192.168.1.1')/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:07 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=FF:FF:FF:FF:FF:FF - type=0x0806 - length=62 - nb_segs=1 - hw ptype: L2_ETHER_ARP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:07 dut.10.240.183.210: stop
24/04/2020 19:29:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:07 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=FF:FF:FF:FF:FF:FF - type=0x0806 - length=62 - nb_segs=1 - hw ptype: L2_ETHER_ARP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:09 dut.10.240.183.210: start
24/04/2020 19:29:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:09 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x86bb / end actions queue index 7 / end
24/04/2020 19:29:09 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x86bb / end actions queue index 7 / end
24/04/2020 19:29:09 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727749.7733483 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727749.7733483 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:13 tester: python3 /tmp/tester/scapy_ens7.cmd1587727749.7733483
24/04/2020 19:29:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34491)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:16 dut.10.240.183.210:
testpmd> port 0/queue 7: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x86bb - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x7
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:16 dut.10.240.183.210: stop
24/04/2020 19:29:16 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:16 TestGeneric_flow_api: pf:
testpmd> port 0/queue 7: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x86bb - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x7
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:18 dut.10.240.183.210: start
24/04/2020 19:29:18 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:18 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions drop / end
24/04/2020 19:29:18 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions drop / end
24/04/2020 19:29:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727758.5870798 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727758.5870798 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587727758.5870798
24/04/2020 19:29:23 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:25 dut.10.240.183.210:
testpmd>
24/04/2020 19:29:25 dut.10.240.183.210: stop
24/04/2020 19:29:25 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:25 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:29:27 dut.10.240.183.210: start
24/04/2020 19:29:27 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:27 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847 / end actions queue index 1 / end
24/04/2020 19:29:27 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847 / end actions queue index 1 / end
24/04/2020 19:29:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727767.4115002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727767.4115002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:31 tester: python3 /tmp/tester/scapy_ens7.cmd1587727767.4115002
24/04/2020 19:29:32 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=34887)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:34 dut.10.240.183.210:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8847 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:34 dut.10.240.183.210: stop
24/04/2020 19:29:34 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:34 TestGeneric_flow_api: pf:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8847 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:36 dut.10.240.183.210: start
24/04/2020 19:29:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:36 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x88cc / end actions queue index 10 / end
24/04/2020 19:29:36 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x88cc / end actions queue index 10 / end
24/04/2020 19:29:36 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727776.2368703 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727776.2368703 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:40 tester: python3 /tmp/tester/scapy_ens7.cmd1587727776.2368703
24/04/2020 19:29:40 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=35020)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:42 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x88cc - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER_LLDP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:42 dut.10.240.183.210: stop
24/04/2020 19:29:42 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:42 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x88cc - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER_LLDP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:44 dut.10.240.183.210: start
24/04/2020 19:29:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH => QUEUE
1 0 0 i-- ETH => QUEUE
2 0 0 i-- ETH => DROP
3 0 0 i-- ETH => QUEUE
4 0 0 i-- ETH => QUEUE
24/04/2020 19:29:45 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:29:45 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH => QUEUE
2 0 0 i-- ETH => DROP
3 0 0 i-- ETH => QUEUE
4 0 0 i-- ETH => QUEUE
24/04/2020 19:29:45 dut.10.240.183.210: flow flush 0
24/04/2020 19:29:45 dut.10.240.183.210: flow flush 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 TestGeneric_flow_api: Test Case test_ethertype_filter Result PASSED:
24/04/2020 19:29:45 dut.10.240.183.210: quit
24/04/2020 19:29:46 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:29:48 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:29:49 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Begin
24/04/2020 19:29:49 dut.10.240.183.210:
24/04/2020 19:29:49 tester:
24/04/2020 19:29:49 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:29:49 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:29:51 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:30:01 dut.10.240.183.210: port config all rss all
24/04/2020 19:30:01 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:30:01 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:30:01 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:30:01 dut.10.240.183.210: set verbose 1
24/04/2020 19:30:01 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:30:01 dut.10.240.183.210: start
24/04/2020 19:30:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:30:03 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:30:19 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:30:19 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:30:19 dut.10.240.183.210: quit
24/04/2020 19:30:20 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:30:22 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:30:22 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Begin
24/04/2020 19:30:22 dut.10.240.183.210:
24/04/2020 19:30:22 tester:
24/04/2020 19:30:22 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:30:23 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:30:25 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:30:35 dut.10.240.183.210: port config all rss all
24/04/2020 19:30:35 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:30:35 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:30:35 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:30:35 dut.10.240.183.210: set verbose 1
24/04/2020 19:30:35 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:30:35 dut.10.240.183.210: start
24/04/2020 19:30:35 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:30:37 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
24/04/2020 19:30:52 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
24/04/2020 19:30:52 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:30:52 dut.10.240.183.210: quit
24/04/2020 19:30:54 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:30:56 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:30:56 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Begin
24/04/2020 19:30:56 dut.10.240.183.210:
24/04/2020 19:30:56 tester:
24/04/2020 19:30:56 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:30:57 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:30:59 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:31:09 dut.10.240.183.210: port config all rss all
24/04/2020 19:31:09 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:31:09 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:31:09 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:31:09 dut.10.240.183.210: set verbose 1
24/04/2020 19:31:09 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:31:09 dut.10.240.183.210: start
24/04/2020 19:31:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:31:11 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
24/04/2020 19:31:26 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
24/04/2020 19:31:26 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:31:26 dut.10.240.183.210: quit
24/04/2020 19:31:27 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:31:29 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:31:30 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Begin
24/04/2020 19:31:30 dut.10.240.183.210:
24/04/2020 19:31:30 tester:
24/04/2020 19:31:30 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:31:31 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:31:32 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:31:42 dut.10.240.183.210: port config all rss all
24/04/2020 19:31:42 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:31:42 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:31:42 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:31:42 dut.10.240.183.210: set verbose 1
24/04/2020 19:31:42 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:31:42 dut.10.240.183.210: start
24/04/2020 19:31:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:31:45 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:32:00 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Result FAILED: TIMEOUT on flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:32:00 TestGeneric_flow_api: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60840, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:32:00 dut.10.240.183.210: quit
24/04/2020 19:32:01 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:32:03 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:32:03 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Begin
24/04/2020 19:32:04 dut.10.240.183.210:
24/04/2020 19:32:04 tester:
24/04/2020 19:32:04 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:32:04 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:32:06 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:32:16 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:32:16 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:32:16 dut.10.240.183.210: set verbose 1
24/04/2020 19:32:16 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:32:16 dut.10.240.183.210: start
24/04/2020 19:32:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 dst is 1.1.1.1 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 dst is 1.1.1.1 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
24/04/2020 19:32:33 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Result FAILED: TIMEOUT on flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
24/04/2020 19:32:34 TestGeneric_flow_api: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60600, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:32:34 dut.10.240.183.210: quit
24/04/2020 19:32:35 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:32:37 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:32:37 TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Begin
24/04/2020 19:32:37 dut.10.240.183.210:
24/04/2020 19:32:37 tester:
24/04/2020 19:32:37 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:32:38 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --pkt-filter-mode=perfect --rxq=16 --txq=16
24/04/2020 19:32:40 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:32:50 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:32:50 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:32:50 dut.10.240.183.210: set verbose 1
24/04/2020 19:32:50 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:32:50 dut.10.240.183.210: start
24/04/2020 19:32:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:32:52 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3586 / end actions queue index 10 / end
24/04/2020 19:32:52 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3586 / end actions queue index 10 / end
24/04/2020 19:32:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727972.6019113 root@10.240.183.203:/tmp/tester/
24/04/2020 19:32:54 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727972.6019113 root@10.240.183.203:/tmp/tester/
24/04/2020 19:32:56 tester: python3 /tmp/tester/scapy_ens7.cmd1587727972.6019113
24/04/2020 19:32:57 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3586, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:32:59 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER_VLAN - l2_len=18 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:32:59 dut.10.240.183.210: stop
24/04/2020 19:32:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:32:59 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER_VLAN - l2_len=18 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:01 dut.10.240.183.210: start
24/04/2020 19:33:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:01 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions queue index 13 / end
24/04/2020 19:33:01 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions queue index 13 / end
24/04/2020 19:33:01 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727981.3725426 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727981.3725426 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587727981.3725426
24/04/2020 19:33:06 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:33:08 dut.10.240.183.210:
testpmd> port 0/queue 13: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:08 dut.10.240.183.210: stop
24/04/2020 19:33:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 13: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:10 dut.10.240.183.210: start
24/04/2020 19:33:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN => QUEUE
1 0 0 i-- ETH => QUEUE
24/04/2020 19:33:10 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:33:10 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH => QUEUE
24/04/2020 19:33:10 dut.10.240.183.210: flow flush 0
24/04/2020 19:33:10 dut.10.240.183.210: flow flush 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Result PASSED:
24/04/2020 19:33:10 dut.10.240.183.210: quit
24/04/2020 19:33:11 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:33:13 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:33:14 TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Begin
24/04/2020 19:33:14 dut.10.240.183.210:
24/04/2020 19:33:14 tester:
24/04/2020 19:33:14 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:33:15 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:33:16 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:33:26 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:33:26 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:33:26 dut.10.240.183.210: set verbose 1
24/04/2020 19:33:27 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:33:27 dut.10.240.183.210: start
24/04/2020 19:33:27 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x00268984]. original: 0x00000000, new: 0x000000a0
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 4095 / ipv4 proto is 255 ttl is 40 / raw relative is 1 offset is 2 pattern is ab / raw relative is 1 offset is 10 pattern is abcdefghij / raw relative is 1 offset is 0 pattern is abcd / end actions queue index 2 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 4095 / ipv4 proto is 255 ttl is 40 / raw relative is 1 offset is 2 pattern is ab / raw relative is 1 offset is 10 pattern is abcdefghij / raw relative is 1 offset is 0 pattern is abcd / end actions queue index 2 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x00268988]. original: 0x00000000, new: 0x000000e3
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / udp src is 22 dst is 23 / raw relative is 1 offset is 2 pattern is fhds / end actions queue index 3 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / udp src is 22 dst is 23 / raw relative is 1 offset is 2 pattern is fhds / end actions queue index 3 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x00000000, new: 0x000000a6
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 tos is 4 ttl is 3 / tcp src is 32 dst is 33 / raw relative is 1 offset is 2 pattern is hijk / end actions queue index 4 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 tos is 4 ttl is 3 / tcp src is 32 dst is 33 / raw relative is 1 offset is 2 pattern is hijk / end actions queue index 4 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / sctp src is 42 / raw relative is 1 offset is 2 pattern is abcd / end actions queue index 5 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / sctp src is 42 / raw relative is 1 offset is 2 pattern is abcd / end actions queue index 5 / end
24/04/2020 19:33:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728009.5618083 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728009.5618083 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587728009.5618083
24/04/2020 19:33:34 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2055)/Raw(load=b'abcdefghijklmnop')
24/04/2020 19:33:36 dut.10.240.183.210:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0807 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:36 dut.10.240.183.210: stop
24/04/2020 19:33:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:36 TestGeneric_flow_api: pf:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0807 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:38 dut.10.240.183.210: start
24/04/2020 19:33:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728018.302766 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728018.302766 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728018.302766
24/04/2020 19:33:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=4095, type=2048)/IP(version=4, ihl=5, tos=0, len=51, id=1, flags=0, frag=0, ttl=40, proto=255, chksum=4216, src='192.168.0.1', dst='192.168.0.2')/Raw(load=b'xxabxxxxxxxxxxabcdefghijabcdefg')
24/04/2020 19:33:44 dut.10.240.183.210: port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=69 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:44 dut.10.240.183.210: stop
24/04/2020 19:33:44 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:44 TestGeneric_flow_api: pf: port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=69 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:46 dut.10.240.183.210: start
24/04/2020 19:33:47 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728027.0415525 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728027.0415525 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:50 tester: python3 /tmp/tester/scapy_ens7.cmd1587728027.0415525
24/04/2020 19:33:51 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=29368, src='2.2.2.4', dst='2.2.2.5')/UDP(sport=22, dport=23, len=20, chksum=38391)/Raw(load=b'fhfhdsdsfwef')
24/04/2020 19:33:53 dut.10.240.183.210: port 0/queue 3: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:53 dut.10.240.183.210: stop
24/04/2020 19:33:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:53 TestGeneric_flow_api: pf: port 0/queue 3: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:55 dut.10.240.183.210: start
24/04/2020 19:33:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:55 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728035.8102696 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728035.8102696 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:59 tester: python3 /tmp/tester/scapy_ens7.cmd1587728035.8102696
24/04/2020 19:34:00 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=4, len=46, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=44985, src='2.2.2.4', dst='2.2.2.5')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=20050, urgptr=0)/Raw(load=b'fhhijk')
24/04/2020 19:34:02 dut.10.240.183.210: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:02 dut.10.240.183.210: stop
24/04/2020 19:34:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:02 TestGeneric_flow_api: pf: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:04 dut.10.240.183.210: start
24/04/2020 19:34:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728044.6237214 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728044.6237214 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728044.6237214
24/04/2020 19:34:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=54, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=29239, src='2.2.2.4', dst='2.2.2.5')/SCTP(sport=42, dport=43, tag=1, chksum=2658454541)/Raw(load=b'xxabcdefghijklmnopqrst')
24/04/2020 19:34:11 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=68 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:11 dut.10.240.183.210: stop
24/04/2020 19:34:11 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:11 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=68 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:13 dut.10.240.183.210: start
24/04/2020 19:34:13 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:13 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728053.419144 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:15 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728053.419144 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:17 tester: python3 /tmp/tester/scapy_ens7.cmd1587728053.419144
24/04/2020 19:34:18 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=29233, src='2.2.2.4', dst='2.2.2.5')/SCTP(sport=42, dport=43, tag=1, chksum=1347706896)/Raw(load=b'xxabxxxabcddxxabcdefghijklmn')
24/04/2020 19:34:20 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x0800 - length=74 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:20 dut.10.240.183.210: stop
24/04/2020 19:34:20 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:20 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x0800 - length=74 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:22 dut.10.240.183.210: start
24/04/2020 19:34:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH RAW => QUEUE
1 0 0 i-- ETH VLAN IPV4 RAW RAW RAW => QUEUE
2 0 0 i-- ETH IPV4 UDP RAW => QUEUE
3 0 0 i-- ETH IPV4 TCP RAW => QUEUE
4 0 0 i-- ETH IPV4 SCTP RAW => QUEUE
24/04/2020 19:34:22 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:34:22 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV4 RAW RAW RAW => QUEUE
2 0 0 i-- ETH IPV4 UDP RAW => QUEUE
3 0 0 i-- ETH IPV4 TCP RAW => QUEUE
4 0 0 i-- ETH IPV4 SCTP RAW => QUEUE
24/04/2020 19:34:22 dut.10.240.183.210: flow flush 0
24/04/2020 19:34:22 dut.10.240.183.210: flow flush 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: quit
24/04/2020 19:34:23 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x00268984]. original: 0x000000a0, new: 0x00000000
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x00268988]. original: 0x000000e3, new: 0x00000000
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x000000a6, new: 0x00000000
Done
Bye...
24/04/2020 19:34:25 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:34:27 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267308]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026730c]. original: 0x000d00ff, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:34:37 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:34:37 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:34:37 dut.10.240.183.210: set verbose 1
24/04/2020 19:34:37 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:34:37 dut.10.240.183.210: start
24/04/2020 19:34:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:39 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1 / ipv6 src is 2001::1 dst is 2001::2 tc is 3 hop is 30 / tcp src is 32 dst is 33 / raw relative is 1 offset is 0 pattern is hijk / raw relative is 1 offset is 8 pattern is abcdefgh / end actions queue index 6 / end
24/04/2020 19:34:39 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1 / ipv6 src is 2001::1 dst is 2001::2 tc is 3 hop is 30 / tcp src is 32 dst is 33 / raw relative is 1 offset is 0 pattern is hijk / raw relative is 1 offset is 8 pattern is abcdefgh / end actions queue index 6 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x00000000, new: 0x000000c6
24/04/2020 19:34:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728079.8631477 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:41 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728079.8631477 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:43 tester: python3 /tmp/tester/scapy_ens7.cmd1587728079.8631477
24/04/2020 19:34:44 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1, type=34525)/IPv6(version=6, tc=3, fl=0, plen=46, nh=6, hlim=30, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=5950, urgptr=0)/Raw(load=b'hijkabcdefghabcdefghijklmn')
24/04/2020 19:34:46 dut.10.240.183.210:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=104 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x6
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:46 dut.10.240.183.210: stop
24/04/2020 19:34:46 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:46 TestGeneric_flow_api: pf:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=104 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x6
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:48 dut.10.240.183.210: start
24/04/2020 19:34:48 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:48 TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Result PASSED:
24/04/2020 19:34:48 dut.10.240.183.210: quit
24/04/2020 19:34:49 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Port 0: link state change event
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x000000c6, new: 0x00000000
Done
Bye...
24/04/2020 19:34:51 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:34:52 TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Begin
24/04/2020 19:34:52 dut.10.240.183.210:
24/04/2020 19:34:52 tester:
24/04/2020 19:34:52 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:34:53 dut.10.240.183.210: modprobe uio
24/04/2020 19:34:53 dut.10.240.183.210:
24/04/2020 19:34:53 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:34:53 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:34:53 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:34:53 dut.10.240.183.210:
24/04/2020 19:34:59 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:35:04 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267358]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026735c]. original: 0x000cff00, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:35:14 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:35:14 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:35:14 dut.10.240.183.210: set verbose 1
24/04/2020 19:35:14 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:35:14 dut.10.240.183.210: start
24/04/2020 19:35:14 dut.10.240.183.210: start
Port 0: link state change event
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 185.70.241.17 src is 174.77.188.107 proto is 255 / end actions queue index 2 / end
24/04/2020 19:35:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 185.70.241.17 src is 174.77.188.107 proto is 255 / end actions queue index 2 / end
24/04/2020 19:35:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728132.1032481 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:34 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728132.1032481 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:35 tester: python3 /tmp/tester/scapy_ens7.cmd1587728132.1032481
24/04/2020 19:35:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=25797, src='174.77.188.107', dst='185.70.241.17')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:35:40 TestGeneric_flow_api: vf0:
24/04/2020 19:35:40 TestGeneric_flow_api: vf1:
24/04/2020 19:35:42 dut.10.240.183.210:
testpmd> port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:42 dut.10.240.183.210: stop
24/04/2020 19:35:43 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:35:43 TestGeneric_flow_api: pf:
testpmd> port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:45 dut.10.240.183.210: start
24/04/2020 19:35:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 174.46.159.22 src is 118.134.193.181 ttl is 236 / udp dst is 42848 src is 50226 / end actions queue index 11 / end
24/04/2020 19:35:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 174.46.159.22 src is 118.134.193.181 ttl is 236 / udp dst is 42848 src is 50226 / end actions queue index 11 / end
24/04/2020 19:35:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728145.4787817 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728145.4787817 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:49 tester: python3 /tmp/tester/scapy_ens7.cmd1587728145.4787817
24/04/2020 19:35:50 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=236, proto=17, chksum=18747, src='118.134.193.181', dst='174.46.159.22')/UDP(sport=50226, dport=42848, len=28, chksum=23021)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:35:54 TestGeneric_flow_api: vf0:
24/04/2020 19:35:54 TestGeneric_flow_api: vf1:
24/04/2020 19:35:56 dut.10.240.183.210:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:56 dut.10.240.183.210: stop
24/04/2020 19:35:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:35:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:58 dut.10.240.183.210: start
24/04/2020 19:35:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:58 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 49.175.80.169 src is 57.61.249.134 tos is 7 / tcp dst is 36556 src is 60873 / end actions queue index 12 / end
24/04/2020 19:35:58 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 49.175.80.169 src is 57.61.249.134 tos is 7 / tcp dst is 36556 src is 60873 / end actions queue index 12 / end
24/04/2020 19:35:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728158.9492753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728158.9492753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728158.9492753
24/04/2020 19:36:03 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=7, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=50584, src='57.61.249.134', dst='49.175.80.169')/TCP(sport=60873, dport=36556, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=43367, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:07 TestGeneric_flow_api: vf0:
24/04/2020 19:36:07 TestGeneric_flow_api: vf1:
24/04/2020 19:36:09 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:09 dut.10.240.183.210: stop
24/04/2020 19:36:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:09 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:11 dut.10.240.183.210: start
24/04/2020 19:36:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:12 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1176 / ipv4 dst is 191.134.125.227 src is 8.24.73.4 tos is 231 ttl is 29 / sctp dst is 63171 src is 8375 tag is 1 / end actions queue index 8 / end
24/04/2020 19:36:12 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1176 / ipv4 dst is 191.134.125.227 src is 8.24.73.4 tos is 231 ttl is 29 / sctp dst is 63171 src is 8375 tag is 1 / end actions queue index 8 / end
24/04/2020 19:36:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728172.2735276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:14 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728172.2735276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:16 tester: python3 /tmp/tester/scapy_ens7.cmd1587728172.2735276
24/04/2020 19:36:16 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1176, type=2048)/IP(version=4, ihl=5, tos=231, len=52, id=1, flags=0, frag=0, ttl=29, proto=132, chksum=3545, src='8.24.73.4', dst='191.134.125.227')/SCTP(sport=8375, dport=63171, tag=1, chksum=62686653)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:21 TestGeneric_flow_api: vf0:
24/04/2020 19:36:21 TestGeneric_flow_api: vf1:
24/04/2020 19:36:23 dut.10.240.183.210:
testpmd> port 0/queue 8: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x8
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:23 dut.10.240.183.210: stop
24/04/2020 19:36:23 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:23 TestGeneric_flow_api: pf:
testpmd> port 0/queue 8: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x8
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:25 dut.10.240.183.210: start
24/04/2020 19:36:25 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2603 / ipv4 dst is 128.114.169.150 src is 138.131.251.230 tos is 201 ttl is 217 / sctp dst is 44762 src is 36302 tag is 1 / end actions drop / end
24/04/2020 19:36:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2603 / ipv4 dst is 128.114.169.150 src is 138.131.251.230 tos is 201 ttl is 217 / sctp dst is 44762 src is 36302 tag is 1 / end actions drop / end
24/04/2020 19:36:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728185.5415595 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728185.5415595 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:29 tester: python3 /tmp/tester/scapy_ens7.cmd1587728185.5415595
24/04/2020 19:36:30 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2603, type=2048)/IP(version=4, ihl=5, tos=201, len=52, id=1, flags=0, frag=0, ttl=217, proto=132, chksum=12297, src='138.131.251.230', dst='128.114.169.150')/SCTP(sport=36302, dport=44762, tag=1, chksum=3179743583)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:34 TestGeneric_flow_api: vf0:
24/04/2020 19:36:34 TestGeneric_flow_api: vf1:
24/04/2020 19:36:36 dut.10.240.183.210:
testpmd>
24/04/2020 19:36:36 dut.10.240.183.210: stop
24/04/2020 19:36:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:36 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:36:38 dut.10.240.183.210: start
24/04/2020 19:36:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 24.92.129.122 src is 241.181.27.160 proto is 255 / vf id is 0 / end actions queue index 4 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 24.92.129.122 src is 241.181.27.160 proto is 255 / vf id is 0 / end actions queue index 4 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 42.224.231.125 src is 84.99.163.38 proto is 255 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 42.224.231.125 src is 84.99.163.38 proto is 255 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:36:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728198.9328406 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728198.9328406 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728198.9328406
24/04/2020 19:36:43 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=28655, src='84.99.163.38', dst='42.224.231.125')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:47 TestGeneric_flow_api: vf0: port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:47 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:49 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:49 dut.10.240.183.210: stop
24/04/2020 19:36:49 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:49 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:51 dut.10.240.183.210: start
24/04/2020 19:36:52 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:52 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2524 / ipv4 dst is 26.82.137.201 src is 175.55.197.157 tos is 123 ttl is 54 / sctp dst is 19577 src is 14228 tag is 1 / vf id is 1 / end actions queue index 1 / end
24/04/2020 19:36:52 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2524 / ipv4 dst is 26.82.137.201 src is 175.55.197.157 tos is 123 ttl is 54 / sctp dst is 19577 src is 14228 tag is 1 / vf id is 1 / end actions queue index 1 / end
24/04/2020 19:36:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728212.3918388 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:54 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728212.3918388 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:56 tester: python3 /tmp/tester/scapy_ens7.cmd1587728212.3918388
24/04/2020 19:36:56 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2524, type=2048)/IP(version=4, ihl=5, tos=123, len=52, id=1, flags=0, frag=0, ttl=54, proto=132, chksum=27354, src='175.55.197.157', dst='26.82.137.201')/SCTP(sport=14228, dport=19577, tag=1, chksum=1700000814)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:01 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:01 TestGeneric_flow_api: vf1: port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:03 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:03 dut.10.240.183.210: stop
24/04/2020 19:37:03 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:03 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:05 dut.10.240.183.210: start
24/04/2020 19:37:05 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:05 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv4 dst is 217.249.247.183 src is 207.103.102.67 tos is 240 ttl is 239 / sctp dst is 53911 src is 38059 tag is 1 / end actions passthru / flag / end
24/04/2020 19:37:05 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv4 dst is 217.249.247.183 src is 207.103.102.67 tos is 240 ttl is 239 / sctp dst is 53911 src is 38059 tag is 1 / end actions passthru / flag / end
24/04/2020 19:37:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728225.713164 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:07 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728225.713164 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:09 tester: python3 /tmp/tester/scapy_ens7.cmd1587728225.713164
24/04/2020 19:37:10 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2385, type=2048)/IP(version=4, ihl=5, tos=240, len=52, id=1, flags=0, frag=0, ttl=239, proto=132, chksum=49912, src='207.103.102.67', dst='217.249.247.183')/SCTP(sport=38059, dport=53911, tag=1, chksum=532801899)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:14 TestGeneric_flow_api: vf0:
24/04/2020 19:37:14 TestGeneric_flow_api: vf1:
24/04/2020 19:37:16 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:16 dut.10.240.183.210: stop
24/04/2020 19:37:16 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:16 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:18 dut.10.240.183.210: start
24/04/2020 19:37:18 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:18 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 177.78.195.178 src is 254.9.107.65 ttl is 123 / udp dst is 18127 src is 17271 / end actions queue index 11 / flag / end
24/04/2020 19:37:19 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 177.78.195.178 src is 254.9.107.65 ttl is 123 / udp dst is 18127 src is 17271 / end actions queue index 11 / flag / end
24/04/2020 19:37:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728239.0387301 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728239.0387301 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587728239.0387301
24/04/2020 19:37:23 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=123, proto=17, chksum=24944, src='254.9.107.65', dst='177.78.195.178')/UDP(sport=17271, dport=18127, len=28, chksum=57966)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:27 TestGeneric_flow_api: vf0:
24/04/2020 19:37:27 TestGeneric_flow_api: vf1:
24/04/2020 19:37:29 dut.10.240.183.210:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:29 dut.10.240.183.210: stop
24/04/2020 19:37:29 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:29 TestGeneric_flow_api: pf:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:31 dut.10.240.183.210: start
24/04/2020 19:37:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 107.51.253.27 src is 48.68.169.89 tos is 89 / tcp dst is 30825 src is 46260 / end actions queue index 12 / mark id 3 / end
24/04/2020 19:37:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 107.51.253.27 src is 48.68.169.89 tos is 89 / tcp dst is 30825 src is 46260 / end actions queue index 12 / mark id 3 / end
24/04/2020 19:37:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728252.2666018 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:34 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728252.2666018 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:36 tester: python3 /tmp/tester/scapy_ens7.cmd1587728252.2666018
24/04/2020 19:37:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=89, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=14454, src='48.68.169.89', dst='107.51.253.27')/TCP(sport=46260, dport=30825, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=27663, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:41 TestGeneric_flow_api: vf0:
24/04/2020 19:37:41 TestGeneric_flow_api: vf1:
24/04/2020 19:37:43 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:43 dut.10.240.183.210: stop
24/04/2020 19:37:43 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:43 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:45 dut.10.240.183.210: start
24/04/2020 19:37:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 201.100.228.130 src is 198.74.124.90 proto is 255 / end actions passthru / mark id 3 / end
24/04/2020 19:37:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 201.100.228.130 src is 198.74.124.90 proto is 255 / end actions passthru / mark id 3 / end
24/04/2020 19:37:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728265.5404382 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728265.5404382 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:49 tester: python3 /tmp/tester/scapy_ens7.cmd1587728265.5404382
24/04/2020 19:37:50 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=35146, src='198.74.124.90', dst='201.100.228.130')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:54 TestGeneric_flow_api: vf0:
24/04/2020 19:37:54 TestGeneric_flow_api: vf1:
24/04/2020 19:37:56 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:56 dut.10.240.183.210: stop
24/04/2020 19:37:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:58 dut.10.240.183.210: start
24/04/2020 19:37:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728278.7353265 root@10.240.183.203:/tmp/tester/
24/04/2020 19:38:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728278.7353265 root@10.240.183.203:/tmp/tester/
24/04/2020 19:38:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728278.7353265
24/04/2020 19:38:03 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=63614, src='192.168.0.3', dst='192.168.0.4')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:38:07 TestGeneric_flow_api: vf0:
24/04/2020 19:38:07 TestGeneric_flow_api: vf1:
24/04/2020 19:38:09 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:38:09 dut.10.240.183.210: stop
24/04/2020 19:38:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:38:09 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:38:11 dut.10.240.183.210: start
24/04/2020 19:38:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:38:11 dut.10.240.183.210: flow list 0
24/04/2020 19:38:11 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 => QUEUE
1 0 0 i-- ETH IPV4 UDP => QUEUE
2 0 0 i-- ETH IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-- ETH VLAN IPV4 SCTP => DROP
5 0 0 i-t ETH IPV4 VF => QUEUE
6 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
7 0 0 i-- ETH VLAN IPV4 SCTP => PASSTHRU FLAG
8 0 0 i-- ETH IPV4 UDP => QUEUE FLAG
9 0 0 i-- ETH IPV4 TCP => QUEUE MARK
10 0 0 i-- ETH IPV4 => PASSTHRU MARK
24/04/2020 19:38:11 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:38:12 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 UDP => QUEUE
2 0 0 i-- ETH IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-- ETH VLAN IPV4 SCTP => DROP
5 0 0 i-t ETH IPV4 VF => QUEUE
6 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
7 0 0 i-- ETH VLAN IPV4 SCTP => PASSTHRU FLAG
8 0 0 i-- ETH IPV4 UDP => QUEUE FLAG
9 0 0 i-- ETH IPV4 TCP => QUEUE MARK
10 0 0 i-- ETH IPV4 => PASSTHRU MARK
24/04/2020 19:38:12 dut.10.240.183.210: flow flush 0
24/04/2020 19:38:12 dut.10.240.183.210: flow flush 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Result PASSED:
24/04/2020 19:38:19 dut.10.240.183.210: quit
24/04/2020 19:38:19 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551612 RX-dropped: 0 RX-total: 18446744073709551612
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551612 RX-dropped: 0 RX-total: 18446744073709551612
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:38:25 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:38:25 TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Begin
24/04/2020 19:38:25 dut.10.240.183.210:
24/04/2020 19:38:25 tester:
24/04/2020 19:38:25 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:38:27 dut.10.240.183.210: modprobe uio
24/04/2020 19:38:27 dut.10.240.183.210:
24/04/2020 19:38:27 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:38:27 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:38:27 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:38:27 dut.10.240.183.210:
24/04/2020 19:38:32 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:38:37 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x002672f8]. original: 0x000d00ff, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267308]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267310]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267314]. original: 0x000d00ff, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267318]. original: 0x000dff00, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:38:47 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:38:47 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:38:47 dut.10.240.183.210: set verbose 1
24/04/2020 19:38:47 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:38:47 dut.10.240.183.210: start
24/04/2020 19:38:47 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3818 / ipv6 src is 7c16:a27d:b3de:258a:62d3:206a:d63d:4806 dst is e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638 proto is 255 tc is 133 hop is 237 / end actions queue index 15 / end
24/04/2020 19:39:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3818 / ipv6 src is 7c16:a27d:b3de:258a:62d3:206a:d63d:4806 dst is e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638 proto is 255 tc is 133 hop is 237 / end actions queue index 15 / end
24/04/2020 19:39:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728344.9081316 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728344.9081316 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728344.9081316
24/04/2020 19:39:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3818, type=34525)/IPv6(version=6, tc=133, fl=0, plen=20, nh=255, hlim=237, src='7c16:a27d:b3de:258a:62d3:206a:d63d:4806', dst='e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:13 TestGeneric_flow_api: vf0:
24/04/2020 19:39:13 TestGeneric_flow_api: vf1:
24/04/2020 19:39:15 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:15 dut.10.240.183.210: stop
24/04/2020 19:39:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:15 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:17 dut.10.240.183.210: start
24/04/2020 19:39:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:18 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1922 / ipv6 src is ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57 dst is 5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1 tc is 215 hop is 165 / udp dst is 51555 src is 19996 / end actions queue index 4 / end
24/04/2020 19:39:18 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1922 / ipv6 src is ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57 dst is 5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1 tc is 215 hop is 165 / udp dst is 51555 src is 19996 / end actions queue index 4 / end
24/04/2020 19:39:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728358.3396573 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728358.3396573 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587728358.3396573
24/04/2020 19:39:22 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1922, type=34525)/IPv6(version=6, tc=215, fl=0, plen=28, nh=17, hlim=165, src='ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57', dst='5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1')/UDP(sport=19996, dport=51555, len=28, chksum=31453)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:27 TestGeneric_flow_api: vf0:
24/04/2020 19:39:27 TestGeneric_flow_api: vf1:
24/04/2020 19:39:29 dut.10.240.183.210:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:29 dut.10.240.183.210: stop
24/04/2020 19:39:29 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:29 TestGeneric_flow_api: pf:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:31 dut.10.240.183.210: start
24/04/2020 19:39:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:31 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3226 / ipv6 src is 86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2 dst is cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00 tc is 21 hop is 19 / tcp dst is 15440 src is 50818 / end actions queue index 14 / end
24/04/2020 19:39:31 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3226 / ipv6 src is 86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2 dst is cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00 tc is 21 hop is 19 / tcp dst is 15440 src is 50818 / end actions queue index 14 / end
24/04/2020 19:39:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728371.7558615 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:33 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728371.7558615 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:35 tester: python3 /tmp/tester/scapy_ens7.cmd1587728371.7558615
24/04/2020 19:39:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3226, type=34525)/IPv6(version=6, tc=21, fl=0, plen=40, nh=6, hlim=19, src='86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2', dst='cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00')/TCP(sport=50818, dport=15440, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=9205, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:40 TestGeneric_flow_api: vf0:
24/04/2020 19:39:40 TestGeneric_flow_api: vf1:
24/04/2020 19:39:42 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:42 dut.10.240.183.210: stop
24/04/2020 19:39:42 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:42 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:44 dut.10.240.183.210: start
24/04/2020 19:39:44 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:45 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1967 / ipv6 src is c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce dst is f7e5:acb7:fa77:8ac9:2748:c5:2373:715e tc is 220 hop is 19 / sctp dst is 34354 src is 15439 tag is 1 / end actions queue index 14 / end
24/04/2020 19:39:45 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1967 / ipv6 src is c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce dst is f7e5:acb7:fa77:8ac9:2748:c5:2373:715e tc is 220 hop is 19 / sctp dst is 34354 src is 15439 tag is 1 / end actions queue index 14 / end
24/04/2020 19:39:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728385.13456 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728385.13456 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728385.13456
24/04/2020 19:39:49 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1967, type=34525)/IPv6(version=6, tc=220, fl=0, plen=32, nh=132, hlim=19, src='c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce', dst='f7e5:acb7:fa77:8ac9:2748:c5:2373:715e')/SCTP(sport=15439, dport=34354, tag=1, chksum=286886412)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:54 TestGeneric_flow_api: vf0:
24/04/2020 19:39:54 TestGeneric_flow_api: vf1:
24/04/2020 19:39:56 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:56 dut.10.240.183.210: stop
24/04/2020 19:39:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:58 dut.10.240.183.210: start
24/04/2020 19:39:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:58 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3802 / ipv6 src is 190e:24f8:dd11:e13d:6170:52f0:8735:5a07 dst is 318e:fee3:a02f:a73:f034:5901:e09a:50dc proto is 255 tc is 52 hop is 183 / vf id is 0 / end actions queue index 0 / end
24/04/2020 19:39:58 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3802 / ipv6 src is 190e:24f8:dd11:e13d:6170:52f0:8735:5a07 dst is 318e:fee3:a02f:a73:f034:5901:e09a:50dc proto is 255 tc is 52 hop is 183 / vf id is 0 / end actions queue index 0 / end
24/04/2020 19:39:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728398.5556405 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728398.5556405 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728398.5556405
24/04/2020 19:40:03 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3802, type=34525)/IPv6(version=6, tc=52, fl=0, plen=20, nh=255, hlim=183, src='190e:24f8:dd11:e13d:6170:52f0:8735:5a07', dst='318e:fee3:a02f:a73:f034:5901:e09a:50dc')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:07 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:07 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:09 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:09 dut.10.240.183.210: stop
24/04/2020 19:40:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:09 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:11 dut.10.240.183.210: start
24/04/2020 19:40:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:11 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 18 / ipv6 src is 9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4 dst is 8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed tc is 14 hop is 145 / tcp dst is 24946 src is 8802 / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:40:11 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 18 / ipv6 src is 9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4 dst is 8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed tc is 14 hop is 145 / tcp dst is 24946 src is 8802 / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:40:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728411.9296527 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:13 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728411.9296527 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:15 tester: python3 /tmp/tester/scapy_ens7.cmd1587728411.9296527
24/04/2020 19:40:16 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=18, type=34525)/IPv6(version=6, tc=14, fl=0, plen=40, nh=6, hlim=145, src='9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4', dst='8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed')/TCP(sport=8802, dport=24946, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=7146, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:20 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:20 TestGeneric_flow_api: vf1: port 0/queue 2: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:22 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:22 dut.10.240.183.210: stop
24/04/2020 19:40:22 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:22 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:24 dut.10.240.183.210: start
24/04/2020 19:40:24 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 757 / ipv6 src is cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b dst is 345e:c865:ba6b:b053:b490:f994:ac20:4ad2 tc is 77 hop is 214 / sctp dst is 16910 src is 35766 tag is 1 / end actions drop / end
24/04/2020 19:40:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 757 / ipv6 src is cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b dst is 345e:c865:ba6b:b053:b490:f994:ac20:4ad2 tc is 77 hop is 214 / sctp dst is 16910 src is 35766 tag is 1 / end actions drop / end
24/04/2020 19:40:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728425.2542849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728425.2542849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:29 tester: python3 /tmp/tester/scapy_ens7.cmd1587728425.2542849
24/04/2020 19:40:29 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=757, type=34525)/IPv6(version=6, tc=77, fl=0, plen=32, nh=132, hlim=214, src='cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b', dst='345e:c865:ba6b:b053:b490:f994:ac20:4ad2')/SCTP(sport=35766, dport=16910, tag=1, chksum=2487067597)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:34 TestGeneric_flow_api: vf0:
24/04/2020 19:40:34 TestGeneric_flow_api: vf1:
24/04/2020 19:40:36 dut.10.240.183.210:
testpmd>
24/04/2020 19:40:36 dut.10.240.183.210: stop
24/04/2020 19:40:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:36 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:40:38 dut.10.240.183.210: start
24/04/2020 19:40:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 225 / ipv6 src is 469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3 dst is f669:b5bd:972b:becc:57b6:53ea:9f5a:7079 tc is 169 hop is 32 / tcp dst is 52803 src is 46519 / vf id is 1 / end actions drop / end
24/04/2020 19:40:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 225 / ipv6 src is 469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3 dst is f669:b5bd:972b:becc:57b6:53ea:9f5a:7079 tc is 169 hop is 32 / tcp dst is 52803 src is 46519 / vf id is 1 / end actions drop / end
24/04/2020 19:40:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728438.633152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728438.633152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728438.633152
24/04/2020 19:40:43 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=225, type=34525)/IPv6(version=6, tc=169, fl=0, plen=40, nh=6, hlim=32, src='469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3', dst='f669:b5bd:972b:becc:57b6:53ea:9f5a:7079')/TCP(sport=46519, dport=52803, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=2475, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:47 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:47 TestGeneric_flow_api: vf1:
24/04/2020 19:40:49 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:49 dut.10.240.183.210: stop
24/04/2020 19:40:49 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:49 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:51 dut.10.240.183.210: start
24/04/2020 19:40:51 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728451.8343463 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:53 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728451.8343463 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:55 tester: python3 /tmp/tester/scapy_ens7.cmd1587728451.8343463
24/04/2020 19:40:56 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1922, type=34525)/IPv6(version=6, tc=2, fl=0, plen=28, nh=17, hlim=20, src='2001::1', dst='2001::2')/UDP(sport=22, dport=23, len=28, chksum=2768)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:41:00 TestGeneric_flow_api: vf0:
24/04/2020 19:41:00 TestGeneric_flow_api: vf1:
24/04/2020 19:41:02 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:41:02 dut.10.240.183.210: stop
24/04/2020 19:41:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:41:02 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:41:04 dut.10.240.183.210: start
24/04/2020 19:41:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN IPV6 => QUEUE
1 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV6 VF => QUEUE
5 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
6 0 0 i-- ETH VLAN IPV6 SCTP => DROP
7 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:41:05 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:41:05 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV6 VF => QUEUE
5 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
6 0 0 i-- ETH VLAN IPV6 SCTP => DROP
7 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:41:05 dut.10.240.183.210: flow flush 0
24/04/2020 19:41:05 dut.10.240.183.210: flow flush 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Result PASSED:
24/04/2020 19:41:12 dut.10.240.183.210: quit
24/04/2020 19:41:12 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:41:17 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_mac_vlan Result SKIPPED:
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_nvgre Result SKIPPED:
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_vlan Begin
24/04/2020 19:41:18 dut.10.240.183.210:
24/04/2020 19:41:18 tester:
24/04/2020 19:41:18 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:41:20 dut.10.240.183.210: modprobe uio
24/04/2020 19:41:20 dut.10.240.183.210:
24/04/2020 19:41:20 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:41:20 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:41:20 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:41:20 dut.10.240.183.210:
24/04/2020 19:41:25 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:41:30 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267348]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026734c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267358]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026735c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267360]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267364]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267368]. original: 0x0009f00f, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:41:40 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:41:40 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:41:40 dut.10.240.183.210: set verbose 1
24/04/2020 19:41:40 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:41:40 dut.10.240.183.210: start
24/04/2020 19:41:40 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:41:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1313 / ipv4 / end actions queue index 5 / end
24/04/2020 19:41:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1313 / ipv4 / end actions queue index 5 / end
24/04/2020 19:41:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728517.5768793 root@10.240.183.203:/tmp/tester/
24/04/2020 19:41:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728517.5768793 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728517.5768793
24/04/2020 19:42:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1313, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31955, src='127.0.0.1', dst='127.0.0.1')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:06 TestGeneric_flow_api: vf0:
24/04/2020 19:42:06 TestGeneric_flow_api: vf1:
24/04/2020 19:42:08 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:08 dut.10.240.183.210: stop
24/04/2020 19:42:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:10 dut.10.240.183.210: start
24/04/2020 19:42:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2231 / ipv4 / udp / end actions queue index 4 / end
24/04/2020 19:42:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2231 / ipv4 / udp / end actions queue index 4 / end
24/04/2020 19:42:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728530.9090886 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728530.9090886 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728530.9090886
24/04/2020 19:42:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2231, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:42:19 TestGeneric_flow_api: vf0:
24/04/2020 19:42:19 TestGeneric_flow_api: vf1:
24/04/2020 19:42:21 dut.10.240.183.210:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:21 dut.10.240.183.210: stop
24/04/2020 19:42:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:21 TestGeneric_flow_api: pf:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:23 dut.10.240.183.210: start
24/04/2020 19:42:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1878 / ipv4 / tcp / end actions queue index 15 / end
24/04/2020 19:42:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1878 / ipv4 / tcp / end actions queue index 15 / end
24/04/2020 19:42:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728544.2321112 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728544.2321112 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:28 tester: python3 /tmp/tester/scapy_ens7.cmd1587728544.2321112
24/04/2020 19:42:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:33 TestGeneric_flow_api: vf0:
24/04/2020 19:42:33 TestGeneric_flow_api: vf1:
24/04/2020 19:42:35 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:35 dut.10.240.183.210: stop
24/04/2020 19:42:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:35 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:37 dut.10.240.183.210: start
24/04/2020 19:42:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:37 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2835 / ipv4 / sctp / end actions queue index 12 / end
24/04/2020 19:42:37 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2835 / ipv4 / sctp / end actions queue index 12 / end
24/04/2020 19:42:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728557.5582554 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728557.5582554 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728557.5582554
24/04/2020 19:42:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:46 TestGeneric_flow_api: vf0:
24/04/2020 19:42:46 TestGeneric_flow_api: vf1:
24/04/2020 19:42:48 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:48 dut.10.240.183.210: stop
24/04/2020 19:42:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:48 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:50 dut.10.240.183.210: start
24/04/2020 19:42:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:50 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 700 / ipv4 / vf id is 0 / end actions queue index 3 / end
24/04/2020 19:42:50 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 700 / ipv4 / vf id is 0 / end actions queue index 3 / end
24/04/2020 19:42:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728570.926951 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728570.926951 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728570.926951
24/04/2020 19:42:55 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=700, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31955, src='127.0.0.1', dst='127.0.0.1')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:59 TestGeneric_flow_api: vf0: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:59 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:01 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:01 dut.10.240.183.210: stop
24/04/2020 19:43:01 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:01 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:03 dut.10.240.183.210: start
24/04/2020 19:43:03 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:04 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3427 / ipv4 / sctp / vf id is 1 / end actions queue index 0 / end
24/04/2020 19:43:04 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3427 / ipv4 / sctp / vf id is 1 / end actions queue index 0 / end
24/04/2020 19:43:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728584.2993178 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728584.2993178 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728584.2993178
24/04/2020 19:43:08 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3427, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:13 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:13 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:15 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:15 dut.10.240.183.210: stop
24/04/2020 19:43:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:15 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:17 dut.10.240.183.210: start
24/04/2020 19:43:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:17 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 941 / ipv4 / sctp / end actions drop / end
24/04/2020 19:43:17 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 941 / ipv4 / sctp / end actions drop / end
24/04/2020 19:43:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728597.630098 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728597.630098 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:21 tester: python3 /tmp/tester/scapy_ens7.cmd1587728597.630098
24/04/2020 19:43:22 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=941, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:26 TestGeneric_flow_api: vf0:
24/04/2020 19:43:26 TestGeneric_flow_api: vf1:
24/04/2020 19:43:28 dut.10.240.183.210:
testpmd>
24/04/2020 19:43:28 dut.10.240.183.210: stop
24/04/2020 19:43:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:28 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:43:30 dut.10.240.183.210: start
24/04/2020 19:43:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:30 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 304 / ipv4 / udp / vf id is 1 / end actions drop / end
24/04/2020 19:43:31 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 304 / ipv4 / udp / vf id is 1 / end actions drop / end
24/04/2020 19:43:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728611.0507865 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728611.0507865 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728611.0507865
24/04/2020 19:43:35 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=304, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:43:39 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:39 TestGeneric_flow_api: vf1:
24/04/2020 19:43:41 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:41 dut.10.240.183.210: stop
24/04/2020 19:43:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:41 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:43 dut.10.240.183.210: start
24/04/2020 19:43:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:44 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2925 / ipv6 / end actions queue index 5 / end
24/04/2020 19:43:44 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2925 / ipv6 / end actions queue index 5 / end
24/04/2020 19:43:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728624.3738966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:46 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728624.3738966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728624.3738966
24/04/2020 19:43:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2925, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='aac2:6c72:e4cf:9efc:2f79:cd8d:61e2:6cb8', dst='1e1e:60a7:8e26:94bf:3535:d47c:ce9a:be24')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:53 TestGeneric_flow_api: vf0:
24/04/2020 19:43:53 TestGeneric_flow_api: vf1:
24/04/2020 19:43:55 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:55 dut.10.240.183.210: stop
24/04/2020 19:43:55 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:55 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:57 dut.10.240.183.210: start
24/04/2020 19:43:57 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2462 / ipv6 / udp / end actions queue index 7 / end
24/04/2020 19:43:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2462 / ipv6 / udp / end actions queue index 7 / end
24/04/2020 19:43:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728637.6474535 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728637.6474535 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728637.6474535
24/04/2020 19:44:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2462, type=34525)/IPv6(version=6, tc=0, fl=0, plen=28, nh=17, hlim=64, src='9a4:aec:1459:6ca9:ba0e:6ad3:e973:e58', dst='9873:9445:578c:f666:e63f:81c4:2703:50b2')/UDP(sport=53, dport=53, len=28, chksum=15857)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:44:06 TestGeneric_flow_api: vf0:
24/04/2020 19:44:06 TestGeneric_flow_api: vf1:
24/04/2020 19:44:08 dut.10.240.183.210:
testpmd> port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:08 dut.10.240.183.210: stop
24/04/2020 19:44:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:10 dut.10.240.183.210: start
24/04/2020 19:44:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 753 / ipv6 / tcp / end actions queue index 5 / end
24/04/2020 19:44:11 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 753 / ipv6 / tcp / end actions queue index 5 / end
24/04/2020 19:44:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728651.0286968 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728651.0286968 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728651.0286968
24/04/2020 19:44:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=753, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='bf5c:de5b:94d0:f987:f497:2a03:cc5e:c44f', dst='c8ab:b9b:508b:d8db:7f15:8f52:e184:b9f6')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22474, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:19 TestGeneric_flow_api: vf0:
24/04/2020 19:44:19 TestGeneric_flow_api: vf1:
24/04/2020 19:44:21 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:21 dut.10.240.183.210: stop
24/04/2020 19:44:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:21 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:23 dut.10.240.183.210: start
24/04/2020 19:44:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1365 / ipv6 / sctp / end actions queue index 14 / end
24/04/2020 19:44:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1365 / ipv6 / sctp / end actions queue index 14 / end
24/04/2020 19:44:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728664.3536146 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728664.3536146 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:28 tester: python3 /tmp/tester/scapy_ens7.cmd1587728664.3536146
24/04/2020 19:44:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1365, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='b4e1:5adb:851d:2973:a20c:d58b:d161:f61', dst='4436:e83a:aa96:8890:8a22:9f59:3d58:7330')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:33 TestGeneric_flow_api: vf0:
24/04/2020 19:44:33 TestGeneric_flow_api: vf1:
24/04/2020 19:44:35 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:35 dut.10.240.183.210: stop
24/04/2020 19:44:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:35 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:37 dut.10.240.183.210: start
24/04/2020 19:44:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:37 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2443 / ipv6 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:44:37 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2443 / ipv6 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:44:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728677.7312183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728677.7312183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728677.7312183
24/04/2020 19:44:42 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2443, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='d31b:9b48:a326:cc36:1869:3ce9:8e66:b0e0', dst='6f50:2de4:98ef:613d:eaf1:7367:3d8c:f31f')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:46 TestGeneric_flow_api: vf0: port 0/queue 1: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:46 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:48 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:48 dut.10.240.183.210: stop
24/04/2020 19:44:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:48 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:50 dut.10.240.183.210: start
24/04/2020 19:44:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:51 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2776 / ipv6 / tcp / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:44:51 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2776 / ipv6 / tcp / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:44:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728691.1023529 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728691.1023529 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728691.1023529
24/04/2020 19:44:55 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2776, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='78c4:44b3:fa9b:6af0:c143:5ba6:6639:8ce8', dst='f8a7:55be:6340:f5bc:5f1:e9af:9037:366f')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=18939, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:59 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:59 TestGeneric_flow_api: vf1: port 0/queue 2: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:01 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:01 dut.10.240.183.210: stop
24/04/2020 19:45:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:02 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:04 dut.10.240.183.210: start
24/04/2020 19:45:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1228 / ipv6 / sctp / end actions drop / end
24/04/2020 19:45:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1228 / ipv6 / sctp / end actions drop / end
24/04/2020 19:45:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728704.4791973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728704.4791973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728704.4791973
24/04/2020 19:45:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1228, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='1e7d:29af:ae50:76f8:1636:42ea:c633:2553', dst='c538:9e33:5272:829e:66a5:fca9:e120:ef27')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:13 TestGeneric_flow_api: vf0:
24/04/2020 19:45:13 TestGeneric_flow_api: vf1:
24/04/2020 19:45:15 dut.10.240.183.210:
testpmd>
24/04/2020 19:45:15 dut.10.240.183.210: stop
24/04/2020 19:45:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:15 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:45:17 dut.10.240.183.210: start
24/04/2020 19:45:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:17 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 1712 / ipv6 / tcp / vf id is 1 / end actions drop / end
24/04/2020 19:45:17 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 1712 / ipv6 / tcp / vf id is 1 / end actions drop / end
24/04/2020 19:45:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728717.8051589 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728717.8051589 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:21 tester: python3 /tmp/tester/scapy_ens7.cmd1587728717.8051589
24/04/2020 19:45:22 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1712, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='7e7b:8d82:ae36:55f7:13d7:4dc9:6940:ee8f', dst='4c1b:120b:2833:b6cb:4874:ec4a:d393:7aeb')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=20662, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:26 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:26 TestGeneric_flow_api: vf1:
24/04/2020 19:45:28 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:28 dut.10.240.183.210: stop
24/04/2020 19:45:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:28 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:30 dut.10.240.183.210: start
24/04/2020 19:45:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728731.056276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728731.056276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728731.056276
24/04/2020 19:45:35 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1313, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=3, chksum=63870, src='192.168.0.1', dst='192.168.0.2')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:39 TestGeneric_flow_api: vf0:
24/04/2020 19:45:39 TestGeneric_flow_api: vf1:
24/04/2020 19:45:41 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:41 dut.10.240.183.210: stop
24/04/2020 19:45:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:41 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:43 dut.10.240.183.210: start
24/04/2020 19:45:44 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728744.276691 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:46 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728744.276691 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728744.276691
24/04/2020 19:45:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2231, type=2048)/IP(version=4, ihl=5, tos=3, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=63845, src='192.168.0.1', dst='192.168.0.2')/UDP(sport=53, dport=53, len=28, chksum=51523)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:45:53 TestGeneric_flow_api: vf0:
24/04/2020 19:45:53 TestGeneric_flow_api: vf1:
24/04/2020 19:45:55 dut.10.240.183.210: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:55 dut.10.240.183.210: stop
24/04/2020 19:45:55 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:55 TestGeneric_flow_api: pf: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:57 dut.10.240.183.210: start
24/04/2020 19:45:57 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728757.5088074 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728757.5088074 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728757.5088074
24/04/2020 19:46:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=13928, src='192.168.0.1', dst='192.168.0.2')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22882, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:06 TestGeneric_flow_api: vf0:
24/04/2020 19:46:06 TestGeneric_flow_api: vf1:
24/04/2020 19:46:08 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:08 dut.10.240.183.210: stop
24/04/2020 19:46:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:08 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:10 dut.10.240.183.210: start
24/04/2020 19:46:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728770.7301152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728770.7301152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728770.7301152
24/04/2020 19:46:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=3, len=52, id=1, flags=0, frag=0, ttl=3, proto=132, chksum=13807, src='192.168.0.1', dst='192.168.0.2')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:19 TestGeneric_flow_api: vf0:
24/04/2020 19:46:19 TestGeneric_flow_api: vf1:
24/04/2020 19:46:21 dut.10.240.183.210: port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:21 dut.10.240.183.210: stop
24/04/2020 19:46:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:21 TestGeneric_flow_api: pf: port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:23 dut.10.240.183.210: start
24/04/2020 19:46:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728784.102975 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728784.102975 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:27 tester: python3 /tmp/tester/scapy_ens7.cmd1587728784.102975
24/04/2020 19:46:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=13928, src='192.168.0.1', dst='192.168.0.2')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22882, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:32 TestGeneric_flow_api: vf0:
24/04/2020 19:46:32 TestGeneric_flow_api: vf1:
24/04/2020 19:46:34 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:34 dut.10.240.183.210: stop
24/04/2020 19:46:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:35 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:37 dut.10.240.183.210: start
24/04/2020 19:46:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728797.4328825 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728797.4328825 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728797.4328825
24/04/2020 19:46:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:46:46 TestGeneric_flow_api: vf0:
24/04/2020 19:46:46 TestGeneric_flow_api: vf1:
24/04/2020 19:46:48 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:48 dut.10.240.183.210: stop
24/04/2020 19:46:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:48 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:50 dut.10.240.183.210: start
24/04/2020 19:46:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728810.7009966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728810.7009966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728810.7009966
24/04/2020 19:46:55 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=941, type=2048)/IP(version=4, ihl=5, tos=3, len=52, id=1, flags=0, frag=0, ttl=3, proto=132, chksum=13799, src='192.168.0.5', dst='192.168.0.6')/SCTP(sport=44, dport=45, tag=1, chksum=594960672)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:59 TestGeneric_flow_api: vf0:
24/04/2020 19:46:59 TestGeneric_flow_api: vf1:
24/04/2020 19:47:01 dut.10.240.183.210:
24/04/2020 19:47:01 dut.10.240.183.210: stop
24/04/2020 19:47:01 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:01 TestGeneric_flow_api: pf:
24/04/2020 19:47:03 dut.10.240.183.210: start
24/04/2020 19:47:03 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728823.879678 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728823.879678 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:07 tester: python3 /tmp/tester/scapy_ens7.cmd1587728823.879678
24/04/2020 19:47:08 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=304, type=2048)/IP(version=4, ihl=5, tos=3, len=64, id=1, flags=0, frag=0, ttl=3, proto=17, chksum=13902, src='192.168.0.5', dst='192.168.0.6')/UDP(sport=44, dport=45, len=44, chksum=2634)/Raw(load=b'\x00\x00\x00$\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:47:12 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:12 TestGeneric_flow_api: vf1:
24/04/2020 19:47:14 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:14 dut.10.240.183.210: stop
24/04/2020 19:47:14 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:14 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:16 dut.10.240.183.210: start
24/04/2020 19:47:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728837.1516588 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728837.1516588 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:20 tester: python3 /tmp/tester/scapy_ens7.cmd1587728837.1516588
24/04/2020 19:47:21 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2925, type=34525)/IPv6(version=6, tc=1, fl=0, plen=20, nh=5, hlim=10, src='2001::1', dst='2001::2')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:26 TestGeneric_flow_api: vf0:
24/04/2020 19:47:26 TestGeneric_flow_api: vf1:
24/04/2020 19:47:28 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:28 dut.10.240.183.210: stop
24/04/2020 19:47:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:28 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:30 dut.10.240.183.210: start
24/04/2020 19:47:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:30 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728850.4300466 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728850.4300466 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728850.4300466
24/04/2020 19:47:35 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2462, type=34525)/IPv6(version=6, tc=2, fl=0, plen=28, nh=17, hlim=20, src='2001::1', dst='2001::2')/UDP(sport=22, dport=23, len=28, chksum=2768)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:39 TestGeneric_flow_api: vf0:
24/04/2020 19:47:39 TestGeneric_flow_api: vf1:
24/04/2020 19:47:41 dut.10.240.183.210: port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:41 dut.10.240.183.210: stop
24/04/2020 19:47:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:41 TestGeneric_flow_api: pf: port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:43 dut.10.240.183.210: start
24/04/2020 19:47:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:43 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728863.7008264 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728863.7008264 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:47 tester: python3 /tmp/tester/scapy_ens7.cmd1587728863.7008264
24/04/2020 19:47:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=753, type=34525)/IPv6(version=6, tc=2, fl=0, plen=40, nh=6, hlim=20, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=39636, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:52 TestGeneric_flow_api: vf0:
24/04/2020 19:47:52 TestGeneric_flow_api: vf1:
24/04/2020 19:47:54 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:54 dut.10.240.183.210: stop
24/04/2020 19:47:54 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:54 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:56 dut.10.240.183.210: start
24/04/2020 19:47:56 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728877.024753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728877.024753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:00 tester: python3 /tmp/tester/scapy_ens7.cmd1587728877.024753
24/04/2020 19:48:01 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1365, type=34525)/IPv6(version=6, tc=4, fl=0, plen=48, nh=132, hlim=40, src='2001::1', dst='2001::2')/SCTP(sport=44, dport=45, tag=1, chksum=3665959070)/SCTPChunkData(type=0, reserved=0, delay_sack=0, unordered=0, beginning=0, ending=0, len=36, tsn=0, stream_id=0, stream_seq=0, proto_id=0, data=b'XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:48:05 TestGeneric_flow_api: vf0:
24/04/2020 19:48:05 TestGeneric_flow_api: vf1:
24/04/2020 19:48:07 dut.10.240.183.210: port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=106 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:07 dut.10.240.183.210: stop
24/04/2020 19:48:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:07 TestGeneric_flow_api: pf: port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=106 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:09 dut.10.240.183.210: start
24/04/2020 19:48:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728890.3029237 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728890.3029237 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728890.3029237
24/04/2020 19:48:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1228, type=34525)/IPv6(version=6, tc=4, fl=0, plen=48, nh=132, hlim=40, src='2001::1', dst='2001::2')/SCTP(sport=44, dport=45, tag=1, chksum=3665959070)/SCTPChunkData(type=0, reserved=0, delay_sack=0, unordered=0, beginning=0, ending=0, len=36, tsn=0, stream_id=0, stream_seq=0, proto_id=0, data=b'XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:48:19 TestGeneric_flow_api: vf0:
24/04/2020 19:48:19 TestGeneric_flow_api: vf1:
24/04/2020 19:48:21 dut.10.240.183.210:
24/04/2020 19:48:21 dut.10.240.183.210: stop
24/04/2020 19:48:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:21 TestGeneric_flow_api: pf:
24/04/2020 19:48:23 dut.10.240.183.210: start
24/04/2020 19:48:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:23 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728903.622002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728903.622002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:27 tester: python3 /tmp/tester/scapy_ens7.cmd1587728903.622002
24/04/2020 19:48:28 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1712, type=34525)/IPv6(version=6, tc=2, fl=0, plen=40, nh=6, hlim=20, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=39636, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:48:32 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:32 TestGeneric_flow_api: vf1:
24/04/2020 19:48:34 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:34 dut.10.240.183.210: stop
24/04/2020 19:48:34 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:34 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:36 dut.10.240.183.210: start
24/04/2020 19:48:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:36 dut.10.240.183.210: flow list 0
24/04/2020 19:48:36 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN IPV4 => QUEUE
1 0 0 i-- ETH VLAN IPV4 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV4 VF => QUEUE
5 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
6 0 0 i-- ETH VLAN IPV4 SCTP => DROP
7 0 0 i-t ETH VLAN IPV4 UDP VF => DROP
8 0 0 i-- ETH VLAN IPV6 => QUEUE
9 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
10 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
11 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
12 0 0 i-t ETH VLAN IPV6 VF => QUEUE
13 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
14 0 0 i-- ETH VLAN IPV6 SCTP => DROP
15 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:48:36 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:48:37 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV4 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV4 VF => QUEUE
5 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
6 0 0 i-- ETH VLAN IPV4 SCTP => DROP
7 0 0 i-t ETH VLAN IPV4 UDP VF => DROP
8 0 0 i-- ETH VLAN IPV6 => QUEUE
9 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
10 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
11 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
12 0 0 i-t ETH VLAN IPV6 VF => QUEUE
13 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
14 0 0 i-- ETH VLAN IPV6 SCTP => DROP
15 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:48:37 dut.10.240.183.210: flow flush 0
24/04/2020 19:48:37 dut.10.240.183.210: flow flush 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 TestGeneric_flow_api: Test Case test_fdir_for_vlan Result PASSED:
24/04/2020 19:48:44 dut.10.240.183.210: quit
24/04/2020 19:48:44 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551600 RX-dropped: 0 RX-total: 18446744073709551600
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551600 RX-dropped: 0 RX-total: 18446744073709551600
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:48:49 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_fdir_for_vxlan Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_flexbytes_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_n_tuple_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_syn_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Begin
24/04/2020 19:48:50 dut.10.240.183.210:
24/04/2020 19:48:50 tester:
24/04/2020 19:48:50 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:48:51 dut.10.240.183.210: modprobe uio
24/04/2020 19:48:51 dut.10.240.183.210:
24/04/2020 19:48:51 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:48:51 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:48:51 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:48:52 dut.10.240.183.210:
24/04/2020 19:48:56 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:49:01 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:49:11 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:49:11 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:49:11 dut.10.240.183.210: set verbose 1
24/04/2020 19:49:12 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:49:12 dut.10.240.183.210: start
24/04/2020 19:49:12 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 15 / end
24/04/2020 19:49:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 15 / end
24/04/2020 19:49:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728969.3070834 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728969.3070834 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587728969.3070834
24/04/2020 19:49:33 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:49:38 TestGeneric_flow_api: vf0:
24/04/2020 19:49:38 TestGeneric_flow_api: vf1:
24/04/2020 19:49:40 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:40 dut.10.240.183.210: stop
24/04/2020 19:49:40 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:49:40 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:42 dut.10.240.183.210: start
24/04/2020 19:49:42 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:42 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2992 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 9 / end
24/04/2020 19:49:42 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2992 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 9 / end
24/04/2020 19:49:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728982.7805412 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728982.7805412 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:46 tester: python3 /tmp/tester/scapy_ens7.cmd1587728982.7805412
24/04/2020 19:49:47 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=765952, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:49:51 TestGeneric_flow_api: vf0:
24/04/2020 19:49:51 TestGeneric_flow_api: vf1:
24/04/2020 19:49:53 dut.10.240.183.210:
testpmd> port 0/queue 9: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x9
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:53 dut.10.240.183.210: stop
24/04/2020 19:49:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:49:53 TestGeneric_flow_api: pf:
testpmd> port 0/queue 9: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x9
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:55 dut.10.240.183.210: start
24/04/2020 19:49:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:56 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 1071 / end actions pf / queue index 13 / end
24/04/2020 19:49:56 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 1071 / end actions pf / queue index 13 / end
24/04/2020 19:49:56 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728996.2048366 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728996.2048366 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:00 tester: python3 /tmp/tester/scapy_ens7.cmd1587728996.2048366
24/04/2020 19:50:00 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1071, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:05 TestGeneric_flow_api: vf0:
24/04/2020 19:50:05 TestGeneric_flow_api: vf1:
24/04/2020 19:50:07 dut.10.240.183.210:
testpmd> port 0/queue 13: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:07 dut.10.240.183.210: stop
24/04/2020 19:50:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:07 TestGeneric_flow_api: pf:
testpmd> port 0/queue 13: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:09 dut.10.240.183.210: start
24/04/2020 19:50:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:09 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2219 / eth dst is 00:11:22:33:44:66 / vlan tci is 371 / end actions pf / queue index 14 / end
24/04/2020 19:50:09 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2219 / eth dst is 00:11:22:33:44:66 / vlan tci is 371 / end actions pf / queue index 14 / end
24/04/2020 19:50:09 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729009.5869637 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729009.5869637 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:13 tester: python3 /tmp/tester/scapy_ens7.cmd1587729009.5869637
24/04/2020 19:50:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=568064, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=371, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:18 TestGeneric_flow_api: vf0:
24/04/2020 19:50:18 TestGeneric_flow_api: vf1:
24/04/2020 19:50:20 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:20 dut.10.240.183.210: stop
24/04/2020 19:50:20 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:20 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:22 dut.10.240.183.210: start
24/04/2020 19:50:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:22 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 74 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 3 / end
24/04/2020 19:50:23 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 74 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 3 / end
24/04/2020 19:50:23 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729023.0106645 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729023.0106645 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:26 tester: python3 /tmp/tester/scapy_ens7.cmd1587729023.0106645
24/04/2020 19:50:27 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=18944, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:31 TestGeneric_flow_api: vf0:
24/04/2020 19:50:31 TestGeneric_flow_api: vf1:
24/04/2020 19:50:33 dut.10.240.183.210:
testpmd> port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:33 dut.10.240.183.210: stop
24/04/2020 19:50:33 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:33 TestGeneric_flow_api: pf:
testpmd> port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:35 dut.10.240.183.210: start
24/04/2020 19:50:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:36 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 175 / eth dst is 00:11:22:33:44:66 / vlan tci is 3561 / end actions vf id 0 / queue index 3 / end
24/04/2020 19:50:36 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 175 / eth dst is 00:11:22:33:44:66 / vlan tci is 3561 / end actions vf id 0 / queue index 3 / end
24/04/2020 19:50:36 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729036.3382182 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729036.3382182 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:40 tester: python3 /tmp/tester/scapy_ens7.cmd1587729036.3382182
24/04/2020 19:50:40 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=44800, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3561, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:45 TestGeneric_flow_api: vf0: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:45 TestGeneric_flow_api: vf1:
24/04/2020 19:50:47 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:47 dut.10.240.183.210: stop
24/04/2020 19:50:47 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:47 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:49 dut.10.240.183.210: start
24/04/2020 19:50:49 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:49 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3676 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 3 / end
24/04/2020 19:50:49 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3676 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 3 / end
24/04/2020 19:50:49 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729049.753508 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729049.753508 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:53 tester: python3 /tmp/tester/scapy_ens7.cmd1587729049.753508
24/04/2020 19:50:54 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=941056, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:58 TestGeneric_flow_api: vf0:
24/04/2020 19:50:58 TestGeneric_flow_api: vf1: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:00 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:00 dut.10.240.183.210: stop
24/04/2020 19:51:00 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:00 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:02 dut.10.240.183.210: start
24/04/2020 19:51:02 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729063.1254613 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729063.1254613 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:06 tester: python3 /tmp/tester/scapy_ens7.cmd1587729063.1254613
24/04/2020 19:51:07 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=106, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31842, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:11 TestGeneric_flow_api: vf0:
24/04/2020 19:51:11 TestGeneric_flow_api: vf1:
24/04/2020 19:51:13 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:13 dut.10.240.183.210: stop
24/04/2020 19:51:13 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:13 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:15 dut.10.240.183.210: start
24/04/2020 19:51:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:16 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729076.392849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729076.392849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:20 tester: python3 /tmp/tester/scapy_ens7.cmd1587729076.392849
24/04/2020 19:51:20 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=102, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31846, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=18944, seqence_number=None)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:25 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:25 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:27 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:27 dut.10.240.183.210: stop
24/04/2020 19:51:27 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:27 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:29 dut.10.240.183.210: start
24/04/2020 19:51:29 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729089.6237707 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729089.6237707 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587729089.6237707
24/04/2020 19:51:34 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=106, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31842, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=44800, seqence_number=None)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3561, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:38 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:38 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:40 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:40 dut.10.240.183.210: stop
24/04/2020 19:51:40 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:40 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:42 dut.10.240.183.210: start
24/04/2020 19:51:42 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729102.9490602 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729102.9490602 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:46 tester: python3 /tmp/tester/scapy_ens7.cmd1587729102.9490602
24/04/2020 19:51:47 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=102, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31846, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=941056, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:51 TestGeneric_flow_api: vf0:
24/04/2020 19:51:51 TestGeneric_flow_api: vf1:
24/04/2020 19:51:53 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:53 dut.10.240.183.210: stop
24/04/2020 19:51:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:53 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:55 dut.10.240.183.210: start
24/04/2020 19:51:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
1 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
2 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
5 0 0 i-- ETH IPV4 NVGRE ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 NVGRE ETH => VF QUEUE
24/04/2020 19:51:56 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:51:56 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
2 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
5 0 0 i-- ETH IPV4 NVGRE ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 NVGRE ETH => VF QUEUE
24/04/2020 19:51:56 dut.10.240.183.210: flow flush 0
24/04/2020 19:51:56 dut.10.240.183.210: flow flush 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Result PASSED:
24/04/2020 19:52:03 dut.10.240.183.210: quit
24/04/2020 19:52:03 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:52:08 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:52:09 TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Begin
24/04/2020 19:52:09 dut.10.240.183.210:
24/04/2020 19:52:09 tester:
24/04/2020 19:52:09 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:52:10 dut.10.240.183.210: modprobe uio
24/04/2020 19:52:11 dut.10.240.183.210:
24/04/2020 19:52:11 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:52:11 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:52:11 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:52:11 dut.10.240.183.210:
24/04/2020 19:52:15 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:52:21 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:52:31 dut.10.240.183.210: rx_vxlan_port add 4789 0
24/04/2020 19:52:31 dut.10.240.183.210: rx_vxlan_port add 4789 0
24/04/2020 19:52:31 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:52:31 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:52:31 dut.10.240.183.210: set verbose 1
24/04/2020 19:52:31 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:52:31 dut.10.240.183.210: start
24/04/2020 19:52:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:52:48 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 5 / end
24/04/2020 19:52:48 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 5 / end
24/04/2020 19:52:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729168.5034919 root@10.240.183.203:/tmp/tester/
24/04/2020 19:52:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729168.5034919 root@10.240.183.203:/tmp/tester/
24/04/2020 19:52:52 tester: python3 /tmp/tester/scapy_ens7.cmd1587729168.5034919
24/04/2020 19:52:53 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=17584)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:52:57 TestGeneric_flow_api: vf0:
24/04/2020 19:52:57 TestGeneric_flow_api: vf1:
24/04/2020 19:52:59 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:52:59 dut.10.240.183.210: stop
24/04/2020 19:52:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:52:59 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:01 dut.10.240.183.210: start
24/04/2020 19:53:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:01 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 1701 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 0 / end
24/04/2020 19:53:01 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 1701 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 0 / end
24/04/2020 19:53:01 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729181.8792498 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729181.8792498 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587729181.8792498
24/04/2020 19:53:06 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=41900)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=1701, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:10 TestGeneric_flow_api: vf0:
24/04/2020 19:53:10 TestGeneric_flow_api: vf1:
24/04/2020 19:53:12 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 1701 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:12 dut.10.240.183.210: stop
24/04/2020 19:53:12 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:12 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 1701 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:14 dut.10.240.183.210: start
24/04/2020 19:53:14 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:15 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 3996 / end actions pf / queue index 6 / end
24/04/2020 19:53:15 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 3996 / end actions pf / queue index 6 / end
24/04/2020 19:53:15 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729195.2534738 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729195.2534738 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:19 tester: python3 /tmp/tester/scapy_ens7.cmd1587729195.2534738
24/04/2020 19:53:19 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=17420)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3996, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:24 TestGeneric_flow_api: vf0:
24/04/2020 19:53:24 TestGeneric_flow_api: vf1:
24/04/2020 19:53:26 dut.10.240.183.210:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x6
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:26 dut.10.240.183.210: stop
24/04/2020 19:53:26 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:26 TestGeneric_flow_api: pf:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x6
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:28 dut.10.240.183.210: start
24/04/2020 19:53:28 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:28 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 3340 / eth dst is 00:11:22:33:44:66 / vlan tci is 355 / end actions pf / queue index 14 / end
24/04/2020 19:53:28 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 3340 / eth dst is 00:11:22:33:44:66 / vlan tci is 355 / end actions pf / queue index 14 / end
24/04/2020 19:53:28 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729208.6862328 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:30 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729208.6862328 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:32 tester: python3 /tmp/tester/scapy_ens7.cmd1587729208.6862328
24/04/2020 19:53:33 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=19003)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3340, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=355, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:37 TestGeneric_flow_api: vf0:
24/04/2020 19:53:37 TestGeneric_flow_api: vf1:
24/04/2020 19:53:39 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3340 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:39 dut.10.240.183.210: stop
24/04/2020 19:53:39 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:39 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3340 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:41 dut.10.240.183.210: start
24/04/2020 19:53:41 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:42 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3149 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 8 / end
24/04/2020 19:53:42 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3149 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 8 / end
24/04/2020 19:53:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729222.108118 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729222.108118 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:45 tester: python3 /tmp/tester/scapy_ens7.cmd1587729222.108118
24/04/2020 19:53:46 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=64422)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3149, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:50 TestGeneric_flow_api: vf0:
24/04/2020 19:53:50 TestGeneric_flow_api: vf1:
24/04/2020 19:53:52 dut.10.240.183.210:
testpmd> port 0/queue 8: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3149 - Receive queue=0x8
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:52 dut.10.240.183.210: stop
24/04/2020 19:53:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:53 TestGeneric_flow_api: pf:
testpmd> port 0/queue 8: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3149 - Receive queue=0x8
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:55 dut.10.240.183.210: start
24/04/2020 19:53:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:55 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 540 / eth dst is 00:11:22:33:44:66 / vlan tci is 306 / end actions vf id 0 / queue index 0 / end
24/04/2020 19:53:55 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 540 / eth dst is 00:11:22:33:44:66 / vlan tci is 306 / end actions vf id 0 / queue index 0 / end
24/04/2020 19:53:55 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729235.4833183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729235.4833183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:59 tester: python3 /tmp/tester/scapy_ens7.cmd1587729235.4833183
24/04/2020 19:54:00 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=14967)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=540, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=306, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:04 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:04 TestGeneric_flow_api: vf1:
24/04/2020 19:54:06 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:06 dut.10.240.183.210: stop
24/04/2020 19:54:06 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:06 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:08 dut.10.240.183.210: start
24/04/2020 19:54:08 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:08 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3581 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 1 / end
24/04/2020 19:54:08 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3581 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 1 / end
24/04/2020 19:54:08 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729248.9085307 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729248.9085307 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:12 tester: python3 /tmp/tester/scapy_ens7.cmd1587729248.9085307
24/04/2020 19:54:13 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=19365)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3581, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:17 TestGeneric_flow_api: vf0:
24/04/2020 19:54:17 TestGeneric_flow_api: vf1: port 0/queue 1: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:19 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:19 dut.10.240.183.210: stop
24/04/2020 19:54:19 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:19 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:21 dut.10.240.183.210: start
24/04/2020 19:54:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:22 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729262.3213973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729262.3213973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:26 tester: python3 /tmp/tester/scapy_ens7.cmd1587729262.3213973
24/04/2020 19:54:26 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=114, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31864, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=94, chksum=56893)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=11, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:31 TestGeneric_flow_api: vf0:
24/04/2020 19:54:31 TestGeneric_flow_api: vf1:
24/04/2020 19:54:33 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:33 dut.10.240.183.210: stop
24/04/2020 19:54:33 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:33 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:35 dut.10.240.183.210: start
24/04/2020 19:54:35 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:35 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729275.5978882 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729275.5978882 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:39 tester: python3 /tmp/tester/scapy_ens7.cmd1587729275.5978882
24/04/2020 19:54:40 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=110, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31868, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=90, chksum=23104)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=5, reserved2=0)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:44 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:44 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:46 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:46 dut.10.240.183.210: stop
24/04/2020 19:54:46 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:46 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:48 dut.10.240.183.210: start
24/04/2020 19:54:48 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729288.9197032 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729288.9197032 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:52 tester: python3 /tmp/tester/scapy_ens7.cmd1587729288.9197032
24/04/2020 19:54:53 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=114, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31864, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=94, chksum=49411)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=540, reserved2=0)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=306, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:57 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:57 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:59 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:59 dut.10.240.183.210: stop
24/04/2020 19:54:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:59 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:01 dut.10.240.183.210: start
24/04/2020 19:55:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:55:02 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729302.240737 root@10.240.183.203:/tmp/tester/
24/04/2020 19:55:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729302.240737 root@10.240.183.203:/tmp/tester/
24/04/2020 19:55:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587729302.240737
24/04/2020 19:55:06 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=110, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31868, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=90, chksum=25155)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=3581, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:55:11 TestGeneric_flow_api: vf0:
24/04/2020 19:55:11 TestGeneric_flow_api: vf1:
24/04/2020 19:55:13 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:13 dut.10.240.183.210: stop
24/04/2020 19:55:13 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:55:13 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:15 dut.10.240.183.210: start
24/04/2020 19:55:15 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
1 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
2 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
5 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 UDP VXLAN ETH => VF QUEUE
24/04/2020 19:55:15 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:55:15 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
2 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
5 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 UDP VXLAN ETH => VF QUEUE
24/04/2020 19:55:15 dut.10.240.183.210: flow flush 0
24/04/2020 19:55:15 dut.10.240.183.210: flow flush 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Result PASSED:
24/04/2020 19:55:22 dut.10.240.183.210: quit
24/04/2020 19:55:23 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:55:28 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:55:28 dts:
TEST SUITE ENDED: TestGeneric_flow_api
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-24 3:14 ` Xu, HailinX
@ 2020-04-24 3:20 ` Peng, ZhihongX
2020-04-24 3:21 ` Huang, ZhiminX
1 sibling, 0 replies; 8+ messages in thread
From: Peng, ZhihongX @ 2020-04-24 3:20 UTC (permalink / raw)
To: dts
tested by:Peng, ZhihongX <zhihongx.peng@intel.com>
Regards,
Peng,Zhihong
-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, HailinX
Sent: Friday, April 24, 2020 11:15 AM
To: dts@dpdk.org
Subject: Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
Tested-by: Xu, Hailin <hailinx.xu@intel.com>
Regards,
Xu, Hailin
-----Original Message-----
From: Xu, HailinX
Sent: Friday, April 24, 2020 10:53 AM
To: dts@dpdk.org
Cc: Xu, HailinX <hailinx.xu@intel.com>
Subject: [dts][PATCH v1] conf/test_case_supportlist:add nic carlsville
From: "xu,hailin" <hailinx.xu@intel.com>
carlsville driver is i40e, so nic carlsville support this case.
Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
conf/test_case_supportlist.json | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 08a2692..1f31e92 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -612,7 +612,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -632,7 +633,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsvile"
],
"Target": [
"ALL"
@@ -652,7 +654,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -672,7 +675,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -713,7 +717,8 @@
"fortville_25g",
"fortpark",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -733,7 +738,8 @@
"fortville_spirit",
"fortville_spirit_single",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -875,7 +881,8 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
- "foxville"
+ "foxville",
+ "carlsville"
],
"Target": [
"ALL"
--
1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
2020-04-24 2:53 Xu, Hailin
@ 2020-04-24 3:14 ` Xu, HailinX
2020-04-24 3:20 ` Peng, ZhihongX
2020-04-24 3:21 ` Huang, ZhiminX
2020-04-24 6:41 ` Tu, Lijuan
1 sibling, 2 replies; 8+ messages in thread
From: Xu, HailinX @ 2020-04-24 3:14 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 2876 bytes --]
Tested-by: Xu, Hailin <hailinx.xu@intel.com>
Regards,
Xu, Hailin
-----Original Message-----
From: Xu, HailinX
Sent: Friday, April 24, 2020 10:53 AM
To: dts@dpdk.org
Cc: Xu, HailinX <hailinx.xu@intel.com>
Subject: [dts][PATCH v1] conf/test_case_supportlist:add nic carlsville
From: "xu,hailin" <hailinx.xu@intel.com>
carlsville driver is i40e, so nic carlsville support this case.
Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
conf/test_case_supportlist.json | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 08a2692..1f31e92 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -612,7 +612,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -632,7 +633,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsvile"
],
"Target": [
"ALL"
@@ -652,7 +654,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -672,7 +675,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -713,7 +717,8 @@
"fortville_25g",
"fortpark",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -733,7 +738,8 @@
"fortville_spirit",
"fortville_spirit_single",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -875,7 +881,8 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
- "foxville"
+ "foxville",
+ "carlsville"
],
"Target": [
"ALL"
--
1.8.3.1
[-- Attachment #2: TestGeneric_flow_api.log --]
[-- Type: application/octet-stream, Size: 544678 bytes --]
24/04/2020 19:28:41 dts:
TEST SUITE : TestGeneric_flow_api
24/04/2020 19:28:41 dts: NIC : carlsville
24/04/2020 19:28:41 dut.10.240.183.210:
24/04/2020 19:28:41 tester:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_2_tuple_filter Result SKIPPED:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_L2_tunnel_filter Result SKIPPED:
24/04/2020 19:28:45 TestGeneric_flow_api: Test Case test_ethertype_filter Begin
24/04/2020 19:28:45 dut.10.240.183.210:
24/04/2020 19:28:45 tester:
24/04/2020 19:28:45 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:28:46 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:28:48 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:28:58 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:28:58 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:28:58 dut.10.240.183.210: set verbose 1
24/04/2020 19:28:58 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:28:58 dut.10.240.183.210: start
24/04/2020 19:28:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 5 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 5 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x88cc / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x88cc / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x86dd / end actions queue index 11 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x86dd / end actions queue index 11 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0800 / end actions queue index 13 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x0800 / end actions queue index 13 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x8100 / end actions queue index 4 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow validate 0 ingress pattern eth type is 0x8100 / end actions queue index 4 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 16 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 10 / end
24/04/2020 19:29:00 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0806 / end actions queue index 10 / end
24/04/2020 19:29:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727740.9482079 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:02 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727740.9482079 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:04 tester: python3 /tmp/tester/scapy_ens7.cmd1587727740.9482079
24/04/2020 19:29:05 tester: packet ready for sending...
Ether(dst='ff:ff:ff:ff:ff:ff', src='52:54:00:9d:8d:19', type=2054)/ARP(hwtype=1, ptype=2048, hwlen=6, plen=4, op=1, hwsrc='52:54:00:9d:8d:19', psrc='10.240.183.203', hwdst='00:00:00:00:00:00', pdst='192.168.1.1')/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:07 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=FF:FF:FF:FF:FF:FF - type=0x0806 - length=62 - nb_segs=1 - hw ptype: L2_ETHER_ARP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:07 dut.10.240.183.210: stop
24/04/2020 19:29:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:07 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=FF:FF:FF:FF:FF:FF - type=0x0806 - length=62 - nb_segs=1 - hw ptype: L2_ETHER_ARP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:09 dut.10.240.183.210: start
24/04/2020 19:29:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:09 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x86bb / end actions queue index 7 / end
24/04/2020 19:29:09 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x86bb / end actions queue index 7 / end
24/04/2020 19:29:09 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727749.7733483 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727749.7733483 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:13 tester: python3 /tmp/tester/scapy_ens7.cmd1587727749.7733483
24/04/2020 19:29:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34491)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:16 dut.10.240.183.210:
testpmd> port 0/queue 7: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x86bb - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x7
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:16 dut.10.240.183.210: stop
24/04/2020 19:29:16 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:16 TestGeneric_flow_api: pf:
testpmd> port 0/queue 7: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x86bb - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x7
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:18 dut.10.240.183.210: start
24/04/2020 19:29:18 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:18 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions drop / end
24/04/2020 19:29:18 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions drop / end
24/04/2020 19:29:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727758.5870798 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727758.5870798 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587727758.5870798
24/04/2020 19:29:23 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:25 dut.10.240.183.210:
testpmd>
24/04/2020 19:29:25 dut.10.240.183.210: stop
24/04/2020 19:29:25 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:25 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:29:27 dut.10.240.183.210: start
24/04/2020 19:29:27 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:27 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847 / end actions queue index 1 / end
24/04/2020 19:29:27 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847 / end actions queue index 1 / end
24/04/2020 19:29:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727767.4115002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727767.4115002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:31 tester: python3 /tmp/tester/scapy_ens7.cmd1587727767.4115002
24/04/2020 19:29:32 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=34887)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:34 dut.10.240.183.210:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8847 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:34 dut.10.240.183.210: stop
24/04/2020 19:29:34 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:34 TestGeneric_flow_api: pf:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8847 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:36 dut.10.240.183.210: start
24/04/2020 19:29:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:36 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x88cc / end actions queue index 10 / end
24/04/2020 19:29:36 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x88cc / end actions queue index 10 / end
24/04/2020 19:29:36 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727776.2368703 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727776.2368703 root@10.240.183.203:/tmp/tester/
24/04/2020 19:29:40 tester: python3 /tmp/tester/scapy_ens7.cmd1587727776.2368703
24/04/2020 19:29:40 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=35020)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:29:42 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x88cc - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER_LLDP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:42 dut.10.240.183.210: stop
24/04/2020 19:29:42 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:29:42 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x88cc - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER_LLDP - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:29:44 dut.10.240.183.210: start
24/04/2020 19:29:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH => QUEUE
1 0 0 i-- ETH => QUEUE
2 0 0 i-- ETH => DROP
3 0 0 i-- ETH => QUEUE
4 0 0 i-- ETH => QUEUE
24/04/2020 19:29:45 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:29:45 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH => QUEUE
2 0 0 i-- ETH => DROP
3 0 0 i-- ETH => QUEUE
4 0 0 i-- ETH => QUEUE
24/04/2020 19:29:45 dut.10.240.183.210: flow flush 0
24/04/2020 19:29:45 dut.10.240.183.210: flow flush 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 dut.10.240.183.210: flow list 0
24/04/2020 19:29:45 TestGeneric_flow_api: Test Case test_ethertype_filter Result PASSED:
24/04/2020 19:29:45 dut.10.240.183.210: quit
24/04/2020 19:29:46 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:29:48 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:29:49 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Begin
24/04/2020 19:29:49 dut.10.240.183.210:
24/04/2020 19:29:49 tester:
24/04/2020 19:29:49 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:29:49 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:29:51 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:30:01 dut.10.240.183.210: port config all rss all
24/04/2020 19:30:01 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:30:01 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:30:01 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:30:01 dut.10.240.183.210: set verbose 1
24/04/2020 19:30:01 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:30:01 dut.10.240.183.210: start
24/04/2020 19:30:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:30:03 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:30:19 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:30:19 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:30:19 dut.10.240.183.210: quit
24/04/2020 19:30:20 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:30:22 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:30:22 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Begin
24/04/2020 19:30:22 dut.10.240.183.210:
24/04/2020 19:30:22 tester:
24/04/2020 19:30:22 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:30:23 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:30:25 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:30:35 dut.10.240.183.210: port config all rss all
24/04/2020 19:30:35 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:30:35 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:30:35 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:30:35 dut.10.240.183.210: set verbose 1
24/04/2020 19:30:35 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:30:35 dut.10.240.183.210: start
24/04/2020 19:30:35 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:30:37 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
24/04/2020 19:30:52 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
24/04/2020 19:30:52 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:30:52 dut.10.240.183.210: quit
24/04/2020 19:30:54 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:30:56 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:30:56 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Begin
24/04/2020 19:30:56 dut.10.240.183.210:
24/04/2020 19:30:56 tester:
24/04/2020 19:30:56 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:30:57 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:30:59 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:31:09 dut.10.240.183.210: port config all rss all
24/04/2020 19:31:09 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:31:09 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:31:09 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:31:09 dut.10.240.183.210: set verbose 1
24/04/2020 19:31:09 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:31:09 dut.10.240.183.210: start
24/04/2020 19:31:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:31:11 dut.10.240.183.210: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
24/04/2020 19:31:26 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Result FAILED: TIMEOUT on flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
24/04/2020 19:31:26 TestGeneric_flow_api: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60900, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:31:26 dut.10.240.183.210: quit
24/04/2020 19:31:27 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:31:29 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:31:30 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Begin
24/04/2020 19:31:30 dut.10.240.183.210:
24/04/2020 19:31:30 tester:
24/04/2020 19:31:30 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:31:31 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:31:32 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:31:42 dut.10.240.183.210: port config all rss all
24/04/2020 19:31:42 dut.10.240.183.210: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x3fffc configured:0x7ef8
24/04/2020 19:31:42 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:31:42 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:31:42 dut.10.240.183.210: set verbose 1
24/04/2020 19:31:42 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:31:42 dut.10.240.183.210: start
24/04/2020 19:31:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:31:45 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:32:00 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Result FAILED: TIMEOUT on flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
24/04/2020 19:32:00 TestGeneric_flow_api: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60840, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:32:00 dut.10.240.183.210: quit
24/04/2020 19:32:01 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:32:03 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:32:03 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Begin
24/04/2020 19:32:04 dut.10.240.183.210:
24/04/2020 19:32:04 tester:
24/04/2020 19:32:04 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:32:04 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --rxq=16 --txq=16
24/04/2020 19:32:06 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:32:16 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:32:16 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:32:16 dut.10.240.183.210: set verbose 1
24/04/2020 19:32:16 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:32:16 dut.10.240.183.210: start
24/04/2020 19:32:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 dst is 1.1.1.1 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 dst is 1.1.1.1 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp dst is 111 / end actions mark id 2 / rss / end
24/04/2020 19:32:18 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
24/04/2020 19:32:33 TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Result FAILED: TIMEOUT on flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
24/04/2020 19:32:34 TestGeneric_flow_api: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff60600, Invalid MAC_addr mask.: Invalid argument
testpmd>
24/04/2020 19:32:34 dut.10.240.183.210: quit
24/04/2020 19:32:35 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:32:37 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:32:37 TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Begin
24/04/2020 19:32:37 dut.10.240.183.210:
24/04/2020 19:32:37 tester:
24/04/2020 19:32:37 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:32:38 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=test1_20271_20200424185853 -- -i --pkt-filter-mode=perfect --rxq=16 --txq=16
24/04/2020 19:32:40 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:32:50 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:32:50 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:32:50 dut.10.240.183.210: set verbose 1
24/04/2020 19:32:50 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:32:50 dut.10.240.183.210: start
24/04/2020 19:32:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:32:52 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3586 / end actions queue index 10 / end
24/04/2020 19:32:52 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3586 / end actions queue index 10 / end
24/04/2020 19:32:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727972.6019113 root@10.240.183.203:/tmp/tester/
24/04/2020 19:32:54 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727972.6019113 root@10.240.183.203:/tmp/tester/
24/04/2020 19:32:56 tester: python3 /tmp/tester/scapy_ens7.cmd1587727972.6019113
24/04/2020 19:32:57 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3586, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:32:59 dut.10.240.183.210:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER_VLAN - l2_len=18 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:32:59 dut.10.240.183.210: stop
24/04/2020 19:32:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=10 -> TX Port= 0/Queue=10 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:32:59 TestGeneric_flow_api: pf:
testpmd> port 0/queue 10: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER_VLAN - l2_len=18 - Receive queue=0xa
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:01 dut.10.240.183.210: start
24/04/2020 19:33:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:01 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions queue index 13 / end
24/04/2020 19:33:01 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x8864 / end actions queue index 13 / end
24/04/2020 19:33:01 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587727981.3725426 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587727981.3725426 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587727981.3725426
24/04/2020 19:33:06 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:33:08 dut.10.240.183.210:
testpmd> port 0/queue 13: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:08 dut.10.240.183.210: stop
24/04/2020 19:33:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 13: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:10 dut.10.240.183.210: start
24/04/2020 19:33:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN => QUEUE
1 0 0 i-- ETH => QUEUE
24/04/2020 19:33:10 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:33:10 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH => QUEUE
24/04/2020 19:33:10 dut.10.240.183.210: flow flush 0
24/04/2020 19:33:10 dut.10.240.183.210: flow flush 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 dut.10.240.183.210: flow list 0
24/04/2020 19:33:10 TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Result PASSED:
24/04/2020 19:33:10 dut.10.240.183.210: quit
24/04/2020 19:33:11 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:33:13 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:33:14 TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Begin
24/04/2020 19:33:14 dut.10.240.183.210:
24/04/2020 19:33:14 tester:
24/04/2020 19:33:14 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:33:15 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:33:16 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:33:26 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:33:26 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:33:26 dut.10.240.183.210: set verbose 1
24/04/2020 19:33:27 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:33:27 dut.10.240.183.210: start
24/04/2020 19:33:27 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x00268984]. original: 0x00000000, new: 0x000000a0
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 4095 / ipv4 proto is 255 ttl is 40 / raw relative is 1 offset is 2 pattern is ab / raw relative is 1 offset is 10 pattern is abcdefghij / raw relative is 1 offset is 0 pattern is abcd / end actions queue index 2 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 4095 / ipv4 proto is 255 ttl is 40 / raw relative is 1 offset is 2 pattern is ab / raw relative is 1 offset is 10 pattern is abcdefghij / raw relative is 1 offset is 0 pattern is abcd / end actions queue index 2 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x00268988]. original: 0x00000000, new: 0x000000e3
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / udp src is 22 dst is 23 / raw relative is 1 offset is 2 pattern is fhds / end actions queue index 3 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / udp src is 22 dst is 23 / raw relative is 1 offset is 2 pattern is fhds / end actions queue index 3 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x00000000, new: 0x000000a6
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 tos is 4 ttl is 3 / tcp src is 32 dst is 33 / raw relative is 1 offset is 2 pattern is hijk / end actions queue index 4 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 tos is 4 ttl is 3 / tcp src is 32 dst is 33 / raw relative is 1 offset is 2 pattern is hijk / end actions queue index 4 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / sctp src is 42 / raw relative is 1 offset is 2 pattern is abcd / end actions queue index 5 / end
24/04/2020 19:33:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 src is 2.2.2.4 dst is 2.2.2.5 / sctp src is 42 / raw relative is 1 offset is 2 pattern is abcd / end actions queue index 5 / end
24/04/2020 19:33:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728009.5618083 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728009.5618083 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587728009.5618083
24/04/2020 19:33:34 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2055)/Raw(load=b'abcdefghijklmnop')
24/04/2020 19:33:36 dut.10.240.183.210:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0807 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:36 dut.10.240.183.210: stop
24/04/2020 19:33:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:36 TestGeneric_flow_api: pf:
testpmd> port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0807 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER - sw ptype: L2_ETHER - l2_len=14 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:38 dut.10.240.183.210: start
24/04/2020 19:33:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728018.302766 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728018.302766 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728018.302766
24/04/2020 19:33:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=4095, type=2048)/IP(version=4, ihl=5, tos=0, len=51, id=1, flags=0, frag=0, ttl=40, proto=255, chksum=4216, src='192.168.0.1', dst='192.168.0.2')/Raw(load=b'xxabxxxxxxxxxxabcdefghijabcdefg')
24/04/2020 19:33:44 dut.10.240.183.210: port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=69 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:44 dut.10.240.183.210: stop
24/04/2020 19:33:44 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:44 TestGeneric_flow_api: pf: port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=69 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:46 dut.10.240.183.210: start
24/04/2020 19:33:47 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728027.0415525 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728027.0415525 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:50 tester: python3 /tmp/tester/scapy_ens7.cmd1587728027.0415525
24/04/2020 19:33:51 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=29368, src='2.2.2.4', dst='2.2.2.5')/UDP(sport=22, dport=23, len=20, chksum=38391)/Raw(load=b'fhfhdsdsfwef')
24/04/2020 19:33:53 dut.10.240.183.210: port 0/queue 3: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:53 dut.10.240.183.210: stop
24/04/2020 19:33:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:33:53 TestGeneric_flow_api: pf: port 0/queue 3: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:33:55 dut.10.240.183.210: start
24/04/2020 19:33:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:33:55 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728035.8102696 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728035.8102696 root@10.240.183.203:/tmp/tester/
24/04/2020 19:33:59 tester: python3 /tmp/tester/scapy_ens7.cmd1587728035.8102696
24/04/2020 19:34:00 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=4, len=46, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=44985, src='2.2.2.4', dst='2.2.2.5')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=20050, urgptr=0)/Raw(load=b'fhhijk')
24/04/2020 19:34:02 dut.10.240.183.210: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:02 dut.10.240.183.210: stop
24/04/2020 19:34:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:02 TestGeneric_flow_api: pf: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:04 dut.10.240.183.210: start
24/04/2020 19:34:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728044.6237214 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728044.6237214 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728044.6237214
24/04/2020 19:34:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=54, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=29239, src='2.2.2.4', dst='2.2.2.5')/SCTP(sport=42, dport=43, tag=1, chksum=2658454541)/Raw(load=b'xxabcdefghijklmnopqrst')
24/04/2020 19:34:11 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=68 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:11 dut.10.240.183.210: stop
24/04/2020 19:34:11 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:11 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=68 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:13 dut.10.240.183.210: start
24/04/2020 19:34:13 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:13 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728053.419144 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:15 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728053.419144 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:17 tester: python3 /tmp/tester/scapy_ens7.cmd1587728053.419144
24/04/2020 19:34:18 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=29233, src='2.2.2.4', dst='2.2.2.5')/SCTP(sport=42, dport=43, tag=1, chksum=1347706896)/Raw(load=b'xxabxxxabcddxxabcdefghijklmn')
24/04/2020 19:34:20 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x0800 - length=74 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:20 dut.10.240.183.210: stop
24/04/2020 19:34:20 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:20 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x0800 - length=74 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER L3_IPV4 L4_SCTP - l2_len=14 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:22 dut.10.240.183.210: start
24/04/2020 19:34:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH RAW => QUEUE
1 0 0 i-- ETH VLAN IPV4 RAW RAW RAW => QUEUE
2 0 0 i-- ETH IPV4 UDP RAW => QUEUE
3 0 0 i-- ETH IPV4 TCP RAW => QUEUE
4 0 0 i-- ETH IPV4 SCTP RAW => QUEUE
24/04/2020 19:34:22 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:34:22 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV4 RAW RAW RAW => QUEUE
2 0 0 i-- ETH IPV4 UDP RAW => QUEUE
3 0 0 i-- ETH IPV4 TCP RAW => QUEUE
4 0 0 i-- ETH IPV4 SCTP RAW => QUEUE
24/04/2020 19:34:22 dut.10.240.183.210: flow flush 0
24/04/2020 19:34:22 dut.10.240.183.210: flow flush 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: flow list 0
24/04/2020 19:34:22 dut.10.240.183.210: quit
24/04/2020 19:34:23 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x00268984]. original: 0x000000a0, new: 0x00000000
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x00268988]. original: 0x000000e3, new: 0x00000000
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x000000a6, new: 0x00000000
Done
Bye...
24/04/2020 19:34:25 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:34:27 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
EAL: using IOMMU type 1 (Type 1)
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267308]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026730c]. original: 0x000d00ff, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:34:37 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:34:37 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:34:37 dut.10.240.183.210: set verbose 1
24/04/2020 19:34:37 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:34:37 dut.10.240.183.210: start
24/04/2020 19:34:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:39 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1 / ipv6 src is 2001::1 dst is 2001::2 tc is 3 hop is 30 / tcp src is 32 dst is 33 / raw relative is 1 offset is 0 pattern is hijk / raw relative is 1 offset is 8 pattern is abcdefgh / end actions queue index 6 / end
24/04/2020 19:34:39 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1 / ipv6 src is 2001::1 dst is 2001::2 tc is 3 hop is 30 / tcp src is 32 dst is 33 / raw relative is 1 offset is 0 pattern is hijk / raw relative is 1 offset is 8 pattern is abcdefgh / end actions queue index 6 / end
i40e_flow_set_fdir_flex_pit(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x00000000, new: 0x000000c6
24/04/2020 19:34:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728079.8631477 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:41 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728079.8631477 root@10.240.183.203:/tmp/tester/
24/04/2020 19:34:43 tester: python3 /tmp/tester/scapy_ens7.cmd1587728079.8631477
24/04/2020 19:34:44 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1, type=34525)/IPv6(version=6, tc=3, fl=0, plen=46, nh=6, hlim=30, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=5950, urgptr=0)/Raw(load=b'hijkabcdefghabcdefghijklmn')
24/04/2020 19:34:46 dut.10.240.183.210:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=104 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x6
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:46 dut.10.240.183.210: stop
24/04/2020 19:34:46 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:34:46 TestGeneric_flow_api: pf:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=104 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x6
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:34:48 dut.10.240.183.210: start
24/04/2020 19:34:48 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:34:48 TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Result PASSED:
24/04/2020 19:34:48 dut.10.240.183.210: quit
24/04/2020 19:34:49 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 0 RX-dropped: 0 RX-total: 0
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Port 0: link state change event
i40e_flex_payload_reg_set_default(): i40e device 0000:af:00.0 changed global register [0x0026898c]. original: 0x000000c6, new: 0x00000000
Done
Bye...
24/04/2020 19:34:51 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:34:52 TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Begin
24/04/2020 19:34:52 dut.10.240.183.210:
24/04/2020 19:34:52 tester:
24/04/2020 19:34:52 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:34:53 dut.10.240.183.210: modprobe uio
24/04/2020 19:34:53 dut.10.240.183.210:
24/04/2020 19:34:53 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:34:53 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:34:53 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:34:53 dut.10.240.183.210:
24/04/2020 19:34:59 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:35:04 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267358]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026735c]. original: 0x000cff00, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:35:14 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:35:14 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:35:14 dut.10.240.183.210: set verbose 1
24/04/2020 19:35:14 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:35:14 dut.10.240.183.210: start
24/04/2020 19:35:14 dut.10.240.183.210: start
Port 0: link state change event
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 185.70.241.17 src is 174.77.188.107 proto is 255 / end actions queue index 2 / end
24/04/2020 19:35:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 185.70.241.17 src is 174.77.188.107 proto is 255 / end actions queue index 2 / end
24/04/2020 19:35:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728132.1032481 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:34 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728132.1032481 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:35 tester: python3 /tmp/tester/scapy_ens7.cmd1587728132.1032481
24/04/2020 19:35:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=25797, src='174.77.188.107', dst='185.70.241.17')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:35:40 TestGeneric_flow_api: vf0:
24/04/2020 19:35:40 TestGeneric_flow_api: vf1:
24/04/2020 19:35:42 dut.10.240.183.210:
testpmd> port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:42 dut.10.240.183.210: stop
24/04/2020 19:35:43 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 2 -> TX Port= 0/Queue= 2 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:35:43 TestGeneric_flow_api: pf:
testpmd> port 0/queue 2: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:45 dut.10.240.183.210: start
24/04/2020 19:35:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 174.46.159.22 src is 118.134.193.181 ttl is 236 / udp dst is 42848 src is 50226 / end actions queue index 11 / end
24/04/2020 19:35:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 174.46.159.22 src is 118.134.193.181 ttl is 236 / udp dst is 42848 src is 50226 / end actions queue index 11 / end
24/04/2020 19:35:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728145.4787817 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728145.4787817 root@10.240.183.203:/tmp/tester/
24/04/2020 19:35:49 tester: python3 /tmp/tester/scapy_ens7.cmd1587728145.4787817
24/04/2020 19:35:50 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=236, proto=17, chksum=18747, src='118.134.193.181', dst='174.46.159.22')/UDP(sport=50226, dport=42848, len=28, chksum=23021)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:35:54 TestGeneric_flow_api: vf0:
24/04/2020 19:35:54 TestGeneric_flow_api: vf1:
24/04/2020 19:35:56 dut.10.240.183.210:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:56 dut.10.240.183.210: stop
24/04/2020 19:35:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:35:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:35:58 dut.10.240.183.210: start
24/04/2020 19:35:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:35:58 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 49.175.80.169 src is 57.61.249.134 tos is 7 / tcp dst is 36556 src is 60873 / end actions queue index 12 / end
24/04/2020 19:35:58 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 49.175.80.169 src is 57.61.249.134 tos is 7 / tcp dst is 36556 src is 60873 / end actions queue index 12 / end
24/04/2020 19:35:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728158.9492753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728158.9492753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728158.9492753
24/04/2020 19:36:03 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=7, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=50584, src='57.61.249.134', dst='49.175.80.169')/TCP(sport=60873, dport=36556, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=43367, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:07 TestGeneric_flow_api: vf0:
24/04/2020 19:36:07 TestGeneric_flow_api: vf1:
24/04/2020 19:36:09 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:09 dut.10.240.183.210: stop
24/04/2020 19:36:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:09 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:11 dut.10.240.183.210: start
24/04/2020 19:36:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:12 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1176 / ipv4 dst is 191.134.125.227 src is 8.24.73.4 tos is 231 ttl is 29 / sctp dst is 63171 src is 8375 tag is 1 / end actions queue index 8 / end
24/04/2020 19:36:12 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1176 / ipv4 dst is 191.134.125.227 src is 8.24.73.4 tos is 231 ttl is 29 / sctp dst is 63171 src is 8375 tag is 1 / end actions queue index 8 / end
24/04/2020 19:36:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728172.2735276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:14 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728172.2735276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:16 tester: python3 /tmp/tester/scapy_ens7.cmd1587728172.2735276
24/04/2020 19:36:16 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1176, type=2048)/IP(version=4, ihl=5, tos=231, len=52, id=1, flags=0, frag=0, ttl=29, proto=132, chksum=3545, src='8.24.73.4', dst='191.134.125.227')/SCTP(sport=8375, dport=63171, tag=1, chksum=62686653)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:21 TestGeneric_flow_api: vf0:
24/04/2020 19:36:21 TestGeneric_flow_api: vf1:
24/04/2020 19:36:23 dut.10.240.183.210:
testpmd> port 0/queue 8: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x8
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:23 dut.10.240.183.210: stop
24/04/2020 19:36:23 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:23 TestGeneric_flow_api: pf:
testpmd> port 0/queue 8: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x8
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:25 dut.10.240.183.210: start
24/04/2020 19:36:25 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2603 / ipv4 dst is 128.114.169.150 src is 138.131.251.230 tos is 201 ttl is 217 / sctp dst is 44762 src is 36302 tag is 1 / end actions drop / end
24/04/2020 19:36:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2603 / ipv4 dst is 128.114.169.150 src is 138.131.251.230 tos is 201 ttl is 217 / sctp dst is 44762 src is 36302 tag is 1 / end actions drop / end
24/04/2020 19:36:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728185.5415595 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728185.5415595 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:29 tester: python3 /tmp/tester/scapy_ens7.cmd1587728185.5415595
24/04/2020 19:36:30 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2603, type=2048)/IP(version=4, ihl=5, tos=201, len=52, id=1, flags=0, frag=0, ttl=217, proto=132, chksum=12297, src='138.131.251.230', dst='128.114.169.150')/SCTP(sport=36302, dport=44762, tag=1, chksum=3179743583)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:34 TestGeneric_flow_api: vf0:
24/04/2020 19:36:34 TestGeneric_flow_api: vf1:
24/04/2020 19:36:36 dut.10.240.183.210:
testpmd>
24/04/2020 19:36:36 dut.10.240.183.210: stop
24/04/2020 19:36:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:36 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:36:38 dut.10.240.183.210: start
24/04/2020 19:36:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 24.92.129.122 src is 241.181.27.160 proto is 255 / vf id is 0 / end actions queue index 4 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 24.92.129.122 src is 241.181.27.160 proto is 255 / vf id is 0 / end actions queue index 4 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 42.224.231.125 src is 84.99.163.38 proto is 255 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:36:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / ipv4 dst is 42.224.231.125 src is 84.99.163.38 proto is 255 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:36:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728198.9328406 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728198.9328406 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728198.9328406
24/04/2020 19:36:43 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=28655, src='84.99.163.38', dst='42.224.231.125')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:36:47 TestGeneric_flow_api: vf0: port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:47 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:49 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:49 dut.10.240.183.210: stop
24/04/2020 19:36:49 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:36:49 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:36:51 dut.10.240.183.210: start
24/04/2020 19:36:52 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:36:52 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2524 / ipv4 dst is 26.82.137.201 src is 175.55.197.157 tos is 123 ttl is 54 / sctp dst is 19577 src is 14228 tag is 1 / vf id is 1 / end actions queue index 1 / end
24/04/2020 19:36:52 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2524 / ipv4 dst is 26.82.137.201 src is 175.55.197.157 tos is 123 ttl is 54 / sctp dst is 19577 src is 14228 tag is 1 / vf id is 1 / end actions queue index 1 / end
24/04/2020 19:36:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728212.3918388 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:54 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728212.3918388 root@10.240.183.203:/tmp/tester/
24/04/2020 19:36:56 tester: python3 /tmp/tester/scapy_ens7.cmd1587728212.3918388
24/04/2020 19:36:56 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2524, type=2048)/IP(version=4, ihl=5, tos=123, len=52, id=1, flags=0, frag=0, ttl=54, proto=132, chksum=27354, src='175.55.197.157', dst='26.82.137.201')/SCTP(sport=14228, dport=19577, tag=1, chksum=1700000814)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:01 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:01 TestGeneric_flow_api: vf1: port 0/queue 1: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:03 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:03 dut.10.240.183.210: stop
24/04/2020 19:37:03 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:03 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:05 dut.10.240.183.210: start
24/04/2020 19:37:05 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:05 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv4 dst is 217.249.247.183 src is 207.103.102.67 tos is 240 ttl is 239 / sctp dst is 53911 src is 38059 tag is 1 / end actions passthru / flag / end
24/04/2020 19:37:05 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv4 dst is 217.249.247.183 src is 207.103.102.67 tos is 240 ttl is 239 / sctp dst is 53911 src is 38059 tag is 1 / end actions passthru / flag / end
24/04/2020 19:37:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728225.713164 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:07 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728225.713164 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:09 tester: python3 /tmp/tester/scapy_ens7.cmd1587728225.713164
24/04/2020 19:37:10 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2385, type=2048)/IP(version=4, ihl=5, tos=240, len=52, id=1, flags=0, frag=0, ttl=239, proto=132, chksum=49912, src='207.103.102.67', dst='217.249.247.183')/SCTP(sport=38059, dport=53911, tag=1, chksum=532801899)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:14 TestGeneric_flow_api: vf0:
24/04/2020 19:37:14 TestGeneric_flow_api: vf1:
24/04/2020 19:37:16 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:16 dut.10.240.183.210: stop
24/04/2020 19:37:16 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:16 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:18 dut.10.240.183.210: start
24/04/2020 19:37:18 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:18 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 177.78.195.178 src is 254.9.107.65 ttl is 123 / udp dst is 18127 src is 17271 / end actions queue index 11 / flag / end
24/04/2020 19:37:19 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 177.78.195.178 src is 254.9.107.65 ttl is 123 / udp dst is 18127 src is 17271 / end actions queue index 11 / flag / end
24/04/2020 19:37:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728239.0387301 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728239.0387301 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587728239.0387301
24/04/2020 19:37:23 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=123, proto=17, chksum=24944, src='254.9.107.65', dst='177.78.195.178')/UDP(sport=17271, dport=18127, len=28, chksum=57966)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:27 TestGeneric_flow_api: vf0:
24/04/2020 19:37:27 TestGeneric_flow_api: vf1:
24/04/2020 19:37:29 dut.10.240.183.210:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:29 dut.10.240.183.210: stop
24/04/2020 19:37:29 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=11 -> TX Port= 0/Queue=11 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:29 TestGeneric_flow_api: pf:
testpmd> port 0/queue 11: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=62 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0xb
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:31 dut.10.240.183.210: start
24/04/2020 19:37:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 107.51.253.27 src is 48.68.169.89 tos is 89 / tcp dst is 30825 src is 46260 / end actions queue index 12 / mark id 3 / end
24/04/2020 19:37:32 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 107.51.253.27 src is 48.68.169.89 tos is 89 / tcp dst is 30825 src is 46260 / end actions queue index 12 / mark id 3 / end
24/04/2020 19:37:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728252.2666018 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:34 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728252.2666018 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:36 tester: python3 /tmp/tester/scapy_ens7.cmd1587728252.2666018
24/04/2020 19:37:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=89, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=14454, src='48.68.169.89', dst='107.51.253.27')/TCP(sport=46260, dport=30825, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=27663, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:41 TestGeneric_flow_api: vf0:
24/04/2020 19:37:41 TestGeneric_flow_api: vf1:
24/04/2020 19:37:43 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:43 dut.10.240.183.210: stop
24/04/2020 19:37:43 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:43 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=74 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_TCP - l2_len=14 - l3_len=20 - l4_len=20 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:45 dut.10.240.183.210: start
24/04/2020 19:37:45 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 201.100.228.130 src is 198.74.124.90 proto is 255 / end actions passthru / mark id 3 / end
24/04/2020 19:37:45 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 dst is 201.100.228.130 src is 198.74.124.90 proto is 255 / end actions passthru / mark id 3 / end
24/04/2020 19:37:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728265.5404382 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728265.5404382 root@10.240.183.203:/tmp/tester/
24/04/2020 19:37:49 tester: python3 /tmp/tester/scapy_ens7.cmd1587728265.5404382
24/04/2020 19:37:50 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=35146, src='198.74.124.90', dst='201.100.228.130')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:37:54 TestGeneric_flow_api: vf0:
24/04/2020 19:37:54 TestGeneric_flow_api: vf1:
24/04/2020 19:37:56 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:56 dut.10.240.183.210: stop
24/04/2020 19:37:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:37:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - FDIR matched ID=0x3 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:37:58 dut.10.240.183.210: start
24/04/2020 19:37:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:37:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728278.7353265 root@10.240.183.203:/tmp/tester/
24/04/2020 19:38:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728278.7353265 root@10.240.183.203:/tmp/tester/
24/04/2020 19:38:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728278.7353265
24/04/2020 19:38:03 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=63614, src='192.168.0.3', dst='192.168.0.4')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:38:07 TestGeneric_flow_api: vf0:
24/04/2020 19:38:07 TestGeneric_flow_api: vf1:
24/04/2020 19:38:09 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:38:09 dut.10.240.183.210: stop
24/04/2020 19:38:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:38:09 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x0800 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:38:11 dut.10.240.183.210: start
24/04/2020 19:38:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:38:11 dut.10.240.183.210: flow list 0
24/04/2020 19:38:11 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 => QUEUE
1 0 0 i-- ETH IPV4 UDP => QUEUE
2 0 0 i-- ETH IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-- ETH VLAN IPV4 SCTP => DROP
5 0 0 i-t ETH IPV4 VF => QUEUE
6 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
7 0 0 i-- ETH VLAN IPV4 SCTP => PASSTHRU FLAG
8 0 0 i-- ETH IPV4 UDP => QUEUE FLAG
9 0 0 i-- ETH IPV4 TCP => QUEUE MARK
10 0 0 i-- ETH IPV4 => PASSTHRU MARK
24/04/2020 19:38:11 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:38:12 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 UDP => QUEUE
2 0 0 i-- ETH IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-- ETH VLAN IPV4 SCTP => DROP
5 0 0 i-t ETH IPV4 VF => QUEUE
6 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
7 0 0 i-- ETH VLAN IPV4 SCTP => PASSTHRU FLAG
8 0 0 i-- ETH IPV4 UDP => QUEUE FLAG
9 0 0 i-- ETH IPV4 TCP => QUEUE MARK
10 0 0 i-- ETH IPV4 => PASSTHRU MARK
24/04/2020 19:38:12 dut.10.240.183.210: flow flush 0
24/04/2020 19:38:12 dut.10.240.183.210: flow flush 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 dut.10.240.183.210: flow list 0
24/04/2020 19:38:12 TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Result PASSED:
24/04/2020 19:38:19 dut.10.240.183.210: quit
24/04/2020 19:38:19 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551612 RX-dropped: 0 RX-total: 18446744073709551612
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551612 RX-dropped: 0 RX-total: 18446744073709551612
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:38:25 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:38:25 TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Begin
24/04/2020 19:38:25 dut.10.240.183.210:
24/04/2020 19:38:25 tester:
24/04/2020 19:38:25 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:38:27 dut.10.240.183.210: modprobe uio
24/04/2020 19:38:27 dut.10.240.183.210:
24/04/2020 19:38:27 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:38:27 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:38:27 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:38:27 dut.10.240.183.210:
24/04/2020 19:38:32 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:38:37 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x002672f8]. original: 0x000d00ff, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267308]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267310]. original: 0x0009ff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267314]. original: 0x000d00ff, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267318]. original: 0x000dff00, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:38:47 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:38:47 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:38:47 dut.10.240.183.210: set verbose 1
24/04/2020 19:38:47 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:38:47 dut.10.240.183.210: start
24/04/2020 19:38:47 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3818 / ipv6 src is 7c16:a27d:b3de:258a:62d3:206a:d63d:4806 dst is e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638 proto is 255 tc is 133 hop is 237 / end actions queue index 15 / end
24/04/2020 19:39:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3818 / ipv6 src is 7c16:a27d:b3de:258a:62d3:206a:d63d:4806 dst is e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638 proto is 255 tc is 133 hop is 237 / end actions queue index 15 / end
24/04/2020 19:39:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728344.9081316 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728344.9081316 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728344.9081316
24/04/2020 19:39:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3818, type=34525)/IPv6(version=6, tc=133, fl=0, plen=20, nh=255, hlim=237, src='7c16:a27d:b3de:258a:62d3:206a:d63d:4806', dst='e66d:1bf8:5ace:e7db:ed2:86e9:cc90:4638')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:13 TestGeneric_flow_api: vf0:
24/04/2020 19:39:13 TestGeneric_flow_api: vf1:
24/04/2020 19:39:15 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:15 dut.10.240.183.210: stop
24/04/2020 19:39:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:15 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:17 dut.10.240.183.210: start
24/04/2020 19:39:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:18 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1922 / ipv6 src is ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57 dst is 5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1 tc is 215 hop is 165 / udp dst is 51555 src is 19996 / end actions queue index 4 / end
24/04/2020 19:39:18 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1922 / ipv6 src is ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57 dst is 5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1 tc is 215 hop is 165 / udp dst is 51555 src is 19996 / end actions queue index 4 / end
24/04/2020 19:39:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728358.3396573 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:20 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728358.3396573 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:22 tester: python3 /tmp/tester/scapy_ens7.cmd1587728358.3396573
24/04/2020 19:39:22 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1922, type=34525)/IPv6(version=6, tc=215, fl=0, plen=28, nh=17, hlim=165, src='ed2e:f7d3:1a47:d945:77d1:d46:f8d8:6e57', dst='5188:7e14:d034:58e2:3d0c:e7f0:522a:83f1')/UDP(sport=19996, dport=51555, len=28, chksum=31453)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:27 TestGeneric_flow_api: vf0:
24/04/2020 19:39:27 TestGeneric_flow_api: vf1:
24/04/2020 19:39:29 dut.10.240.183.210:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:29 dut.10.240.183.210: stop
24/04/2020 19:39:29 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:29 TestGeneric_flow_api: pf:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:31 dut.10.240.183.210: start
24/04/2020 19:39:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:31 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3226 / ipv6 src is 86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2 dst is cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00 tc is 21 hop is 19 / tcp dst is 15440 src is 50818 / end actions queue index 14 / end
24/04/2020 19:39:31 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 3226 / ipv6 src is 86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2 dst is cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00 tc is 21 hop is 19 / tcp dst is 15440 src is 50818 / end actions queue index 14 / end
24/04/2020 19:39:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728371.7558615 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:33 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728371.7558615 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:35 tester: python3 /tmp/tester/scapy_ens7.cmd1587728371.7558615
24/04/2020 19:39:36 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3226, type=34525)/IPv6(version=6, tc=21, fl=0, plen=40, nh=6, hlim=19, src='86c6:6f46:eb7c:3a6e:d679:d68c:1b6e:16d2', dst='cffb:d57a:ad6d:416a:c2a6:7a:23a4:3e00')/TCP(sport=50818, dport=15440, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=9205, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:40 TestGeneric_flow_api: vf0:
24/04/2020 19:39:40 TestGeneric_flow_api: vf1:
24/04/2020 19:39:42 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:42 dut.10.240.183.210: stop
24/04/2020 19:39:42 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:42 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:44 dut.10.240.183.210: start
24/04/2020 19:39:44 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:45 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1967 / ipv6 src is c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce dst is f7e5:acb7:fa77:8ac9:2748:c5:2373:715e tc is 220 hop is 19 / sctp dst is 34354 src is 15439 tag is 1 / end actions queue index 14 / end
24/04/2020 19:39:45 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1967 / ipv6 src is c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce dst is f7e5:acb7:fa77:8ac9:2748:c5:2373:715e tc is 220 hop is 19 / sctp dst is 34354 src is 15439 tag is 1 / end actions queue index 14 / end
24/04/2020 19:39:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728385.13456 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:47 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728385.13456 root@10.240.183.203:/tmp/tester/
24/04/2020 19:39:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728385.13456
24/04/2020 19:39:49 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1967, type=34525)/IPv6(version=6, tc=220, fl=0, plen=32, nh=132, hlim=19, src='c5db:de3a:729e:cde4:bd96:d963:ca98:e3ce', dst='f7e5:acb7:fa77:8ac9:2748:c5:2373:715e')/SCTP(sport=15439, dport=34354, tag=1, chksum=286886412)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:39:54 TestGeneric_flow_api: vf0:
24/04/2020 19:39:54 TestGeneric_flow_api: vf1:
24/04/2020 19:39:56 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:56 dut.10.240.183.210: stop
24/04/2020 19:39:56 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:39:56 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:39:58 dut.10.240.183.210: start
24/04/2020 19:39:58 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:39:58 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3802 / ipv6 src is 190e:24f8:dd11:e13d:6170:52f0:8735:5a07 dst is 318e:fee3:a02f:a73:f034:5901:e09a:50dc proto is 255 tc is 52 hop is 183 / vf id is 0 / end actions queue index 0 / end
24/04/2020 19:39:58 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3802 / ipv6 src is 190e:24f8:dd11:e13d:6170:52f0:8735:5a07 dst is 318e:fee3:a02f:a73:f034:5901:e09a:50dc proto is 255 tc is 52 hop is 183 / vf id is 0 / end actions queue index 0 / end
24/04/2020 19:39:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728398.5556405 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:00 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728398.5556405 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:02 tester: python3 /tmp/tester/scapy_ens7.cmd1587728398.5556405
24/04/2020 19:40:03 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3802, type=34525)/IPv6(version=6, tc=52, fl=0, plen=20, nh=255, hlim=183, src='190e:24f8:dd11:e13d:6170:52f0:8735:5a07', dst='318e:fee3:a02f:a73:f034:5901:e09a:50dc')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:07 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:07 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:09 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:09 dut.10.240.183.210: stop
24/04/2020 19:40:09 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:09 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:11 dut.10.240.183.210: start
24/04/2020 19:40:11 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:11 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 18 / ipv6 src is 9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4 dst is 8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed tc is 14 hop is 145 / tcp dst is 24946 src is 8802 / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:40:11 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 18 / ipv6 src is 9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4 dst is 8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed tc is 14 hop is 145 / tcp dst is 24946 src is 8802 / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:40:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728411.9296527 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:13 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728411.9296527 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:15 tester: python3 /tmp/tester/scapy_ens7.cmd1587728411.9296527
24/04/2020 19:40:16 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=18, type=34525)/IPv6(version=6, tc=14, fl=0, plen=40, nh=6, hlim=145, src='9751:bacf:de9f:a26c:8f72:d002:c2f4:99a4', dst='8d4e:e9b0:bf7:fa60:95ff:21f:4bbc:4aed')/TCP(sport=8802, dport=24946, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=7146, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:20 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:20 TestGeneric_flow_api: vf1: port 0/queue 2: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:22 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:22 dut.10.240.183.210: stop
24/04/2020 19:40:22 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:22 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:24 dut.10.240.183.210: start
24/04/2020 19:40:24 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 757 / ipv6 src is cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b dst is 345e:c865:ba6b:b053:b490:f994:ac20:4ad2 tc is 77 hop is 214 / sctp dst is 16910 src is 35766 tag is 1 / end actions drop / end
24/04/2020 19:40:25 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 757 / ipv6 src is cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b dst is 345e:c865:ba6b:b053:b490:f994:ac20:4ad2 tc is 77 hop is 214 / sctp dst is 16910 src is 35766 tag is 1 / end actions drop / end
24/04/2020 19:40:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728425.2542849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:27 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728425.2542849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:29 tester: python3 /tmp/tester/scapy_ens7.cmd1587728425.2542849
24/04/2020 19:40:29 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=757, type=34525)/IPv6(version=6, tc=77, fl=0, plen=32, nh=132, hlim=214, src='cce2:ea06:49b9:42e1:9def:b8fb:383f:ac9b', dst='345e:c865:ba6b:b053:b490:f994:ac20:4ad2')/SCTP(sport=35766, dport=16910, tag=1, chksum=2487067597)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:34 TestGeneric_flow_api: vf0:
24/04/2020 19:40:34 TestGeneric_flow_api: vf1:
24/04/2020 19:40:36 dut.10.240.183.210:
testpmd>
24/04/2020 19:40:36 dut.10.240.183.210: stop
24/04/2020 19:40:36 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:36 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:40:38 dut.10.240.183.210: start
24/04/2020 19:40:38 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 225 / ipv6 src is 469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3 dst is f669:b5bd:972b:becc:57b6:53ea:9f5a:7079 tc is 169 hop is 32 / tcp dst is 52803 src is 46519 / vf id is 1 / end actions drop / end
24/04/2020 19:40:38 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 225 / ipv6 src is 469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3 dst is f669:b5bd:972b:becc:57b6:53ea:9f5a:7079 tc is 169 hop is 32 / tcp dst is 52803 src is 46519 / vf id is 1 / end actions drop / end
24/04/2020 19:40:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728438.633152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:40 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728438.633152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:42 tester: python3 /tmp/tester/scapy_ens7.cmd1587728438.633152
24/04/2020 19:40:43 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=225, type=34525)/IPv6(version=6, tc=169, fl=0, plen=40, nh=6, hlim=32, src='469d:2caf:3541:2e8d:d7a0:57ac:c283:c6f3', dst='f669:b5bd:972b:becc:57b6:53ea:9f5a:7079')/TCP(sport=46519, dport=52803, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=2475, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:40:47 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:47 TestGeneric_flow_api: vf1:
24/04/2020 19:40:49 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:49 dut.10.240.183.210: stop
24/04/2020 19:40:49 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:40:49 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:40:51 dut.10.240.183.210: start
24/04/2020 19:40:51 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:40:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728451.8343463 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:53 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728451.8343463 root@10.240.183.203:/tmp/tester/
24/04/2020 19:40:55 tester: python3 /tmp/tester/scapy_ens7.cmd1587728451.8343463
24/04/2020 19:40:56 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1922, type=34525)/IPv6(version=6, tc=2, fl=0, plen=28, nh=17, hlim=20, src='2001::1', dst='2001::2')/UDP(sport=22, dport=23, len=28, chksum=2768)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:41:00 TestGeneric_flow_api: vf0:
24/04/2020 19:41:00 TestGeneric_flow_api: vf1:
24/04/2020 19:41:02 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:41:02 dut.10.240.183.210: stop
24/04/2020 19:41:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:41:02 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:41:04 dut.10.240.183.210: start
24/04/2020 19:41:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN IPV6 => QUEUE
1 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV6 VF => QUEUE
5 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
6 0 0 i-- ETH VLAN IPV6 SCTP => DROP
7 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:41:05 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:41:05 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV6 VF => QUEUE
5 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
6 0 0 i-- ETH VLAN IPV6 SCTP => DROP
7 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:41:05 dut.10.240.183.210: flow flush 0
24/04/2020 19:41:05 dut.10.240.183.210: flow flush 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 dut.10.240.183.210: flow list 0
24/04/2020 19:41:05 TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Result PASSED:
24/04/2020 19:41:12 dut.10.240.183.210: quit
24/04/2020 19:41:12 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:41:17 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_mac_vlan Result SKIPPED:
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_nvgre Result SKIPPED:
24/04/2020 19:41:18 TestGeneric_flow_api: Test Case test_fdir_for_vlan Begin
24/04/2020 19:41:18 dut.10.240.183.210:
24/04/2020 19:41:18 tester:
24/04/2020 19:41:18 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:41:20 dut.10.240.183.210: modprobe uio
24/04/2020 19:41:20 dut.10.240.183.210:
24/04/2020 19:41:20 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:41:20 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:41:20 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:41:20 dut.10.240.183.210:
24/04/2020 19:41:25 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
24/04/2020 19:41:30 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267348]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026734c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267358]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x0026735c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267360]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267364]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:af:00.0 changed global register [0x00267368]. original: 0x0009f00f, new: 0x00000000
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:41:40 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:41:40 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:41:40 dut.10.240.183.210: set verbose 1
24/04/2020 19:41:40 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:41:40 dut.10.240.183.210: start
24/04/2020 19:41:40 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:41:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1313 / ipv4 / end actions queue index 5 / end
24/04/2020 19:41:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1313 / ipv4 / end actions queue index 5 / end
24/04/2020 19:41:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728517.5768793 root@10.240.183.203:/tmp/tester/
24/04/2020 19:41:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728517.5768793 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728517.5768793
24/04/2020 19:42:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1313, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31955, src='127.0.0.1', dst='127.0.0.1')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:06 TestGeneric_flow_api: vf0:
24/04/2020 19:42:06 TestGeneric_flow_api: vf1:
24/04/2020 19:42:08 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:08 dut.10.240.183.210: stop
24/04/2020 19:42:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:10 dut.10.240.183.210: start
24/04/2020 19:42:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2231 / ipv4 / udp / end actions queue index 4 / end
24/04/2020 19:42:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2231 / ipv4 / udp / end actions queue index 4 / end
24/04/2020 19:42:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728530.9090886 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728530.9090886 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728530.9090886
24/04/2020 19:42:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2231, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:42:19 TestGeneric_flow_api: vf0:
24/04/2020 19:42:19 TestGeneric_flow_api: vf1:
24/04/2020 19:42:21 dut.10.240.183.210:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:21 dut.10.240.183.210: stop
24/04/2020 19:42:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:21 TestGeneric_flow_api: pf:
testpmd> port 0/queue 4: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:23 dut.10.240.183.210: start
24/04/2020 19:42:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1878 / ipv4 / tcp / end actions queue index 15 / end
24/04/2020 19:42:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1878 / ipv4 / tcp / end actions queue index 15 / end
24/04/2020 19:42:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728544.2321112 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728544.2321112 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:28 tester: python3 /tmp/tester/scapy_ens7.cmd1587728544.2321112
24/04/2020 19:42:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:33 TestGeneric_flow_api: vf0:
24/04/2020 19:42:33 TestGeneric_flow_api: vf1:
24/04/2020 19:42:35 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:35 dut.10.240.183.210: stop
24/04/2020 19:42:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:35 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:37 dut.10.240.183.210: start
24/04/2020 19:42:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:37 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2835 / ipv4 / sctp / end actions queue index 12 / end
24/04/2020 19:42:37 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2835 / ipv4 / sctp / end actions queue index 12 / end
24/04/2020 19:42:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728557.5582554 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728557.5582554 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728557.5582554
24/04/2020 19:42:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:46 TestGeneric_flow_api: vf0:
24/04/2020 19:42:46 TestGeneric_flow_api: vf1:
24/04/2020 19:42:48 dut.10.240.183.210:
testpmd> port 0/queue 12: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:48 dut.10.240.183.210: stop
24/04/2020 19:42:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:42:48 TestGeneric_flow_api: pf:
testpmd> port 0/queue 12: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:50 dut.10.240.183.210: start
24/04/2020 19:42:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:42:50 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 700 / ipv4 / vf id is 0 / end actions queue index 3 / end
24/04/2020 19:42:50 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 700 / ipv4 / vf id is 0 / end actions queue index 3 / end
24/04/2020 19:42:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728570.926951 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728570.926951 root@10.240.183.203:/tmp/tester/
24/04/2020 19:42:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728570.926951
24/04/2020 19:42:55 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=700, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31955, src='127.0.0.1', dst='127.0.0.1')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:42:59 TestGeneric_flow_api: vf0: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x3
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:42:59 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:01 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:01 dut.10.240.183.210: stop
24/04/2020 19:43:01 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:01 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=60 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:03 dut.10.240.183.210: start
24/04/2020 19:43:03 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:04 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3427 / ipv4 / sctp / vf id is 1 / end actions queue index 0 / end
24/04/2020 19:43:04 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 3427 / ipv4 / sctp / vf id is 1 / end actions queue index 0 / end
24/04/2020 19:43:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728584.2993178 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728584.2993178 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728584.2993178
24/04/2020 19:43:08 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3427, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:13 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:13 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:15 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:15 dut.10.240.183.210: stop
24/04/2020 19:43:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:15 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=70 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:17 dut.10.240.183.210: start
24/04/2020 19:43:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:17 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 941 / ipv4 / sctp / end actions drop / end
24/04/2020 19:43:17 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 941 / ipv4 / sctp / end actions drop / end
24/04/2020 19:43:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728597.630098 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728597.630098 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:21 tester: python3 /tmp/tester/scapy_ens7.cmd1587728597.630098
24/04/2020 19:43:22 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=941, type=2048)/IP(version=4, ihl=5, tos=0, len=52, id=1, flags=0, frag=0, ttl=64, proto=132, chksum=31811, src='127.0.0.1', dst='127.0.0.1')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:26 TestGeneric_flow_api: vf0:
24/04/2020 19:43:26 TestGeneric_flow_api: vf1:
24/04/2020 19:43:28 dut.10.240.183.210:
testpmd>
24/04/2020 19:43:28 dut.10.240.183.210: stop
24/04/2020 19:43:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:28 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:43:30 dut.10.240.183.210: start
24/04/2020 19:43:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:30 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 304 / ipv4 / udp / vf id is 1 / end actions drop / end
24/04/2020 19:43:31 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 304 / ipv4 / udp / vf id is 1 / end actions drop / end
24/04/2020 19:43:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728611.0507865 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728611.0507865 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728611.0507865
24/04/2020 19:43:35 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=304, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:43:39 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:39 TestGeneric_flow_api: vf1:
24/04/2020 19:43:41 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:41 dut.10.240.183.210: stop
24/04/2020 19:43:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:41 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:43 dut.10.240.183.210: start
24/04/2020 19:43:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:44 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2925 / ipv6 / end actions queue index 5 / end
24/04/2020 19:43:44 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2925 / ipv6 / end actions queue index 5 / end
24/04/2020 19:43:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728624.3738966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:46 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728624.3738966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728624.3738966
24/04/2020 19:43:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2925, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='aac2:6c72:e4cf:9efc:2f79:cd8d:61e2:6cb8', dst='1e1e:60a7:8e26:94bf:3535:d47c:ce9a:be24')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:43:53 TestGeneric_flow_api: vf0:
24/04/2020 19:43:53 TestGeneric_flow_api: vf1:
24/04/2020 19:43:55 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:55 dut.10.240.183.210: stop
24/04/2020 19:43:55 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:43:55 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:43:57 dut.10.240.183.210: start
24/04/2020 19:43:57 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:43:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2462 / ipv6 / udp / end actions queue index 7 / end
24/04/2020 19:43:57 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 2462 / ipv6 / udp / end actions queue index 7 / end
24/04/2020 19:43:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728637.6474535 root@10.240.183.203:/tmp/tester/
24/04/2020 19:43:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728637.6474535 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728637.6474535
24/04/2020 19:44:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2462, type=34525)/IPv6(version=6, tc=0, fl=0, plen=28, nh=17, hlim=64, src='9a4:aec:1459:6ca9:ba0e:6ad3:e973:e58', dst='9873:9445:578c:f666:e63f:81c4:2703:50b2')/UDP(sport=53, dport=53, len=28, chksum=15857)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:44:06 TestGeneric_flow_api: vf0:
24/04/2020 19:44:06 TestGeneric_flow_api: vf1:
24/04/2020 19:44:08 dut.10.240.183.210:
testpmd> port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:08 dut.10.240.183.210: stop
24/04/2020 19:44:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:08 TestGeneric_flow_api: pf:
testpmd> port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:10 dut.10.240.183.210: start
24/04/2020 19:44:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:10 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 753 / ipv6 / tcp / end actions queue index 5 / end
24/04/2020 19:44:11 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 753 / ipv6 / tcp / end actions queue index 5 / end
24/04/2020 19:44:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728651.0286968 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728651.0286968 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728651.0286968
24/04/2020 19:44:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=753, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='bf5c:de5b:94d0:f987:f497:2a03:cc5e:c44f', dst='c8ab:b9b:508b:d8db:7f15:8f52:e184:b9f6')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22474, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:19 TestGeneric_flow_api: vf0:
24/04/2020 19:44:19 TestGeneric_flow_api: vf1:
24/04/2020 19:44:21 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:21 dut.10.240.183.210: stop
24/04/2020 19:44:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:21 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:23 dut.10.240.183.210: start
24/04/2020 19:44:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1365 / ipv6 / sctp / end actions queue index 14 / end
24/04/2020 19:44:24 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1365 / ipv6 / sctp / end actions queue index 14 / end
24/04/2020 19:44:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728664.3536146 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728664.3536146 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:28 tester: python3 /tmp/tester/scapy_ens7.cmd1587728664.3536146
24/04/2020 19:44:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1365, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='b4e1:5adb:851d:2973:a20c:d58b:d161:f61', dst='4436:e83a:aa96:8890:8a22:9f59:3d58:7330')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:33 TestGeneric_flow_api: vf0:
24/04/2020 19:44:33 TestGeneric_flow_api: vf1:
24/04/2020 19:44:35 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:35 dut.10.240.183.210: stop
24/04/2020 19:44:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:35 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=90 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:37 dut.10.240.183.210: start
24/04/2020 19:44:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:37 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2443 / ipv6 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:44:37 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2443 / ipv6 / vf id is 0 / end actions queue index 1 / end
24/04/2020 19:44:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728677.7312183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728677.7312183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728677.7312183
24/04/2020 19:44:42 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2443, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='d31b:9b48:a326:cc36:1869:3ce9:8e66:b0e0', dst='6f50:2de4:98ef:613d:eaf1:7367:3d8c:f31f')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:46 TestGeneric_flow_api: vf0: port 0/queue 1: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x1
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:46 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:48 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:48 dut.10.240.183.210: stop
24/04/2020 19:44:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:44:48 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:50 dut.10.240.183.210: start
24/04/2020 19:44:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:44:51 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2776 / ipv6 / tcp / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:44:51 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 2776 / ipv6 / tcp / vf id is 1 / end actions queue index 2 / end
24/04/2020 19:44:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728691.1023529 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728691.1023529 root@10.240.183.203:/tmp/tester/
24/04/2020 19:44:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728691.1023529
24/04/2020 19:44:55 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2776, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='78c4:44b3:fa9b:6af0:c143:5ba6:6639:8ce8', dst='f8a7:55be:6340:f5bc:5f1:e9af:9037:366f')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=18939, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:44:59 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:44:59 TestGeneric_flow_api: vf1: port 0/queue 2: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x2
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:01 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:01 dut.10.240.183.210: stop
24/04/2020 19:45:02 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:02 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:04 dut.10.240.183.210: start
24/04/2020 19:45:04 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1228 / ipv6 / sctp / end actions drop / end
24/04/2020 19:45:04 dut.10.240.183.210: flow create 0 ingress pattern eth / vlan tci is 1228 / ipv6 / sctp / end actions drop / end
24/04/2020 19:45:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728704.4791973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:06 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728704.4791973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:08 tester: python3 /tmp/tester/scapy_ens7.cmd1587728704.4791973
24/04/2020 19:45:09 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1228, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='1e7d:29af:ae50:76f8:1636:42ea:c633:2553', dst='c538:9e33:5272:829e:66a5:fca9:e120:ef27')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:13 TestGeneric_flow_api: vf0:
24/04/2020 19:45:13 TestGeneric_flow_api: vf1:
24/04/2020 19:45:15 dut.10.240.183.210:
testpmd>
24/04/2020 19:45:15 dut.10.240.183.210: stop
24/04/2020 19:45:15 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:15 TestGeneric_flow_api: pf:
testpmd>
24/04/2020 19:45:17 dut.10.240.183.210: start
24/04/2020 19:45:17 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:17 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 1712 / ipv6 / tcp / vf id is 1 / end actions drop / end
24/04/2020 19:45:17 dut.10.240.183.210: flow create 0 ingress transfer pattern eth / vlan tci is 1712 / ipv6 / tcp / vf id is 1 / end actions drop / end
24/04/2020 19:45:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728717.8051589 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728717.8051589 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:21 tester: python3 /tmp/tester/scapy_ens7.cmd1587728717.8051589
24/04/2020 19:45:22 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1712, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='7e7b:8d82:ae36:55f7:13d7:4dc9:6940:ee8f', dst='4c1b:120b:2833:b6cb:4874:ec4a:d393:7aeb')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=20662, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:26 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:26 TestGeneric_flow_api: vf1:
24/04/2020 19:45:28 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:28 dut.10.240.183.210: stop
24/04/2020 19:45:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:28 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:30 dut.10.240.183.210: start
24/04/2020 19:45:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728731.056276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728731.056276 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728731.056276
24/04/2020 19:45:35 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1313, type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=3, chksum=63870, src='192.168.0.1', dst='192.168.0.2')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:45:39 TestGeneric_flow_api: vf0:
24/04/2020 19:45:39 TestGeneric_flow_api: vf1:
24/04/2020 19:45:41 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:41 dut.10.240.183.210: stop
24/04/2020 19:45:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:41 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=60 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV4 - l2_len=18 - l3_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:43 dut.10.240.183.210: start
24/04/2020 19:45:44 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728744.276691 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:46 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728744.276691 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:48 tester: python3 /tmp/tester/scapy_ens7.cmd1587728744.276691
24/04/2020 19:45:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2231, type=2048)/IP(version=4, ihl=5, tos=3, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=63845, src='192.168.0.1', dst='192.168.0.2')/UDP(sport=53, dport=53, len=28, chksum=51523)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:45:53 TestGeneric_flow_api: vf0:
24/04/2020 19:45:53 TestGeneric_flow_api: vf1:
24/04/2020 19:45:55 dut.10.240.183.210: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:55 dut.10.240.183.210: stop
24/04/2020 19:45:55 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 4 -> TX Port= 0/Queue= 4 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:45:55 TestGeneric_flow_api: pf: port 0/queue 4: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x4
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:45:57 dut.10.240.183.210: start
24/04/2020 19:45:57 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:45:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728757.5088074 root@10.240.183.203:/tmp/tester/
24/04/2020 19:45:59 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728757.5088074 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:01 tester: python3 /tmp/tester/scapy_ens7.cmd1587728757.5088074
24/04/2020 19:46:02 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=13928, src='192.168.0.1', dst='192.168.0.2')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22882, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:06 TestGeneric_flow_api: vf0:
24/04/2020 19:46:06 TestGeneric_flow_api: vf1:
24/04/2020 19:46:08 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:08 dut.10.240.183.210: stop
24/04/2020 19:46:08 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:08 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:10 dut.10.240.183.210: start
24/04/2020 19:46:10 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728770.7301152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728770.7301152 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728770.7301152
24/04/2020 19:46:15 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=3, len=52, id=1, flags=0, frag=0, ttl=3, proto=132, chksum=13807, src='192.168.0.1', dst='192.168.0.2')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:19 TestGeneric_flow_api: vf0:
24/04/2020 19:46:19 TestGeneric_flow_api: vf1:
24/04/2020 19:46:21 dut.10.240.183.210: port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:21 dut.10.240.183.210: stop
24/04/2020 19:46:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=12 -> TX Port= 0/Queue=12 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:21 TestGeneric_flow_api: pf: port 0/queue 12: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=70 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_SCTP - l2_len=18 - l3_len=20 - l4_len=12 - Receive queue=0xc
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:23 dut.10.240.183.210: start
24/04/2020 19:46:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728784.102975 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:26 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728784.102975 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:27 tester: python3 /tmp/tester/scapy_ens7.cmd1587728784.102975
24/04/2020 19:46:28 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=2835, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=3, proto=6, chksum=13928, src='192.168.0.1', dst='192.168.0.2')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=22882, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:32 TestGeneric_flow_api: vf0:
24/04/2020 19:46:32 TestGeneric_flow_api: vf1:
24/04/2020 19:46:34 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:34 dut.10.240.183.210: stop
24/04/2020 19:46:35 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:35 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_TCP - l2_len=18 - l3_len=20 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:37 dut.10.240.183.210: start
24/04/2020 19:46:37 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728797.4328825 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:39 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728797.4328825 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:41 tester: python3 /tmp/tester/scapy_ens7.cmd1587728797.4328825
24/04/2020 19:46:42 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1878, type=2048)/IP(version=4, ihl=5, tos=0, len=48, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31930, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=28, chksum=19605)/DNS(length=None, id=30840, qr=0, opcode=15, aa=0, tc=0, rd=0, ra=0, z=1, ad=1, cd=1, rcode=8, qdcount=30840, ancount=30840, nscount=30840, arcount=30840, qd=b'', an=b'', ns=b'', ar=b'')/Raw(load=b'xxxxxxxx')
24/04/2020 19:46:46 TestGeneric_flow_api: vf0:
24/04/2020 19:46:46 TestGeneric_flow_api: vf1:
24/04/2020 19:46:48 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:48 dut.10.240.183.210: stop
24/04/2020 19:46:48 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:46:48 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=66 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:46:50 dut.10.240.183.210: start
24/04/2020 19:46:50 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:46:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728810.7009966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:52 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728810.7009966 root@10.240.183.203:/tmp/tester/
24/04/2020 19:46:54 tester: python3 /tmp/tester/scapy_ens7.cmd1587728810.7009966
24/04/2020 19:46:55 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=941, type=2048)/IP(version=4, ihl=5, tos=3, len=52, id=1, flags=0, frag=0, ttl=3, proto=132, chksum=13799, src='192.168.0.5', dst='192.168.0.6')/SCTP(sport=44, dport=45, tag=1, chksum=594960672)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:46:59 TestGeneric_flow_api: vf0:
24/04/2020 19:46:59 TestGeneric_flow_api: vf1:
24/04/2020 19:47:01 dut.10.240.183.210:
24/04/2020 19:47:01 dut.10.240.183.210: stop
24/04/2020 19:47:01 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:01 TestGeneric_flow_api: pf:
24/04/2020 19:47:03 dut.10.240.183.210: start
24/04/2020 19:47:03 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728823.879678 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728823.879678 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:07 tester: python3 /tmp/tester/scapy_ens7.cmd1587728823.879678
24/04/2020 19:47:08 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=304, type=2048)/IP(version=4, ihl=5, tos=3, len=64, id=1, flags=0, frag=0, ttl=3, proto=17, chksum=13902, src='192.168.0.5', dst='192.168.0.6')/UDP(sport=44, dport=45, len=44, chksum=2634)/Raw(load=b'\x00\x00\x00$\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:47:12 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:12 TestGeneric_flow_api: vf1:
24/04/2020 19:47:14 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:14 dut.10.240.183.210: stop
24/04/2020 19:47:14 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:14 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=52:54:00:9D:8D:19 - dst=00:11:22:33:44:55 - type=0x8100 - length=82 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV4 L4_UDP - l2_len=18 - l3_len=20 - l4_len=8 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:16 dut.10.240.183.210: start
24/04/2020 19:47:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728837.1516588 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:19 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728837.1516588 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:20 tester: python3 /tmp/tester/scapy_ens7.cmd1587728837.1516588
24/04/2020 19:47:21 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2925, type=34525)/IPv6(version=6, tc=1, fl=0, plen=20, nh=5, hlim=10, src='2001::1', dst='2001::2')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:26 TestGeneric_flow_api: vf0:
24/04/2020 19:47:26 TestGeneric_flow_api: vf1:
24/04/2020 19:47:28 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:28 dut.10.240.183.210: stop
24/04/2020 19:47:28 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:28 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=78 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER_VLAN L3_IPV6 - l2_len=18 - l3_len=40 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:30 dut.10.240.183.210: start
24/04/2020 19:47:30 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:30 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728850.4300466 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:32 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728850.4300466 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:34 tester: python3 /tmp/tester/scapy_ens7.cmd1587728850.4300466
24/04/2020 19:47:35 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2462, type=34525)/IPv6(version=6, tc=2, fl=0, plen=28, nh=17, hlim=20, src='2001::1', dst='2001::2')/UDP(sport=22, dport=23, len=28, chksum=2768)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:39 TestGeneric_flow_api: vf0:
24/04/2020 19:47:39 TestGeneric_flow_api: vf1:
24/04/2020 19:47:41 dut.10.240.183.210: port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:41 dut.10.240.183.210: stop
24/04/2020 19:47:41 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 7 -> TX Port= 0/Queue= 7 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:41 TestGeneric_flow_api: pf: port 0/queue 7: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=86 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_UDP - l2_len=18 - l3_len=40 - l4_len=8 - Receive queue=0x7
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:43 dut.10.240.183.210: start
24/04/2020 19:47:43 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:43 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728863.7008264 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:45 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728863.7008264 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:47 tester: python3 /tmp/tester/scapy_ens7.cmd1587728863.7008264
24/04/2020 19:47:48 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=753, type=34525)/IPv6(version=6, tc=2, fl=0, plen=40, nh=6, hlim=20, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=39636, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:47:52 TestGeneric_flow_api: vf0:
24/04/2020 19:47:52 TestGeneric_flow_api: vf1:
24/04/2020 19:47:54 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:54 dut.10.240.183.210: stop
24/04/2020 19:47:54 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:47:54 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=98 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x5
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:47:56 dut.10.240.183.210: start
24/04/2020 19:47:56 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:47:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728877.024753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:47:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728877.024753 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:00 tester: python3 /tmp/tester/scapy_ens7.cmd1587728877.024753
24/04/2020 19:48:01 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1365, type=34525)/IPv6(version=6, tc=4, fl=0, plen=48, nh=132, hlim=40, src='2001::1', dst='2001::2')/SCTP(sport=44, dport=45, tag=1, chksum=3665959070)/SCTPChunkData(type=0, reserved=0, delay_sack=0, unordered=0, beginning=0, ending=0, len=36, tsn=0, stream_id=0, stream_seq=0, proto_id=0, data=b'XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:48:05 TestGeneric_flow_api: vf0:
24/04/2020 19:48:05 TestGeneric_flow_api: vf1:
24/04/2020 19:48:07 dut.10.240.183.210: port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=106 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:07 dut.10.240.183.210: stop
24/04/2020 19:48:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:07 TestGeneric_flow_api: pf: port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x8100 - length=106 - nb_segs=1 - FDIR matched hash=0x0 ID=0x0 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_SCTP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_SCTP - l2_len=18 - l3_len=40 - l4_len=12 - Receive queue=0xe
ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:09 dut.10.240.183.210: start
24/04/2020 19:48:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728890.3029237 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:12 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728890.3029237 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:14 tester: python3 /tmp/tester/scapy_ens7.cmd1587728890.3029237
24/04/2020 19:48:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1228, type=34525)/IPv6(version=6, tc=4, fl=0, plen=48, nh=132, hlim=40, src='2001::1', dst='2001::2')/SCTP(sport=44, dport=45, tag=1, chksum=3665959070)/SCTPChunkData(type=0, reserved=0, delay_sack=0, unordered=0, beginning=0, ending=0, len=36, tsn=0, stream_id=0, stream_seq=0, proto_id=0, data=b'XXXXXXXXXXXXXXXXXXXX')
24/04/2020 19:48:19 TestGeneric_flow_api: vf0:
24/04/2020 19:48:19 TestGeneric_flow_api: vf1:
24/04/2020 19:48:21 dut.10.240.183.210:
24/04/2020 19:48:21 dut.10.240.183.210: stop
24/04/2020 19:48:21 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:21 TestGeneric_flow_api: pf:
24/04/2020 19:48:23 dut.10.240.183.210: start
24/04/2020 19:48:23 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:23 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728903.622002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:25 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728903.622002 root@10.240.183.203:/tmp/tester/
24/04/2020 19:48:27 tester: python3 /tmp/tester/scapy_ens7.cmd1587728903.622002
24/04/2020 19:48:28 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1712, type=34525)/IPv6(version=6, tc=2, fl=0, plen=40, nh=6, hlim=20, src='2001::1', dst='2001::2')/TCP(sport=32, dport=33, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=39636, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:48:32 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:32 TestGeneric_flow_api: vf1:
24/04/2020 19:48:34 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:34 dut.10.240.183.210: stop
24/04/2020 19:48:34 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:48:34 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x8100 - length=98 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV6_EXT_UNKNOWN L4_TCP - sw ptype: L2_ETHER_VLAN L3_IPV6 L4_TCP - l2_len=18 - l3_len=40 - l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:48:36 dut.10.240.183.210: start
24/04/2020 19:48:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:48:36 dut.10.240.183.210: flow list 0
24/04/2020 19:48:36 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH VLAN IPV4 => QUEUE
1 0 0 i-- ETH VLAN IPV4 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV4 VF => QUEUE
5 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
6 0 0 i-- ETH VLAN IPV4 SCTP => DROP
7 0 0 i-t ETH VLAN IPV4 UDP VF => DROP
8 0 0 i-- ETH VLAN IPV6 => QUEUE
9 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
10 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
11 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
12 0 0 i-t ETH VLAN IPV6 VF => QUEUE
13 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
14 0 0 i-- ETH VLAN IPV6 SCTP => DROP
15 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:48:36 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:48:37 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH VLAN IPV4 UDP => QUEUE
2 0 0 i-- ETH VLAN IPV4 TCP => QUEUE
3 0 0 i-- ETH VLAN IPV4 SCTP => QUEUE
4 0 0 i-t ETH VLAN IPV4 VF => QUEUE
5 0 0 i-t ETH VLAN IPV4 SCTP VF => QUEUE
6 0 0 i-- ETH VLAN IPV4 SCTP => DROP
7 0 0 i-t ETH VLAN IPV4 UDP VF => DROP
8 0 0 i-- ETH VLAN IPV6 => QUEUE
9 0 0 i-- ETH VLAN IPV6 UDP => QUEUE
10 0 0 i-- ETH VLAN IPV6 TCP => QUEUE
11 0 0 i-- ETH VLAN IPV6 SCTP => QUEUE
12 0 0 i-t ETH VLAN IPV6 VF => QUEUE
13 0 0 i-t ETH VLAN IPV6 TCP VF => QUEUE
14 0 0 i-- ETH VLAN IPV6 SCTP => DROP
15 0 0 i-t ETH VLAN IPV6 TCP VF => DROP
24/04/2020 19:48:37 dut.10.240.183.210: flow flush 0
24/04/2020 19:48:37 dut.10.240.183.210: flow flush 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 dut.10.240.183.210: flow list 0
24/04/2020 19:48:37 TestGeneric_flow_api: Test Case test_fdir_for_vlan Result PASSED:
24/04/2020 19:48:44 dut.10.240.183.210: quit
24/04/2020 19:48:44 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551600 RX-dropped: 0 RX-total: 18446744073709551600
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551600 RX-dropped: 0 RX-total: 18446744073709551600
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:48:49 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_fdir_for_vxlan Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_flexbytes_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_n_tuple_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_syn_filter Result SKIPPED:
24/04/2020 19:48:50 TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Begin
24/04/2020 19:48:50 dut.10.240.183.210:
24/04/2020 19:48:50 tester:
24/04/2020 19:48:50 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:48:51 dut.10.240.183.210: modprobe uio
24/04/2020 19:48:51 dut.10.240.183.210:
24/04/2020 19:48:51 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:48:51 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:48:51 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:48:52 dut.10.240.183.210:
24/04/2020 19:48:56 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:49:01 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:49:11 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:49:11 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:49:11 dut.10.240.183.210: set verbose 1
24/04/2020 19:49:12 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:49:12 dut.10.240.183.210: start
24/04/2020 19:49:12 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 15 / end
24/04/2020 19:49:29 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 15 / end
24/04/2020 19:49:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728969.3070834 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728969.3070834 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587728969.3070834
24/04/2020 19:49:33 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:49:38 TestGeneric_flow_api: vf0:
24/04/2020 19:49:38 TestGeneric_flow_api: vf1:
24/04/2020 19:49:40 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:40 dut.10.240.183.210: stop
24/04/2020 19:49:40 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:49:40 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:42 dut.10.240.183.210: start
24/04/2020 19:49:42 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:42 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2992 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 9 / end
24/04/2020 19:49:42 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2992 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 9 / end
24/04/2020 19:49:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728982.7805412 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728982.7805412 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:46 tester: python3 /tmp/tester/scapy_ens7.cmd1587728982.7805412
24/04/2020 19:49:47 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=765952, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:49:51 TestGeneric_flow_api: vf0:
24/04/2020 19:49:51 TestGeneric_flow_api: vf1:
24/04/2020 19:49:53 dut.10.240.183.210:
testpmd> port 0/queue 9: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x9
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:53 dut.10.240.183.210: stop
24/04/2020 19:49:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 9 -> TX Port= 0/Queue= 9 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:49:53 TestGeneric_flow_api: pf:
testpmd> port 0/queue 9: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x9
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:49:55 dut.10.240.183.210: start
24/04/2020 19:49:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:49:56 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 1071 / end actions pf / queue index 13 / end
24/04/2020 19:49:56 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 1071 / end actions pf / queue index 13 / end
24/04/2020 19:49:56 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587728996.2048366 root@10.240.183.203:/tmp/tester/
24/04/2020 19:49:58 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587728996.2048366 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:00 tester: python3 /tmp/tester/scapy_ens7.cmd1587728996.2048366
24/04/2020 19:50:00 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=1071, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:05 TestGeneric_flow_api: vf0:
24/04/2020 19:50:05 TestGeneric_flow_api: vf1:
24/04/2020 19:50:07 dut.10.240.183.210:
testpmd> port 0/queue 13: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:07 dut.10.240.183.210: stop
24/04/2020 19:50:07 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:07 TestGeneric_flow_api: pf:
testpmd> port 0/queue 13: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xd
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:09 dut.10.240.183.210: start
24/04/2020 19:50:09 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:09 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2219 / eth dst is 00:11:22:33:44:66 / vlan tci is 371 / end actions pf / queue index 14 / end
24/04/2020 19:50:09 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 2219 / eth dst is 00:11:22:33:44:66 / vlan tci is 371 / end actions pf / queue index 14 / end
24/04/2020 19:50:09 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729009.5869637 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:11 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729009.5869637 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:13 tester: python3 /tmp/tester/scapy_ens7.cmd1587729009.5869637
24/04/2020 19:50:14 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=568064, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=371, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:18 TestGeneric_flow_api: vf0:
24/04/2020 19:50:18 TestGeneric_flow_api: vf1:
24/04/2020 19:50:20 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:20 dut.10.240.183.210: stop
24/04/2020 19:50:20 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:20 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:22 dut.10.240.183.210: start
24/04/2020 19:50:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:22 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 74 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 3 / end
24/04/2020 19:50:23 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 74 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 3 / end
24/04/2020 19:50:23 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729023.0106645 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729023.0106645 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:26 tester: python3 /tmp/tester/scapy_ens7.cmd1587729023.0106645
24/04/2020 19:50:27 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=18944, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:31 TestGeneric_flow_api: vf0:
24/04/2020 19:50:31 TestGeneric_flow_api: vf1:
24/04/2020 19:50:33 dut.10.240.183.210:
testpmd> port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:33 dut.10.240.183.210: stop
24/04/2020 19:50:33 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:33 TestGeneric_flow_api: pf:
testpmd> port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:35 dut.10.240.183.210: start
24/04/2020 19:50:36 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:36 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 175 / eth dst is 00:11:22:33:44:66 / vlan tci is 3561 / end actions vf id 0 / queue index 3 / end
24/04/2020 19:50:36 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 175 / eth dst is 00:11:22:33:44:66 / vlan tci is 3561 / end actions vf id 0 / queue index 3 / end
24/04/2020 19:50:36 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729036.3382182 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:38 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729036.3382182 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:40 tester: python3 /tmp/tester/scapy_ens7.cmd1587729036.3382182
24/04/2020 19:50:40 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=66, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31882, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=44800, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3561, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:45 TestGeneric_flow_api: vf0: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:45 TestGeneric_flow_api: vf1:
24/04/2020 19:50:47 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:47 dut.10.240.183.210: stop
24/04/2020 19:50:47 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:50:47 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=80 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:50:49 dut.10.240.183.210: start
24/04/2020 19:50:49 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:50:49 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3676 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 3 / end
24/04/2020 19:50:49 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3676 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 3 / end
24/04/2020 19:50:49 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729049.753508 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:51 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729049.753508 root@10.240.183.203:/tmp/tester/
24/04/2020 19:50:53 tester: python3 /tmp/tester/scapy_ens7.cmd1587729049.753508
24/04/2020 19:50:54 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=62, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31886, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=941056, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:50:58 TestGeneric_flow_api: vf0:
24/04/2020 19:50:58 TestGeneric_flow_api: vf1: port 0/queue 3: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0x3
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:00 dut.10.240.183.210:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:00 dut.10.240.183.210: stop
24/04/2020 19:51:00 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:00 TestGeneric_flow_api: pf:
testpmd> port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=76 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:02 dut.10.240.183.210: start
24/04/2020 19:51:02 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729063.1254613 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:05 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729063.1254613 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:06 tester: python3 /tmp/tester/scapy_ens7.cmd1587729063.1254613
24/04/2020 19:51:07 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=106, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31842, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=256, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:11 TestGeneric_flow_api: vf0:
24/04/2020 19:51:11 TestGeneric_flow_api: vf1:
24/04/2020 19:51:13 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:13 dut.10.240.183.210: stop
24/04/2020 19:51:13 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:13 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:15 dut.10.240.183.210: start
24/04/2020 19:51:16 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:16 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729076.392849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:18 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729076.392849 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:20 tester: python3 /tmp/tester/scapy_ens7.cmd1587729076.392849
24/04/2020 19:51:20 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=102, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31846, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=18944, seqence_number=None)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:25 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:25 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:27 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:27 dut.10.240.183.210: stop
24/04/2020 19:51:27 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:27 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:29 dut.10.240.183.210: start
24/04/2020 19:51:29 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:29 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729089.6237707 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:31 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729089.6237707 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:33 tester: python3 /tmp/tester/scapy_ens7.cmd1587729089.6237707
24/04/2020 19:51:34 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=106, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31842, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=44800, seqence_number=None)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3561, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:38 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:38 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:40 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:40 dut.10.240.183.210: stop
24/04/2020 19:51:40 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:40 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=120 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER_VLAN INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=18 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:42 dut.10.240.183.210: start
24/04/2020 19:51:42 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729102.9490602 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729102.9490602 root@10.240.183.203:/tmp/tester/
24/04/2020 19:51:46 tester: python3 /tmp/tester/scapy_ens7.cmd1587729102.9490602
24/04/2020 19:51:47 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=102, id=1, flags=0, frag=0, ttl=64, proto=47, chksum=31846, src='127.0.0.1', dst='127.0.0.1')/GRE(chksum_present=0, routing_present=0, key_present=1, seqnum_present=0, strict_route_source=0, recursion_control=0, flags=0, version=0, proto=25944, chksum=None, offset=None, key=941056, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:51:51 TestGeneric_flow_api: vf0:
24/04/2020 19:51:51 TestGeneric_flow_api: vf1:
24/04/2020 19:51:53 dut.10.240.183.210: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:53 dut.10.240.183.210: stop
24/04/2020 19:51:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=15 -> TX Port= 0/Queue=15 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:51:53 TestGeneric_flow_api: pf: port 0/queue 15: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=116 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 TUNNEL_NVGRE INNER_L2_ETHER INNER_L3_IPV4 INNER_L4_TCP - l2_len=14 - l3_len=20 - tunnel_len=8 - inner_l2_len=14 - inner_l3_len=20 - inner_l4_len=20 - Receive queue=0xf
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:51:55 dut.10.240.183.210: start
24/04/2020 19:51:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
1 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
2 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
5 0 0 i-- ETH IPV4 NVGRE ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 NVGRE ETH => VF QUEUE
24/04/2020 19:51:56 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:51:56 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
2 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 NVGRE ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 NVGRE ETH => PF QUEUE
5 0 0 i-- ETH IPV4 NVGRE ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 NVGRE ETH => VF QUEUE
24/04/2020 19:51:56 dut.10.240.183.210: flow flush 0
24/04/2020 19:51:56 dut.10.240.183.210: flow flush 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 dut.10.240.183.210: flow list 0
24/04/2020 19:51:56 TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Result PASSED:
24/04/2020 19:52:03 dut.10.240.183.210: quit
24/04/2020 19:52:03 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:52:08 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:52:09 TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Begin
24/04/2020 19:52:09 dut.10.240.183.210:
24/04/2020 19:52:09 tester:
24/04/2020 19:52:09 dut.10.240.183.210: kill_all: called by dut and has no prefix list.
24/04/2020 19:52:10 dut.10.240.183.210: modprobe uio
24/04/2020 19:52:11 dut.10.240.183.210:
24/04/2020 19:52:11 dut.10.240.183.210: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
24/04/2020 19:52:11 dut.10.240.183.210: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
24/04/2020 19:52:11 dut.10.240.183.210: modprobe vfio-pci
24/04/2020 19:52:11 dut.10.240.183.210:
24/04/2020 19:52:15 dut.10.240.183.210: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:af:00.0 --file-prefix=pf_20271_20200424185853 --socket-mem 1024,1024 --legacy-mem -- -i --disable-rss --rxq=16 --txq=16
24/04/2020 19:52:21 dut.10.240.183.210: EAL: Detected 72 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_20271_20200424185853/mp_socket
EAL: Selected IOVA mode 'PA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL: PCI device 0000:af:00.0 on NUMA socket 1
EAL: probe driver: 8086:15ff net_i40e
Interactive-mode selected
testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=203456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=203456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Warning! port-topology=paired and odd forward ports number, the last port will pair with itself.
Configuring Port 0 (socket 1)
Port 0: 00:00:00:00:01:00
Checking link statuses...
Done
24/04/2020 19:52:31 dut.10.240.183.210: rx_vxlan_port add 4789 0
24/04/2020 19:52:31 dut.10.240.183.210: rx_vxlan_port add 4789 0
24/04/2020 19:52:31 dut.10.240.183.210: set fwd rxonly
24/04/2020 19:52:31 dut.10.240.183.210: set fwd rxonly
Set rxonly packet forwarding mode
24/04/2020 19:52:31 dut.10.240.183.210: set verbose 1
24/04/2020 19:52:31 dut.10.240.183.210: set verbose 1
Change verbose level from 0 to 1
24/04/2020 19:52:31 dut.10.240.183.210: start
24/04/2020 19:52:31 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:52:48 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 5 / end
24/04/2020 19:52:48 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 5 / end
24/04/2020 19:52:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729168.5034919 root@10.240.183.203:/tmp/tester/
24/04/2020 19:52:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729168.5034919 root@10.240.183.203:/tmp/tester/
24/04/2020 19:52:52 tester: python3 /tmp/tester/scapy_ens7.cmd1587729168.5034919
24/04/2020 19:52:53 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=17584)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:52:57 TestGeneric_flow_api: vf0:
24/04/2020 19:52:57 TestGeneric_flow_api: vf1:
24/04/2020 19:52:59 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:52:59 dut.10.240.183.210: stop
24/04/2020 19:52:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:52:59 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:01 dut.10.240.183.210: start
24/04/2020 19:53:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:01 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 1701 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 0 / end
24/04/2020 19:53:01 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 1701 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 0 / end
24/04/2020 19:53:01 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729181.8792498 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:03 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729181.8792498 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587729181.8792498
24/04/2020 19:53:06 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=41900)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=1701, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:10 TestGeneric_flow_api: vf0:
24/04/2020 19:53:10 TestGeneric_flow_api: vf1:
24/04/2020 19:53:12 dut.10.240.183.210:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 1701 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:12 dut.10.240.183.210: stop
24/04/2020 19:53:12 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:12 TestGeneric_flow_api: pf:
testpmd> port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 1701 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:14 dut.10.240.183.210: start
24/04/2020 19:53:14 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:15 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 3996 / end actions pf / queue index 6 / end
24/04/2020 19:53:15 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 3996 / end actions pf / queue index 6 / end
24/04/2020 19:53:15 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729195.2534738 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:17 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729195.2534738 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:19 tester: python3 /tmp/tester/scapy_ens7.cmd1587729195.2534738
24/04/2020 19:53:19 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=17420)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=3996, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:24 TestGeneric_flow_api: vf0:
24/04/2020 19:53:24 TestGeneric_flow_api: vf1:
24/04/2020 19:53:26 dut.10.240.183.210:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x6
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:26 dut.10.240.183.210: stop
24/04/2020 19:53:26 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 6 -> TX Port= 0/Queue= 6 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:26 TestGeneric_flow_api: pf:
testpmd> port 0/queue 6: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x6
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:28 dut.10.240.183.210: start
24/04/2020 19:53:28 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:28 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 3340 / eth dst is 00:11:22:33:44:66 / vlan tci is 355 / end actions pf / queue index 14 / end
24/04/2020 19:53:28 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 3340 / eth dst is 00:11:22:33:44:66 / vlan tci is 355 / end actions pf / queue index 14 / end
24/04/2020 19:53:28 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729208.6862328 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:30 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729208.6862328 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:32 tester: python3 /tmp/tester/scapy_ens7.cmd1587729208.6862328
24/04/2020 19:53:33 tester: packet ready for sending...
Ether(dst='00:00:00:00:01:00', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=19003)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3340, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=355, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:37 TestGeneric_flow_api: vf0:
24/04/2020 19:53:37 TestGeneric_flow_api: vf1:
24/04/2020 19:53:39 dut.10.240.183.210:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3340 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:39 dut.10.240.183.210: stop
24/04/2020 19:53:39 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue=14 -> TX Port= 0/Queue=14 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:39 TestGeneric_flow_api: pf:
testpmd> port 0/queue 14: received 1 packets
src=00:00:00:00:00:00 - dst=00:00:00:00:01:00 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3340 - Receive queue=0xe
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:41 dut.10.240.183.210: start
24/04/2020 19:53:41 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:42 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3149 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 8 / end
24/04/2020 19:53:42 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3149 / eth dst is 00:11:22:33:44:66 / end actions pf / queue index 8 / end
24/04/2020 19:53:42 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729222.108118 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:44 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729222.108118 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:45 tester: python3 /tmp/tester/scapy_ens7.cmd1587729222.108118
24/04/2020 19:53:46 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=64422)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3149, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:53:50 TestGeneric_flow_api: vf0:
24/04/2020 19:53:50 TestGeneric_flow_api: vf1:
24/04/2020 19:53:52 dut.10.240.183.210:
testpmd> port 0/queue 8: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3149 - Receive queue=0x8
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:52 dut.10.240.183.210: stop
24/04/2020 19:53:53 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 8 -> TX Port= 0/Queue= 8 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:53:53 TestGeneric_flow_api: pf:
testpmd> port 0/queue 8: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3149 - Receive queue=0x8
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:53:55 dut.10.240.183.210: start
24/04/2020 19:53:55 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:53:55 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 540 / eth dst is 00:11:22:33:44:66 / vlan tci is 306 / end actions vf id 0 / queue index 0 / end
24/04/2020 19:53:55 dut.10.240.183.210: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 540 / eth dst is 00:11:22:33:44:66 / vlan tci is 306 / end actions vf id 0 / queue index 0 / end
24/04/2020 19:53:55 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729235.4833183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:57 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729235.4833183 root@10.240.183.203:/tmp/tester/
24/04/2020 19:53:59 tester: python3 /tmp/tester/scapy_ens7.cmd1587729235.4833183
24/04/2020 19:54:00 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=74, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31904, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=54, chksum=14967)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=540, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=33024)/Dot1Q(prio=0, id=0, vlan=306, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:04 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:04 TestGeneric_flow_api: vf1:
24/04/2020 19:54:06 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:06 dut.10.240.183.210: stop
24/04/2020 19:54:06 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:06 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=88 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:08 dut.10.240.183.210: start
24/04/2020 19:54:08 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:08 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3581 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 1 / end
24/04/2020 19:54:08 dut.10.240.183.210: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3581 / eth dst is 00:11:22:33:44:66 / end actions vf id 1 / queue index 1 / end
24/04/2020 19:54:08 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729248.9085307 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:10 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729248.9085307 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:12 tester: python3 /tmp/tester/scapy_ens7.cmd1587729248.9085307
24/04/2020 19:54:13 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=70, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31908, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=50, chksum=19365)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3581, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='52:54:00:9d:8d:19', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:17 TestGeneric_flow_api: vf0:
24/04/2020 19:54:17 TestGeneric_flow_api: vf1: port 0/queue 1: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x1
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:19 dut.10.240.183.210:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:19 dut.10.240.183.210: stop
24/04/2020 19:54:19 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 2 RX-dropped: 0 RX-total: 2
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:19 TestGeneric_flow_api: pf:
testpmd> port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=84 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:21 dut.10.240.183.210: start
24/04/2020 19:54:22 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:22 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729262.3213973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:24 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729262.3213973 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:26 tester: python3 /tmp/tester/scapy_ens7.cmd1587729262.3213973
24/04/2020 19:54:26 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=114, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31864, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=94, chksum=56893)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=0, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=11, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:31 TestGeneric_flow_api: vf0:
24/04/2020 19:54:31 TestGeneric_flow_api: vf1:
24/04/2020 19:54:33 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:33 dut.10.240.183.210: stop
24/04/2020 19:54:33 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:33 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 0 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:35 dut.10.240.183.210: start
24/04/2020 19:54:35 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:35 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729275.5978882 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:37 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729275.5978882 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:39 tester: python3 /tmp/tester/scapy_ens7.cmd1587729275.5978882
24/04/2020 19:54:40 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=110, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31868, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=90, chksum=23104)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=5, reserved2=0)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:44 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:44 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:46 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:46 dut.10.240.183.210: stop
24/04/2020 19:54:46 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:46 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 5 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:48 dut.10.240.183.210: start
24/04/2020 19:54:48 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:54:48 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729288.9197032 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:50 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729288.9197032 root@10.240.183.203:/tmp/tester/
24/04/2020 19:54:52 tester: python3 /tmp/tester/scapy_ens7.cmd1587729288.9197032
24/04/2020 19:54:53 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=114, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31864, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=94, chksum=49411)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=540, reserved2=0)/Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=306, type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:54:57 TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:57 TestGeneric_flow_api: vf1: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:59 dut.10.240.183.210: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:54:59 dut.10.240.183.210: stop
24/04/2020 19:54:59 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 0 -> TX Port= 0/Queue= 0 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 3 RX-dropped: 0 RX-total: 3
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:54:59 TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:55 - type=0x0800 - length=128 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER_VLAN INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 540 - Receive queue=0x0
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:01 dut.10.240.183.210: start
24/04/2020 19:55:01 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:55:02 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.pcap1587729302.240737 root@10.240.183.203:/tmp/tester/
24/04/2020 19:55:04 tester: scp -v /home/hailin/dts/output/tmp/pcap/scapy_ens7.cmd1587729302.240737 root@10.240.183.203:/tmp/tester/
24/04/2020 19:55:05 tester: python3 /tmp/tester/scapy_ens7.cmd1587729302.240737
24/04/2020 19:55:06 tester: packet ready for sending...
Ether(dst='00:11:22:33:44:77', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=110, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31868, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=4789, dport=4789, len=90, chksum=25155)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=3581, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='00:00:00:00:00:00', type=2048)/IP(version=4, ihl=5, tos=0, len=60, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31929, src='127.0.0.1', dst='127.0.0.1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=56499, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
24/04/2020 19:55:11 TestGeneric_flow_api: vf0:
24/04/2020 19:55:11 TestGeneric_flow_api: vf1:
24/04/2020 19:55:13 dut.10.240.183.210: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:13 dut.10.240.183.210: stop
24/04/2020 19:55:13 dut.10.240.183.210: stop
Telling cores to stop...
Waiting for lcores to finish...
------- Forward Stats for RX Port= 0/Queue= 5 -> TX Port= 0/Queue= 5 -------
RX-packets: 1 TX-packets: 0 TX-dropped: 0
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 1 RX-dropped: 0 RX-total: 1
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
24/04/2020 19:55:13 TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
src=00:00:00:00:00:00 - dst=00:11:22:33:44:77 - type=0x0800 - length=124 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN TUNNEL_GRENAT INNER_L2_ETHER INNER_L3_IPV4_EXT_UNKNOWN INNER_L4_TCP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - VXLAN packet: packet type =24721, Destination UDP port =4789, VNI = 3581 - Receive queue=0x5
ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN
24/04/2020 19:55:15 dut.10.240.183.210: start
24/04/2020 19:55:15 dut.10.240.183.210: start
rxonly packet forwarding - ports=1 - cores=1 - streams=16 - NUMA support enabled, MP allocation mode: native
Logical Core 2 (socket 0) forwards packets on 16 streams:
RX P=0/Q=0 (socket 1) -> TX P=0/Q=0 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=1 (socket 1) -> TX P=0/Q=1 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=2 (socket 1) -> TX P=0/Q=2 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=3 (socket 1) -> TX P=0/Q=3 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=4 (socket 1) -> TX P=0/Q=4 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=5 (socket 1) -> TX P=0/Q=5 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=6 (socket 1) -> TX P=0/Q=6 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=7 (socket 1) -> TX P=0/Q=7 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=8 (socket 1) -> TX P=0/Q=8 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=9 (socket 1) -> TX P=0/Q=9 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=10 (socket 1) -> TX P=0/Q=10 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=11 (socket 1) -> TX P=0/Q=11 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=12 (socket 1) -> TX P=0/Q=12 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=13 (socket 1) -> TX P=0/Q=13 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=14 (socket 1) -> TX P=0/Q=14 (socket 1) peer=02:00:00:00:00:00
RX P=0/Q=15 (socket 1) -> TX P=0/Q=15 (socket 1) peer=02:00:00:00:00:00
rxonly packet forwarding packets/burst=32
nb forwarding cores=1 - nb forwarding ports=1
port 0: RX queue number: 16 Tx queue number: 16
Rx offloads=0x0 Tx offloads=0x10000
RX queue: 0
RX desc=256 - RX free threshold=32
RX threshold registers: pthresh=8 hthresh=8 wthresh=0
RX Offloads=0x0
TX queue: 0
TX desc=256 - TX free threshold=32
TX threshold registers: pthresh=32 hthresh=0 wthresh=0
TX offloads=0x10000 - TX RS bit threshold=32
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
0 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
1 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
2 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
5 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 UDP VXLAN ETH => VF QUEUE
24/04/2020 19:55:15 dut.10.240.183.210: flow destroy 0 rule 0
24/04/2020 19:55:15 dut.10.240.183.210: flow destroy 0 rule 0
Flow rule #0 destroyed
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
ID Group Prio Attr Rule
1 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
2 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
3 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => PF QUEUE
4 0 0 i-- ETH IPV4 UDP VXLAN ETH => PF QUEUE
5 0 0 i-- ETH IPV4 UDP VXLAN ETH VLAN => VF QUEUE
6 0 0 i-- ETH IPV4 UDP VXLAN ETH => VF QUEUE
24/04/2020 19:55:15 dut.10.240.183.210: flow flush 0
24/04/2020 19:55:15 dut.10.240.183.210: flow flush 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 dut.10.240.183.210: flow list 0
24/04/2020 19:55:15 TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Result PASSED:
24/04/2020 19:55:22 dut.10.240.183.210: quit
24/04/2020 19:55:23 dut.10.240.183.210: quit
Telling cores to stop...
Waiting for lcores to finish...
---------------------- Forward statistics for port 0 ----------------------
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
----------------------------------------------------------------------------
+++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
RX-packets: 18446744073709551610 RX-dropped: 0 RX-total: 18446744073709551610
TX-packets: 0 TX-dropped: 0 TX-total: 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Done.
Stopping port 0...
Stopping ports...
Done
Shutting down port 0...
Closing ports...
Done
Bye...
24/04/2020 19:55:28 dut.10.240.183.210: kill_all: called by dut and prefix list has value.
24/04/2020 19:55:28 dts:
TEST SUITE ENDED: TestGeneric_flow_api
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville
@ 2020-04-24 2:53 Xu, Hailin
2020-04-24 3:14 ` Xu, HailinX
2020-04-24 6:41 ` Tu, Lijuan
0 siblings, 2 replies; 8+ messages in thread
From: Xu, Hailin @ 2020-04-24 2:53 UTC (permalink / raw)
To: dts; +Cc: xu,hailin
From: "xu,hailin" <hailinx.xu@intel.com>
carlsville driver is i40e, so nic carlsville support this case.
Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
conf/test_case_supportlist.json | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 08a2692..1f31e92 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -612,7 +612,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -632,7 +633,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsvile"
],
"Target": [
"ALL"
@@ -652,7 +654,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -672,7 +675,8 @@
"fortville_spirit_single",
"fortville_25g",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -713,7 +717,8 @@
"fortville_25g",
"fortpark",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -733,7 +738,8 @@
"fortville_spirit",
"fortville_spirit_single",
"fortpark_TLV",
- "fortpark_BASE-T"
+ "fortpark_BASE-T",
+ "carlsville"
],
"Target": [
"ALL"
@@ -875,7 +881,8 @@
"fortville_spirit_single",
"fortpark_TLV",
"fortpark_BASE-T",
- "foxville"
+ "foxville",
+ "carlsville"
],
"Target": [
"ALL"
--
1.8.3.1
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-04-24 6:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 11:58 [dts] [PATCH v1] conf/test_case_supportlist:add nic carlsville Xie,WeiX
2020-04-23 5:42 ` Tu, Lijuan
2020-04-24 2:53 Xu, Hailin
2020-04-24 3:14 ` Xu, HailinX
2020-04-24 3:20 ` Peng, ZhihongX
2020-04-24 3:21 ` Huang, ZhiminX
2020-04-24 3:39 ` Zhu, TaoX
2020-04-24 6:41 ` Tu, Lijuan
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).