test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support
@ 2020-04-26  8:40 xizhan4x
  2020-04-26  9:17 ` Zhang, XiX
  2020-04-27  7:51 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: xizhan4x @ 2020-04-26  8:40 UTC (permalink / raw)
  To: dts; +Cc: xizhan4x

fdir_L2_mac add i40e nic support

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_generic_flow_api.py | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 1d27a74..ae7f9f1 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -914,7 +914,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1002,7 +1003,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1090,7 +1092,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1178,7 +1181,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120)
@@ -1265,7 +1269,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
-- 
2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support
  2020-04-26  8:40 [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support xizhan4x
@ 2020-04-26  9:17 ` Zhang, XiX
  2020-04-27  7:51 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, XiX @ 2020-04-26  9:17 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 4531 bytes --]

Tested-by : xix.zhang@intel.com

-----Original Message-----
From: Zhang, XiX 
Sent: Sunday, April 26, 2020 4:41 PM
To: dts@dpdk.org
Cc: Zhang, XiX <xix.zhang@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support

fdir_L2_mac add i40e nic support

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_generic_flow_api.py | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 1d27a74..ae7f9f1 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -914,7 +914,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 
+ "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support 
+ fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1002,7 +1003,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 
+ "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support 
+ fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1090,7 +1092,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 
+ "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support 
+ fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1178,7 +1181,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 
+ "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support 
+ fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -1265,7 +1269,8 @@ class TestGeneric_flow_api(TestCase):
         only supported by i40e
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
-                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not support fdir vlan filter" % self.nic)
+                                 "fortville_spirit_single", "fortpark_TLV",
+                                 
+ "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support 
+ fdir vlan filter" % self.nic)
 
         self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" % (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
         self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
--
2.17.2


[-- Attachment #2: TestGeneric_flow_api.log --]
[-- Type: application/octet-stream, Size: 511623 bytes --]

26/04/2020 15:48:02                            dts: 
TEST SUITE : TestGeneric_flow_api
26/04/2020 15:48:02                            dts: NIC :        fortpark_TLV
26/04/2020 15:48:03             dut.10.240.183.162: 
26/04/2020 15:48:03                         tester: 
26/04/2020 15:48:05           TestGeneric_flow_api: Test Case test_2_tuple_filter Result SKIPPED:
26/04/2020 15:48:05           TestGeneric_flow_api: Test Case test_L2_tunnel_filter Result SKIPPED:
26/04/2020 15:48:05           TestGeneric_flow_api: Test Case test_ethertype_filter Begin
26/04/2020 15:48:05             dut.10.240.183.162: 
26/04/2020 15:48:05                         tester: 
26/04/2020 15:48:05             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:48:06             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --disable-rss --rxq=16 --txq=16
26/04/2020 15:48:07             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 net_i40e
i40e_GLQF_reg_init(): i40e device 0000:b1:00.0 changed global register [0x002689a0]. original: 0x0000002a, new: 0x00000029 
i40e_GLQF_reg_init(): i40e device 0000:b1:00.0 changed global register [0x00268ca4]. original: 0x00002826, new: 0x00009420 
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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:48:17             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:48:17             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:48:17             dut.10.240.183.162: set verbose 1
26/04/2020 15:48:17             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:48:17             dut.10.240.183.162: start
26/04/2020 15:48:18             dut.10.240.183.162: 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
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0806  / end actions queue index 14 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0806  / end actions queue index 14 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0806  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0806  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x88cc  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x88cc  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x86dd  / end actions queue index 4 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x86dd  / end actions queue index 4 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0800  / end actions queue index 14 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x0800  / end actions queue index 14 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x8100  / end actions queue index 9 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow validate 0 ingress pattern eth type is 0x8100  / end actions queue index 9 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x0806  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x0806  / end actions queue index 16 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x0806  / end actions queue index 6 /  end
26/04/2020 15:48:20             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x0806  / end actions queue index 6 /  end
26/04/2020 15:48:20                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887300.541875 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887300.541875 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:24                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887300.541875
26/04/2020 15:48:25                         tester: packet ready for sending...
Ether(dst='ff:ff:ff:ff:ff:ff', src='0c:c4:7a:9d:7c:ac', type=2054)/ARP(hwtype=1, ptype=2048, hwlen=6, plen=4, op=1, hwsrc='0c:c4:7a:9d:7c:ac', psrc='10.240.183.154', hwdst='00:00:00:00:00:00', pdst='192.168.1.1')/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:48:27             dut.10.240.183.162: 
testpmd> port 0/queue 6: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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=0x6
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:48:27             dut.10.240.183.162: stop
26/04/2020 15:48:27             dut.10.240.183.162: 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.
26/04/2020 15:48:27           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 6: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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=0x6
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:48:29             dut.10.240.183.162: start
26/04/2020 15:48:29             dut.10.240.183.162: 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
26/04/2020 15:48:29             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x86bb  / end actions queue index 7 /  end
26/04/2020 15:48:29             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x86bb  / end actions queue index 7 /  end
26/04/2020 15:48:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887309.7018983 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887309.7018983 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887309.7018983
26/04/2020 15:48:34                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=34491)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:48:36             dut.10.240.183.162: 
testpmd> port 0/queue 7: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:48:36             dut.10.240.183.162: stop
26/04/2020 15:48:36             dut.10.240.183.162: 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.
26/04/2020 15:48:36           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 7: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:48:38             dut.10.240.183.162: start
26/04/2020 15:48:38             dut.10.240.183.162: 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
26/04/2020 15:48:38             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x8864  / end actions drop /  end
26/04/2020 15:48:38             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x8864  / end actions drop /  end
26/04/2020 15:48:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887318.7945766 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:40                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887318.7945766 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:42                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887318.7945766
26/04/2020 15:48:43                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:48:45             dut.10.240.183.162: 
testpmd> 
26/04/2020 15:48:45             dut.10.240.183.162: stop
26/04/2020 15:48:45             dut.10.240.183.162: 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.
26/04/2020 15:48:45           TestGeneric_flow_api: pf: 
testpmd> 
26/04/2020 15:48:47             dut.10.240.183.162: start
26/04/2020 15:48:47             dut.10.240.183.162: 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
26/04/2020 15:48:47             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847  / end actions queue index 0 /  end
26/04/2020 15:48:47             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 type is 0x8847  / end actions queue index 0 /  end
26/04/2020 15:48:47                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887327.8621073 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:49                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887327.8621073 root@10.240.183.154:/tmp/tester/
26/04/2020 15:48:51                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887327.8621073
26/04/2020 15:48:52                         tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='0c:c4:7a:9d:7c:ac', type=34887)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:48:54             dut.10.240.183.162: 
testpmd> port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:48:54             dut.10.240.183.162: stop
26/04/2020 15:48:54             dut.10.240.183.162: 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.
26/04/2020 15:48:54           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:48:56             dut.10.240.183.162: start
26/04/2020 15:48:56             dut.10.240.183.162: 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
26/04/2020 15:48:56             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x88cc  / end actions queue index 10 /  end
26/04/2020 15:49:11           TestGeneric_flow_api: Test Case test_ethertype_filter Result FAILED: TIMEOUT on flow create 0 ingress pattern eth type is 0x88cc  / end actions queue index 10 /  end
26/04/2020 15:49:11           TestGeneric_flow_api: flow create 0 ingress pattern eth type is 0x88cc  / end actions queue index 10 /  end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff5f880, Invalid MAC_addr mask.: Invalid argument
testpmd> 
26/04/2020 15:49:11             dut.10.240.183.162: quit
26/04/2020 15:49:12             dut.10.240.183.162: 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
Done

Bye...
26/04/2020 15:49:14             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:49:15           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Begin
26/04/2020 15:49:15             dut.10.240.183.162: 
26/04/2020 15:49:15                         tester: 
26/04/2020 15:49:15             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:49:16             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --rxq=16 --txq=16
26/04/2020 15:49:17             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:49:27             dut.10.240.183.162: port config all rss all
26/04/2020 15:49:27             dut.10.240.183.162: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x7f03fffc configured:0x7ef8
rss_hf 0x7f03fffc
26/04/2020 15:49:27             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:49:27             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:49:27             dut.10.240.183.162: set verbose 1
26/04/2020 15:49:27             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:49:27             dut.10.240.183.162: start
26/04/2020 15:49:27             dut.10.240.183.162: 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
26/04/2020 15:49:29             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:29             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:29             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:29             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887369.7424984 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887369.7424984 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887369.7424984
26/04/2020 15:49:34                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:49:36             dut.10.240.183.162: 
testpmd> port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:49:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887376.695202 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887376.695202 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:40                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887376.695202
26/04/2020 15:49:41                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:49:43             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:49:43             dut.10.240.183.162: flow list 0
26/04/2020 15:49:43             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:49:43             dut.10.240.183.162: flow flush 0
26/04/2020 15:49:43             dut.10.240.183.162: flow flush 0
26/04/2020 15:49:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887383.7645144 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:45                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887383.7645144 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:47                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887383.7645144
26/04/2020 15:49:48                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:49:50             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:49:50             dut.10.240.183.162: flow list 0
26/04/2020 15:49:50             dut.10.240.183.162: flow list 0
26/04/2020 15:49:50             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:50             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:50             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:50             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:49:50                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887390.8066053 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:52                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887390.8066053 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:54                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887390.8066053
26/04/2020 15:49:55                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:49:57             dut.10.240.183.162: 
testpmd> port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:49:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887397.703397 root@10.240.183.154:/tmp/tester/
26/04/2020 15:49:59                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887397.703397 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:01                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887397.703397
26/04/2020 15:50:02                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:04             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:04             dut.10.240.183.162: flow list 0
26/04/2020 15:50:04             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:50:04             dut.10.240.183.162: flow flush 0
26/04/2020 15:50:04             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:50:04                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887404.7574735 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:06                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887404.7574735 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:08                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887404.7574735
26/04/2020 15:50:09                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:11             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:11             dut.10.240.183.162: flow list 0
26/04/2020 15:50:11             dut.10.240.183.162: flow list 0
26/04/2020 15:50:11             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:50:11             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:50:11             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:50:11             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:50:11                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887411.8032923 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:13                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887411.8032923 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:15                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887411.8032923
26/04/2020 15:50:16                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:18             dut.10.240.183.162: 
testpmd> port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:18                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887418.6429377 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:20                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887418.6429377 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:22                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887418.6429377
26/04/2020 15:50:23                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:25             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:25                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887425.5638537 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:27                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887425.5638537 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:29                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887425.5638537
26/04/2020 15:50:30                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:32             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:32                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887432.4486713 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:34                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887432.4486713 root@10.240.183.154:/tmp/tester/
26/04/2020 15:50:36                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887432.4486713
26/04/2020 15:50:37                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:50:39             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=88:88:88:88:88:88 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:50:39             dut.10.240.183.162: flow list 0
26/04/2020 15:50:39             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:50:39             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 15:50:39             dut.10.240.183.162: flow destroy 0 rule 0
i40e_res_pool_free(): Failed to find entry
Flow rule #0 destroyed
26/04/2020 15:50:41             dut.10.240.183.162: 
26/04/2020 15:50:41             dut.10.240.183.162: flow list 0
26/04/2020 15:50:41             dut.10.240.183.162: flow list 0
26/04/2020 15:50:41           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_other Result PASSED:
26/04/2020 15:50:41             dut.10.240.183.162: quit
26/04/2020 15:50:42             dut.10.240.183.162: quit
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 10             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 10             RX-dropped: 0             RX-total: 10
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 10             RX-dropped: 0             RX-total: 10
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Done

Bye...
26/04/2020 15:50:44             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:50:44           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Begin
26/04/2020 15:50:44             dut.10.240.183.162: 
26/04/2020 15:50:45                         tester: 
26/04/2020 15:50:45             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:50:45             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --rxq=16 --txq=16
26/04/2020 15:50:46             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:50:56             dut.10.240.183.162: port config all rss all
26/04/2020 15:50:56             dut.10.240.183.162: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x7f03fffc configured:0x7ef8
rss_hf 0x7f03fffc
26/04/2020 15:50:56             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:50:56             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:50:56             dut.10.240.183.162: set verbose 1
26/04/2020 15:50:57             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:50:57             dut.10.240.183.162: start
26/04/2020 15:50:57             dut.10.240.183.162: 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
26/04/2020 15:50:59             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:50:59             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:50:59             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:50:59             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:50:59                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887459.2396996 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:01                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887459.2396996 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:03                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887459.2396996
26/04/2020 15:51:04                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:06             dut.10.240.183.162: 
testpmd> port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - FDIR matched ID=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:06                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887466.0852923 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887466.0852923 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:10                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887466.0852923
26/04/2020 15:51:10                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:12             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:12             dut.10.240.183.162: flow list 0
26/04/2020 15:51:13             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 TCP => MARK RSS
26/04/2020 15:51:13             dut.10.240.183.162: flow flush 0
26/04/2020 15:51:13             dut.10.240.183.162: flow flush 0
26/04/2020 15:51:13                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887473.1227586 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:15                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887473.1227586 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:17                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887473.1227586
26/04/2020 15:51:17                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:19             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:19             dut.10.240.183.162: flow list 0
26/04/2020 15:51:20             dut.10.240.183.162: flow list 0
26/04/2020 15:51:20             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:20             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:20             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:20             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:20                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887480.2004092 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887480.2004092 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:24                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887480.2004092
26/04/2020 15:51:25                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:27             dut.10.240.183.162: 
testpmd> port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - FDIR matched ID=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:27                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887487.121874 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887487.121874 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:31                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887487.121874
26/04/2020 15:51:32                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:34             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:34             dut.10.240.183.162: flow list 0
26/04/2020 15:51:34             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 TCP => MARK RSS
26/04/2020 15:51:34             dut.10.240.183.162: flow flush 0
26/04/2020 15:51:34             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:51:34                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887494.1675978 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887494.1675978 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:38                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887494.1675978
26/04/2020 15:51:38                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:40             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:40             dut.10.240.183.162: flow list 0
26/04/2020 15:51:41             dut.10.240.183.162: flow list 0
26/04/2020 15:51:41             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:41             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:41             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:41             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / tcp / end actions mark id 1 / rss / end
26/04/2020 15:51:41                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887501.2037058 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887501.2037058 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:45                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887501.2037058
26/04/2020 15:51:46                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:48             dut.10.240.183.162: 
testpmd> port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - FDIR matched ID=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:48                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887508.1242497 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:50                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887508.1242497 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:52                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887508.1242497
26/04/2020 15:51:53                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:51:55             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:51:55                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887515.0153801 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887515.0153801 root@10.240.183.154:/tmp/tester/
26/04/2020 15:51:59                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887515.0153801
26/04/2020 15:51:59                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:52:01             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:01                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887521.919977 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887521.919977 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:05                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887521.919977
26/04/2020 15:52:06                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:52:08             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=88:88:88:88:88:88 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:08             dut.10.240.183.162: flow list 0
26/04/2020 15:52:08             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 TCP => MARK RSS
26/04/2020 15:52:08             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 15:52:08             dut.10.240.183.162: flow destroy 0 rule 0
i40e_res_pool_free(): Failed to find entry
Flow rule #0 destroyed
26/04/2020 15:52:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887528.9654825 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887528.9654825 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:13                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887528.9654825
26/04/2020 15:52:13                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=6, chksum=31949, 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=37244, urgptr=0)
26/04/2020 15:52:15             dut.10.240.183.162: port 0/queue 1: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0xf8d7251 - RSS queue=0x1 - 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=0x1
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:15             dut.10.240.183.162: flow list 0
26/04/2020 15:52:15             dut.10.240.183.162: flow list 0
26/04/2020 15:52:15           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_tcp Result PASSED:
26/04/2020 15:52:15             dut.10.240.183.162: quit
26/04/2020 15:52:16             dut.10.240.183.162: quit
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 1 -> TX Port= 0/Queue= 1 -------
  RX-packets: 11             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 11             RX-dropped: 0             RX-total: 11
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 11             RX-dropped: 0             RX-total: 11
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Done

Bye...
26/04/2020 15:52:18             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:52:19           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Begin
26/04/2020 15:52:19             dut.10.240.183.162: 
26/04/2020 15:52:19                         tester: 
26/04/2020 15:52:19             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:52:20             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --rxq=16 --txq=16
26/04/2020 15:52:21             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:52:31             dut.10.240.183.162: port config all rss all
26/04/2020 15:52:31             dut.10.240.183.162: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x7f03fffc configured:0x7ef8
rss_hf 0x7f03fffc
26/04/2020 15:52:31             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:52:31             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:52:31             dut.10.240.183.162: set verbose 1
26/04/2020 15:52:31             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:52:31             dut.10.240.183.162: start
26/04/2020 15:52:31             dut.10.240.183.162: 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
26/04/2020 15:52:33             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:33             dut.10.240.183.162: flow validate 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:33             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:33             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:33                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887553.6873872 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:35                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887553.6873872 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:37                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887553.6873872
26/04/2020 15:52:38                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:52:40             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - FDIR matched ID=0x1 - 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_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:40                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887560.5837607 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:42                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887560.5837607 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:44                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887560.5837607
26/04/2020 15:52:45                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:52:47             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:47             dut.10.240.183.162: flow list 0
26/04/2020 15:52:47             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP => MARK RSS
26/04/2020 15:52:47             dut.10.240.183.162: flow flush 0
26/04/2020 15:52:47             dut.10.240.183.162: flow flush 0
26/04/2020 15:52:47                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887567.636666 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:49                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887567.636666 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:51                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887567.636666
26/04/2020 15:52:52                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:52:54             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:52:54             dut.10.240.183.162: flow list 0
26/04/2020 15:52:54             dut.10.240.183.162: flow list 0
26/04/2020 15:52:54             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:54             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:54             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:54             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:52:54                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887574.7549217 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:56                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887574.7549217 root@10.240.183.154:/tmp/tester/
26/04/2020 15:52:58                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887574.7549217
26/04/2020 15:52:59                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:01             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - FDIR matched ID=0x1 - 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_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:01                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887581.6597013 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887581.6597013 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:05                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887581.6597013
26/04/2020 15:53:06                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:08             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:08             dut.10.240.183.162: flow list 0
26/04/2020 15:53:08             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP => MARK RSS
26/04/2020 15:53:08             dut.10.240.183.162: flow flush 0
26/04/2020 15:53:08             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:53:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887588.700688 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887588.700688 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:12                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887588.700688
26/04/2020 15:53:13                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:15             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:15             dut.10.240.183.162: flow list 0
26/04/2020 15:53:15             dut.10.240.183.162: flow list 0
26/04/2020 15:53:15             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:53:15             dut.10.240.183.162: flow validate 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:53:15             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:53:15             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / udp / end actions mark id 1 / rss / end
26/04/2020 15:53:15                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887595.8150766 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887595.8150766 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:19                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887595.8150766
26/04/2020 15:53:20                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:22             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - FDIR matched ID=0x1 - 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_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887602.7282119 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:24                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887602.7282119 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:26                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887602.7282119
26/04/2020 15:53:27                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:29             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=88:88:88:88:88:88 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887609.5967095 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887609.5967095 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887609.5967095
26/04/2020 15:53:34                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:36             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887616.4834025 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887616.4834025 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:40                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887616.4834025
26/04/2020 15:53:41                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='88:88:88:88:88:88', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:43             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=88:88:88:88:88:88 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:43             dut.10.240.183.162: flow list 0
26/04/2020 15:53:43             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 UDP => MARK RSS
26/04/2020 15:53:43             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 15:53:43             dut.10.240.183.162: flow destroy 0 rule 0
i40e_res_pool_free(): Failed to find entry
Flow rule #0 destroyed
26/04/2020 15:53:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887623.546284 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:45                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887623.546284 root@10.240.183.154:/tmp/tester/
26/04/2020 15:53:47                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887623.546284
26/04/2020 15:53:48                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=28, id=1, flags=0, frag=0, ttl=64, proto=17, chksum=31950, src='127.0.0.1', dst='127.0.0.1')/UDP(sport=53, dport=53, len=8, chksum=370)
26/04/2020 15:53:50             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x1c0a0a03 - RSS queue=0x3 - 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_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:53:50             dut.10.240.183.162: flow list 0
26/04/2020 15:53:50             dut.10.240.183.162: flow list 0
26/04/2020 15:53:50           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_basic_for_ipv4_udp Result PASSED:
26/04/2020 15:53:50             dut.10.240.183.162: quit
26/04/2020 15:53:51             dut.10.240.183.162: quit
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue= 3 -> TX Port= 0/Queue= 3 -------
  RX-packets: 11             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 11             RX-dropped: 0             RX-total: 11
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 11             RX-dropped: 0             RX-total: 11
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Done

Bye...
26/04/2020 15:53:53             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:53:53           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Begin
26/04/2020 15:53:53             dut.10.240.183.162: 
26/04/2020 15:53:54                         tester: 
26/04/2020 15:53:54             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:53:54             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --rxq=16 --txq=16
26/04/2020 15:53:55             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:54:05             dut.10.240.183.162: port config all rss all
26/04/2020 15:54:05             dut.10.240.183.162: port config all rss all
Port 0 modified RSS hash function based on hardware support,requested:0x7f03fffc configured:0x7ef8
rss_hf 0x7f03fffc
26/04/2020 15:54:05             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:54:05             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:54:05             dut.10.240.183.162: set verbose 1
26/04/2020 15:54:05             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:54:05             dut.10.240.183.162: start
26/04/2020 15:54:06             dut.10.240.183.162: 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
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:54:08             dut.10.240.183.162: flow list 0
26/04/2020 15:54:08             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
1	0	0	i--	ETH IPV4 => MARK RSS
2	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:54:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887648.33903 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887648.33903 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:12                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887648.33903
26/04/2020 15:54:13                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:15             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:15                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887655.264462 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887655.264462 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:19                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887655.264462
26/04/2020 15:54:20                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:22             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887662.1611066 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:24                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887662.1611066 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:26                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887662.1611066
26/04/2020 15:54:27                         tester: packet ready for sending...
Ether(dst='33:33:33:33:33:33', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:29             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=33:33:33:33:33:33 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - 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=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:29             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 15:54:29             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 15:54:29             dut.10.240.183.162: flow list 0
26/04/2020 15:54:29             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
1	0	0	i--	ETH IPV4 => MARK RSS
2	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:54:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887669.2297304 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887669.2297304 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887669.2297304
26/04/2020 15:54:34                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:36             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887676.095233 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887676.095233 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:40                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887676.095233
26/04/2020 15:54:40                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:42             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:42                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887682.9672644 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:44                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887682.9672644 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:47                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887682.9672644
26/04/2020 15:54:47                         tester: packet ready for sending...
Ether(dst='33:33:33:33:33:33', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:49             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=33:33:33:33:33:33 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - 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=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:49             dut.10.240.183.162: flow flush 0
26/04/2020 15:54:49             dut.10.240.183.162: flow flush 0
26/04/2020 15:54:49                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887689.936415 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:51                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887689.936415 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:54                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887689.936415
26/04/2020 15:54:54                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:54:56             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:54:56                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887696.8288078 root@10.240.183.154:/tmp/tester/
26/04/2020 15:54:58                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887696.8288078 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:00                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887696.8288078
26/04/2020 15:55:01                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:03             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887703.6240199 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:05                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887703.6240199 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:07                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887703.6240199
26/04/2020 15:55:08                         tester: packet ready for sending...
Ether(dst='33:33:33:33:33:33', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:10             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=33:33:33:33:33:33 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:55:10             dut.10.240.183.162: flow destroy 0 rule 1
26/04/2020 15:55:10             dut.10.240.183.162: flow destroy 0 rule 1
Flow rule #1 destroyed
26/04/2020 15:55:10             dut.10.240.183.162: flow list 0
26/04/2020 15:55:10             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
2	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:55:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887710.8987648 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:12                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887710.8987648 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:14                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887710.8987648
26/04/2020 15:55:15                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:17             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887717.7944052 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:19                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887717.7944052 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:21                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887717.7944052
26/04/2020 15:55:22                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:24             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:24                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887724.7555223 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:26                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887724.7555223 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:28                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887724.7555223
26/04/2020 15:55:29                         tester: packet ready for sending...
Ether(dst='33:33:33:33:33:33', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:31             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=33:33:33:33:33:33 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - 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=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:31             dut.10.240.183.162: flow flush 0
26/04/2020 15:55:31             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 22:22:22:22:22:22 / ipv4 / end actions mark id 2 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 33:33:33:33:33:33 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:55:31             dut.10.240.183.162: flow destroy 0 rule 2
26/04/2020 15:55:32             dut.10.240.183.162: flow destroy 0 rule 2
Flow rule #2 destroyed
26/04/2020 15:55:32             dut.10.240.183.162: flow list 0
26/04/2020 15:55:32             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH IPV4 => MARK RSS
1	0	0	i--	ETH IPV4 => MARK RSS
26/04/2020 15:55:32                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887732.0958023 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:34                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887732.0958023 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:36                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887732.0958023
26/04/2020 15:55:37                         tester: packet ready for sending...
Ether(dst='11:11:11:11:11:11', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:39             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=11:11:11:11:11:11 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:39                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887739.0110238 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:40                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887739.0110238 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:43                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887739.0110238
26/04/2020 15:55:43                         tester: packet ready for sending...
Ether(dst='22:22:22:22:22:22', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:45             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=22:22:22:22:22:22 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - FDIR matched ID=0x2 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_FDIR_ID PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:45                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887745.8802416 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:47                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887745.8802416 root@10.240.183.154:/tmp/tester/
26/04/2020 15:55:49                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887745.8802416
26/04/2020 15:55:50                         tester: packet ready for sending...
Ether(dst='33:33:33:33:33:33', src='99:99:99:99:99:99', type=2048)/IP(version=4, ihl=5, tos=0, len=20, id=1, flags=0, frag=0, ttl=64, proto=0, chksum=31975, src='127.0.0.1', dst='127.0.0.1')
26/04/2020 15:55:52             dut.10.240.183.162: port 0/queue 13: received 1 packets
  src=99:99:99:99:99:99 - dst=33:33:33:33:33:33 - type=0x0800 - length=60 - nb_segs=1 - RSS hash=0x73222b4d - RSS queue=0xd - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG  - sw ptype: L2_ETHER L3_IPV4  - l2_len=14 - l3_len=20 - Receive queue=0xd
  ol_flags: PKT_RX_RSS_HASH PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:55:52             dut.10.240.183.162: flow flush 0
26/04/2020 15:55:52             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:55:52           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_complex Result PASSED:
26/04/2020 15:55:52             dut.10.240.183.162: quit
26/04/2020 15:55:53             dut.10.240.183.162: quit
Telling cores to stop...
Waiting for lcores to finish...

  ------- Forward Stats for RX Port= 0/Queue=13 -> TX Port= 0/Queue=13 -------
  RX-packets: 15             TX-packets: 0              TX-dropped: 0             

  ---------------------- Forward statistics for port 0  ----------------------
  RX-packets: 15             RX-dropped: 0             RX-total: 15
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ----------------------------------------------------------------------------

  +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
  RX-packets: 15             RX-dropped: 0             RX-total: 15
  TX-packets: 0              TX-dropped: 0             TX-total: 0
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Done.

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Done

Bye...
26/04/2020 15:55:55             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:55:56           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Begin
26/04/2020 15:55:56             dut.10.240.183.162: 
26/04/2020 15:55:56                         tester: 
26/04/2020 15:55:56             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:55:57             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --rxq=16 --txq=16
26/04/2020 15:55:58             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:56:08             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:56:08             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:56:08             dut.10.240.183.162: set verbose 1
26/04/2020 15:56:08             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:56:08             dut.10.240.183.162: start
26/04/2020 15:56:08             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: 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
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow flush 0
26/04/2020 15:56:10             dut.10.240.183.162: flow flush 0
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:10             dut.10.240.183.162: flow flush 0
26/04/2020 15:56:11             dut.10.240.183.162: flow flush 0
i40e_res_pool_free(): Failed to find entry
26/04/2020 15:56:11             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:11             dut.10.240.183.162: flow create 0 ingress pattern eth src is 99:99:99:99:99:99 dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 1 / rss / end
26/04/2020 15:56:11             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:56:11             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 11:11:11:11:11:11 / ipv4 / end actions mark id 3 / rss / end
26/04/2020 15:56:11           TestGeneric_flow_api: Test Case test_fdir_L2_mac_filter_negative Result PASSED:
26/04/2020 15:56:11             dut.10.240.183.162: quit
26/04/2020 15:56:12             dut.10.240.183.162: 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_res_pool_free(): Failed to find entry
Done

Bye...
26/04/2020 15:56:14             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:56:14           TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Begin
26/04/2020 15:56:14             dut.10.240.183.162: 
26/04/2020 15:56:14                         tester: 
26/04/2020 15:56:14             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:56:15             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=test1_14765_20200426154534    -- -i --pkt-filter-mode=perfect --rxq=16 --txq=16
26/04/2020 15:56:16             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/test1_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:56:26             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:56:26             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:56:26             dut.10.240.183.162: set verbose 1
26/04/2020 15:56:26             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:56:26             dut.10.240.183.162: start
26/04/2020 15:56:26             dut.10.240.183.162: 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
26/04/2020 15:56:28             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2094  / end actions queue index 3 /  end
26/04/2020 15:56:28             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2094  / end actions queue index 3 /  end
26/04/2020 15:56:28                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887788.8086076 root@10.240.183.154:/tmp/tester/
26/04/2020 15:56:30                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887788.8086076 root@10.240.183.154:/tmp/tester/
26/04/2020 15:56:32                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887788.8086076
26/04/2020 15:56:33                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=2094, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:56:35             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:56:35             dut.10.240.183.162: stop
26/04/2020 15:56:35             dut.10.240.183.162: 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.
26/04/2020 15:56:35           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 3: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:56:37             dut.10.240.183.162: start
26/04/2020 15:56:37             dut.10.240.183.162: 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
26/04/2020 15:56:37             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x8864  / end actions queue index 11 /  end
26/04/2020 15:56:37             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x8864  / end actions queue index 11 /  end
26/04/2020 15:56:37                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887797.9086 root@10.240.183.154:/tmp/tester/
26/04/2020 15:56:39                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887797.9086 root@10.240.183.154:/tmp/tester/
26/04/2020 15:56:41                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887797.9086
26/04/2020 15:56:42                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=34916)/PPPoE(version=7, type=8, code=120, sessionid=30840, len=30840)/Raw(load=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:56:44             dut.10.240.183.162: 
testpmd> port 0/queue 11: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER  - sw ptype: L2_ETHER  - l2_len=14 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:56:44             dut.10.240.183.162: stop
26/04/2020 15:56:44             dut.10.240.183.162: 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.
26/04/2020 15:56:44           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - type=0x8864 - length=60 - nb_segs=1 - hw ptype: L2_ETHER  - sw ptype: L2_ETHER  - l2_len=14 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:56:46             dut.10.240.183.162: start
26/04/2020 15:56:46             dut.10.240.183.162: 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
26/04/2020 15:56:46             dut.10.240.183.162: flow list 0
26/04/2020 15:56:47             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
0	0	0	i--	ETH VLAN => QUEUE
1	0	0	i--	ETH => QUEUE
26/04/2020 15:56:47             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 15:56:47             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 15:56:47             dut.10.240.183.162: flow list 0
26/04/2020 15:56:47             dut.10.240.183.162: flow list 0
ID	Group	Prio	Attr	Rule
1	0	0	i--	ETH => QUEUE
26/04/2020 15:56:47             dut.10.240.183.162: flow flush 0
26/04/2020 15:56:47             dut.10.240.183.162: flow flush 0
26/04/2020 15:56:47             dut.10.240.183.162: flow list 0
26/04/2020 15:56:47             dut.10.240.183.162: flow list 0
26/04/2020 15:56:47           TestGeneric_flow_api: Test Case test_fdir_for_L2_payload Result PASSED:
26/04/2020 15:56:47             dut.10.240.183.162: quit
26/04/2020 15:56:48             dut.10.240.183.162: 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...
26/04/2020 15:56:50             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:56:50           TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Begin
26/04/2020 15:56:50             dut.10.240.183.162: 
26/04/2020 15:56:50                         tester: 
26/04/2020 15:56:50             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:56:51             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534    -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
26/04/2020 15:56:52             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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: PCI device 0000:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:57:02             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:57:02             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:57:02             dut.10.240.183.162: set verbose 1
26/04/2020 15:57:02             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:57:02             dut.10.240.183.162: start
26/04/2020 15:57:02             dut.10.240.183.162: 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
26/04/2020 15:57:04             dut.10.240.183.162: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
26/04/2020 15:57:19           TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Result FAILED: TIMEOUT on flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
26/04/2020 15:57:19           TestGeneric_flow_api: flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end
port_flow_complain(): Caught PMD error type 13 (specific pattern item): cause: 0x17ff5f080, Invalid MAC_addr mask.: Invalid argument
testpmd> 
26/04/2020 15:57:19             dut.10.240.183.162: quit
26/04/2020 15:57:20             dut.10.240.183.162: 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...
26/04/2020 15:57:22             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:57:23           TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Begin
26/04/2020 15:57:23             dut.10.240.183.162: 
26/04/2020 15:57:23                         tester: 
26/04/2020 15:57:23             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:57:24             dut.10.240.183.162: modprobe uio
26/04/2020 15:57:24             dut.10.240.183.162: 
26/04/2020 15:57:24             dut.10.240.183.162: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
26/04/2020 15:57:24             dut.10.240.183.162: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
26/04/2020 15:57:24             dut.10.240.183.162: modprobe vfio-pci
26/04/2020 15:57:24             dut.10.240.183.162: 
26/04/2020 15:57:26             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.0/vendor
26/04/2020 15:57:26             dut.10.240.183.162: 0x8086
26/04/2020 15:57:26             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.0/device
26/04/2020 15:57:26             dut.10.240.183.162: 0x37cd
26/04/2020 15:57:26             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.0/vendor
26/04/2020 15:57:26             dut.10.240.183.162: 0x8086
26/04/2020 15:57:26             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.0/device
26/04/2020 15:57:26             dut.10.240.183.162: 0x37cd
26/04/2020 15:57:27             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.1/vendor
26/04/2020 15:57:27             dut.10.240.183.162: 0x8086
26/04/2020 15:57:27             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.1/device
26/04/2020 15:57:27             dut.10.240.183.162: 0x37cd
26/04/2020 15:57:27             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.1/vendor
26/04/2020 15:57:27             dut.10.240.183.162: 0x8086
26/04/2020 15:57:27             dut.10.240.183.162: cat /sys/bus/pci/devices/0000\:b1\:02.1/device
26/04/2020 15:57:27             dut.10.240.183.162: 0x37cd
26/04/2020 15:57:30             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534   --socket-mem 1024,1024 --legacy-mem  -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
26/04/2020 15:57:32             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:57:42             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:57:42             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:57:42             dut.10.240.183.162: set verbose 1
26/04/2020 15:57:43             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:57:43             dut.10.240.183.162: start
26/04/2020 15:57:43             dut.10.240.183.162: 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
26/04/2020 15:57:55             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 dst is 162.98.104.57 src is 158.247.185.122 proto is 255  / end actions queue index 5 /  end
26/04/2020 15:57:55             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 dst is 162.98.104.57 src is 158.247.185.122 proto is 255  / end actions queue index 5 /  end
26/04/2020 15:57:55                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887875.8107097 root@10.240.183.154:/tmp/tester/
26/04/2020 15:57:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887875.8107097 root@10.240.183.154:/tmp/tester/
26/04/2020 15:57:59                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887875.8107097
26/04/2020 15:58:00                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=2048)/IP(version=4, ihl=5, tos=0, len=40, id=1, flags=0, frag=0, ttl=64, proto=255, chksum=5833, src='158.247.185.122', dst='162.98.104.57')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:58:05           TestGeneric_flow_api: vf0:  
26/04/2020 15:58:05           TestGeneric_flow_api: vf1:  
26/04/2020 15:58:07             dut.10.240.183.162: 
testpmd> port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:58:07             dut.10.240.183.162: stop
26/04/2020 15:58:07             dut.10.240.183.162: 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.
26/04/2020 15:58:07           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:58:09           TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Result FAILED: "the actual queue doesn't equal to the expected queue."
26/04/2020 15:58:15             dut.10.240.183.162: quit
26/04/2020 15:58:16             dut.10.240.183.162: quit

Stopping port 0...
Stopping ports...
Done

Shutting down port 0...
Closing ports...

Port 0: link state change event
Done

Bye...
26/04/2020 15:58:21             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 15:58:21           TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Begin
26/04/2020 15:58:21             dut.10.240.183.162: 
26/04/2020 15:58:21                         tester: 
26/04/2020 15:58:21             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 15:58:23             dut.10.240.183.162: modprobe uio
26/04/2020 15:58:23             dut.10.240.183.162: 
26/04/2020 15:58:23             dut.10.240.183.162: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
26/04/2020 15:58:23             dut.10.240.183.162: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
26/04/2020 15:58:23             dut.10.240.183.162: modprobe vfio-pci
26/04/2020 15:58:23             dut.10.240.183.162: 
26/04/2020 15:58:28             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534   --socket-mem 1024,1024 --legacy-mem  -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
26/04/2020 15:58:30             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 net_i40e
i40e_check_write_global_reg(): i40e device 0000:b1: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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 15:58:40             dut.10.240.183.162: set fwd rxonly
26/04/2020 15:58:41             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 15:58:41             dut.10.240.183.162: set verbose 1
26/04/2020 15:58:41             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 15:58:41             dut.10.240.183.162: start
26/04/2020 15:58:41             dut.10.240.183.162: 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
26/04/2020 15:58:53             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 951 / ipv6 src is 6723:2213:8938:b57f:edf2:69a9:386:e537 dst is 7295:ea77:6ac6:c8d:5018:d329:e2a1:984f proto is 255 tc is 25 hop is 151  / end actions queue index 0 /  end
26/04/2020 15:58:53             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 951 / ipv6 src is 6723:2213:8938:b57f:edf2:69a9:386:e537 dst is 7295:ea77:6ac6:c8d:5018:d329:e2a1:984f proto is 255 tc is 25 hop is 151  / end actions queue index 0 /  end
26/04/2020 15:58:53                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887933.9256678 root@10.240.183.154:/tmp/tester/
26/04/2020 15:58:55                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887933.9256678 root@10.240.183.154:/tmp/tester/
26/04/2020 15:58:58                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887933.9256678
26/04/2020 15:58:58                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=951, type=34525)/IPv6(version=6, tc=25, fl=0, plen=20, nh=255, hlim=151, src='6723:2213:8938:b57f:edf2:69a9:386:e537', dst='7295:ea77:6ac6:c8d:5018:d329:e2a1:984f')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:59:03           TestGeneric_flow_api: vf0:  
26/04/2020 15:59:03           TestGeneric_flow_api: vf1:  
26/04/2020 15:59:05             dut.10.240.183.162: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:59:05             dut.10.240.183.162: stop
26/04/2020 15:59:05             dut.10.240.183.162: 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.
26/04/2020 15:59:05           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 15:59:07             dut.10.240.183.162: start
26/04/2020 15:59:07             dut.10.240.183.162: 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
26/04/2020 15:59:07             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1790 / ipv6 src is 7edc:f063:847f:d6df:a9e7:5c56:d3bd:c708 dst is 2a5:f7a7:d5cf:a364:f7b4:8353:6bab:e7e2 tc is 95 hop is 254 / udp dst is 57676 src is 25510  / end actions queue index 6 /  end
26/04/2020 15:59:07             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1790 / ipv6 src is 7edc:f063:847f:d6df:a9e7:5c56:d3bd:c708 dst is 2a5:f7a7:d5cf:a364:f7b4:8353:6bab:e7e2 tc is 95 hop is 254 / udp dst is 57676 src is 25510  / end actions queue index 6 /  end
26/04/2020 15:59:07                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887947.6537948 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:09                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887947.6537948 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:11                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887947.6537948
26/04/2020 15:59:12                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1790, type=34525)/IPv6(version=6, tc=95, fl=0, plen=28, nh=17, hlim=254, src='7edc:f063:847f:d6df:a9e7:5c56:d3bd:c708', dst='2a5:f7a7:d5cf:a364:f7b4:8353:6bab:e7e2')/UDP(sport=25510, dport=57676, len=28, chksum=22610)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:59:16           TestGeneric_flow_api: vf0: 
26/04/2020 15:59:16           TestGeneric_flow_api: vf1: 
26/04/2020 15:59:18             dut.10.240.183.162: 
testpmd> port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x6
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:18             dut.10.240.183.162: stop
26/04/2020 15:59:18             dut.10.240.183.162: 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.
26/04/2020 15:59:18           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 6: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x6
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:20             dut.10.240.183.162: start
26/04/2020 15:59:21             dut.10.240.183.162: 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
26/04/2020 15:59:21             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3488 / ipv6 src is b739:5e60:882d:8da7:b120:5e31:cb97:8ced dst is 7be0:174f:5bd1:aed3:444b:1dd8:79de:4929 tc is 225 hop is 55 / tcp dst is 10965 src is 59468  / end actions queue index 11 /  end
26/04/2020 15:59:21             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3488 / ipv6 src is b739:5e60:882d:8da7:b120:5e31:cb97:8ced dst is 7be0:174f:5bd1:aed3:444b:1dd8:79de:4929 tc is 225 hop is 55 / tcp dst is 10965 src is 59468  / end actions queue index 11 /  end
26/04/2020 15:59:21                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887961.4347796 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:23                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887961.4347796 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:25                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887961.4347796
26/04/2020 15:59:26                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3488, type=34525)/IPv6(version=6, tc=225, fl=0, plen=40, nh=6, hlim=55, src='b739:5e60:882d:8da7:b120:5e31:cb97:8ced', dst='7be0:174f:5bd1:aed3:444b:1dd8:79de:4929')/TCP(sport=59468, dport=10965, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=29106, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:59:30           TestGeneric_flow_api: vf0: 
26/04/2020 15:59:30           TestGeneric_flow_api: vf1: 
26/04/2020 15:59:32             dut.10.240.183.162: 
testpmd> port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xb
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:32             dut.10.240.183.162: stop
26/04/2020 15:59:32             dut.10.240.183.162: 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.
26/04/2020 15:59:32           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xb
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:34             dut.10.240.183.162: start
26/04/2020 15:59:34             dut.10.240.183.162: 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
26/04/2020 15:59:34             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv6 src is efd7:8c0:3138:1628:a8ec:3b2:41ea:d402 dst is e684:83b:3783:c740:be54:dc67:7b6a:e28e tc is 38 hop is 117 / sctp dst is 40866 src is 55219 tag is 1  / end actions queue index 2 /  end
26/04/2020 15:59:35             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2385 / ipv6 src is efd7:8c0:3138:1628:a8ec:3b2:41ea:d402 dst is e684:83b:3783:c740:be54:dc67:7b6a:e28e tc is 38 hop is 117 / sctp dst is 40866 src is 55219 tag is 1  / end actions queue index 2 /  end
26/04/2020 15:59:35                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887975.004137 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887975.004137 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:39                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887975.004137
26/04/2020 15:59:39                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2385, type=34525)/IPv6(version=6, tc=38, fl=0, plen=32, nh=132, hlim=117, src='efd7:8c0:3138:1628:a8ec:3b2:41ea:d402', dst='e684:83b:3783:c740:be54:dc67:7b6a:e28e')/SCTP(sport=55219, dport=40866, tag=1, chksum=45335363)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:59:44           TestGeneric_flow_api: vf0: 
26/04/2020 15:59:44           TestGeneric_flow_api: vf1: 
26/04/2020 15:59:46             dut.10.240.183.162: 
testpmd> port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:46             dut.10.240.183.162: stop
26/04/2020 15:59:46             dut.10.240.183.162: 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.
26/04/2020 15:59:46           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 15:59:48             dut.10.240.183.162: start
26/04/2020 15:59:48             dut.10.240.183.162: 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
26/04/2020 15:59:48             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2376 / ipv6 src is bd9a:2b61:c742:c59e:d60b:cc37:a2b0:5d57 dst is 7adc:8246:37b2:250f:39aa:d447:6f45:32a0 proto is 255 tc is 173 hop is 138 / vf id is 0 / end actions queue index 0 /  end
26/04/2020 15:59:48             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2376 / ipv6 src is bd9a:2b61:c742:c59e:d60b:cc37:a2b0:5d57 dst is 7adc:8246:37b2:250f:39aa:d447:6f45:32a0 proto is 255 tc is 173 hop is 138 / vf id is 0 / end actions queue index 0 /  end
26/04/2020 15:59:48                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587887988.478045 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:50                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587887988.478045 root@10.240.183.154:/tmp/tester/
26/04/2020 15:59:52                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587887988.478045
26/04/2020 15:59:53                         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=2376, type=34525)/IPv6(version=6, tc=173, fl=0, plen=20, nh=255, hlim=138, src='bd9a:2b61:c742:c59e:d60b:cc37:a2b0:5d57', dst='7adc:8246:37b2:250f:39aa:d447:6f45:32a0')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 15:59: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: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 

26/04/2020 15:59: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: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 

26/04/2020 15:59:59             dut.10.240.183.162: 
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 

26/04/2020 15:59:59             dut.10.240.183.162: stop
26/04/2020 15:59:59             dut.10.240.183.162: 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.
26/04/2020 15:59:59           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 

26/04/2020 16:00:01             dut.10.240.183.162: start
26/04/2020 16:00:01             dut.10.240.183.162: 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
26/04/2020 16:00:02             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3722 / ipv6 src is 6e0f:c0b8:7520:282:120b:b22e:900b:b4dc dst is 382d:69eb:ea20:3a46:2455:9338:b831:8aa0 tc is 253 hop is 157 / tcp dst is 56895 src is 49170 / vf id is 1 / end actions queue index 1 /  end
26/04/2020 16:00:02             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3722 / ipv6 src is 6e0f:c0b8:7520:282:120b:b22e:900b:b4dc dst is 382d:69eb:ea20:3a46:2455:9338:b831:8aa0 tc is 253 hop is 157 / tcp dst is 56895 src is 49170 / vf id is 1 / end actions queue index 1 /  end
26/04/2020 16:00:02                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888002.1138225 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:04                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888002.1138225 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:06                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888002.1138225
26/04/2020 16:00:07                         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=3722, type=34525)/IPv6(version=6, tc=253, fl=0, plen=40, nh=6, hlim=157, src='6e0f:c0b8:7520:282:120b:b22e:900b:b4dc', dst='382d:69eb:ea20:3a46:2455:9338:b831:8aa0')/TCP(sport=49170, dport=56895, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=52315, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:00:11           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 

26/04/2020 16:00:11           TestGeneric_flow_api: vf1: port 0/queue 1: 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=0x1
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:00:13             dut.10.240.183.162: 
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 

26/04/2020 16:00:13             dut.10.240.183.162: stop
26/04/2020 16:00:13             dut.10.240.183.162: 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.
26/04/2020 16:00:13           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 

26/04/2020 16:00:15             dut.10.240.183.162: start
26/04/2020 16:00:15             dut.10.240.183.162: 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
26/04/2020 16:00:15             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1143 / ipv6 src is 6ee2:470e:7b87:3394:df7c:aa78:bde3:b929 dst is caaf:54f6:c871:a3ea:89f5:5320:9f6b:a665 tc is 46 hop is 218 / sctp dst is 32606 src is 10804 tag is 1  / end actions drop /  end
26/04/2020 16:00:15             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1143 / ipv6 src is 6ee2:470e:7b87:3394:df7c:aa78:bde3:b929 dst is caaf:54f6:c871:a3ea:89f5:5320:9f6b:a665 tc is 46 hop is 218 / sctp dst is 32606 src is 10804 tag is 1  / end actions drop /  end
26/04/2020 16:00:15                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888015.6818852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888015.6818852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:19                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888015.6818852
26/04/2020 16:00:20                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1143, type=34525)/IPv6(version=6, tc=46, fl=0, plen=32, nh=132, hlim=218, src='6ee2:470e:7b87:3394:df7c:aa78:bde3:b929', dst='caaf:54f6:c871:a3ea:89f5:5320:9f6b:a665')/SCTP(sport=10804, dport=32606, tag=1, chksum=883237365)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:00:24           TestGeneric_flow_api: vf0: 
26/04/2020 16:00:24           TestGeneric_flow_api: vf1: 
26/04/2020 16:00:26             dut.10.240.183.162: 
testpmd> 
26/04/2020 16:00:26             dut.10.240.183.162: stop
26/04/2020 16:00:26             dut.10.240.183.162: 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.
26/04/2020 16:00:26           TestGeneric_flow_api: pf: 
testpmd> 
26/04/2020 16:00:28             dut.10.240.183.162: start
26/04/2020 16:00:28             dut.10.240.183.162: 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
26/04/2020 16:00:29             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 1536 / ipv6 src is 8b5:8f:42bd:bdc5:3150:ccd7:c9d9:f66b dst is 40da:2d9:cb92:a224:f11d:6629:cbf3:6714 tc is 94 hop is 74 / tcp dst is 16937 src is 60229 / vf id is 1 / end actions drop /  end
26/04/2020 16:00:29             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 1536 / ipv6 src is 8b5:8f:42bd:bdc5:3150:ccd7:c9d9:f66b dst is 40da:2d9:cb92:a224:f11d:6629:cbf3:6714 tc is 94 hop is 74 / tcp dst is 16937 src is 60229 / vf id is 1 / end actions drop /  end
26/04/2020 16:00:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888029.36679 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888029.36679 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888029.36679
26/04/2020 16:00:34                         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=1536, type=34525)/IPv6(version=6, tc=94, fl=0, plen=40, nh=6, hlim=74, src='8b5:8f:42bd:bdc5:3150:ccd7:c9d9:f66b', dst='40da:2d9:cb92:a224:f11d:6629:cbf3:6714')/TCP(sport=60229, dport=16937, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=43452, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:00: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: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 

26/04/2020 16:00:38           TestGeneric_flow_api: vf1: 
26/04/2020 16:00:40             dut.10.240.183.162: 
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 

26/04/2020 16:00:40             dut.10.240.183.162: stop
26/04/2020 16:00:40             dut.10.240.183.162: 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.
26/04/2020 16:00:40           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 

26/04/2020 16:00:42             dut.10.240.183.162: start
26/04/2020 16:00:42             dut.10.240.183.162: 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
26/04/2020 16:00:42                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888042.963954 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:45                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888042.963954 root@10.240.183.154:/tmp/tester/
26/04/2020 16:00:47                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888042.963954
26/04/2020 16:00:47                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1790, 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')
26/04/2020 16:00:52           TestGeneric_flow_api: vf0: 
26/04/2020 16:00:52           TestGeneric_flow_api: vf1: 
26/04/2020 16:00:54             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:00:54             dut.10.240.183.162: stop
26/04/2020 16:00:54             dut.10.240.183.162: 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.
26/04/2020 16:00:54           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:00:56             dut.10.240.183.162: start
26/04/2020 16:00:56             dut.10.240.183.162: 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
26/04/2020 16:00:56             dut.10.240.183.162: flow list 0
26/04/2020 16:00:56             dut.10.240.183.162: 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
26/04/2020 16:00:56             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 16:00:56             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 16:00:56             dut.10.240.183.162: flow list 0
26/04/2020 16:00:56             dut.10.240.183.162: 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
26/04/2020 16:00:56             dut.10.240.183.162: flow flush 0
26/04/2020 16:00:56             dut.10.240.183.162: flow flush 0
26/04/2020 16:00:56             dut.10.240.183.162: flow list 0
26/04/2020 16:00:56             dut.10.240.183.162: flow list 0
26/04/2020 16:00:56           TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Result PASSED:
26/04/2020 16:01:03             dut.10.240.183.162: quit
26/04/2020 16:01:04             dut.10.240.183.162: 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...
26/04/2020 16:01:09             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 16:01:09           TestGeneric_flow_api: Test Case test_fdir_for_mac_vlan Result SKIPPED:
26/04/2020 16:01:09           TestGeneric_flow_api: Test Case test_fdir_for_nvgre Result SKIPPED:
26/04/2020 16:01:09           TestGeneric_flow_api: Test Case test_fdir_for_vlan Begin
26/04/2020 16:01:09             dut.10.240.183.162: 
26/04/2020 16:01:09                         tester: 
26/04/2020 16:01:09             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 16:01:11             dut.10.240.183.162: modprobe uio
26/04/2020 16:01:11             dut.10.240.183.162: 
26/04/2020 16:01:11             dut.10.240.183.162: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
26/04/2020 16:01:11             dut.10.240.183.162: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
26/04/2020 16:01:11             dut.10.240.183.162: modprobe vfio-pci
26/04/2020 16:01:11             dut.10.240.183.162: 
26/04/2020 16:01:16             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534   --socket-mem 1024,1024 --legacy-mem  -- -i --pkt-filter-mode=perfect --disable-rss --rxq=16 --txq=16
26/04/2020 16:01:18             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 net_i40e
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x00267348]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x0026734c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x00267358]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x0026735c]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x00267360]. original: 0x0009f00f, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1:00.0 changed global register [0x00267364]. original: 0x000cff00, new: 0x00000000
i40e_check_write_global_reg(): i40e device 0000:b1: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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 16:01:28             dut.10.240.183.162: set fwd rxonly
26/04/2020 16:01:29             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 16:01:29             dut.10.240.183.162: set verbose 1
26/04/2020 16:01:29             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 16:01:29             dut.10.240.183.162: start
26/04/2020 16:01:29             dut.10.240.183.162: 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
26/04/2020 16:01:41             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2864 / ipv4  / end actions queue index 5 /  end
26/04/2020 16:01:41             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2864 / ipv4  / end actions queue index 5 /  end
26/04/2020 16:01:41                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888101.9488492 root@10.240.183.154:/tmp/tester/
26/04/2020 16:01:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888101.9488492 root@10.240.183.154:/tmp/tester/
26/04/2020 16:01:46                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888101.9488492
26/04/2020 16:01:46                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2864, 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')
26/04/2020 16:01:51           TestGeneric_flow_api: vf0:  
26/04/2020 16:01:51           TestGeneric_flow_api: vf1:  
26/04/2020 16:01:53             dut.10.240.183.162: 
testpmd> port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:01:53             dut.10.240.183.162: stop
26/04/2020 16:01:53             dut.10.240.183.162: 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.
26/04/2020 16:01:53           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:01:55             dut.10.240.183.162: start
26/04/2020 16:01:55             dut.10.240.183.162: 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
26/04/2020 16:01:55             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3238 / ipv4 / udp  / end actions queue index 2 /  end
26/04/2020 16:01:55             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3238 / ipv4 / udp  / end actions queue index 2 /  end
26/04/2020 16:01:55                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888115.6282852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:01:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888115.6282852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:01:59                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888115.6282852
26/04/2020 16:02:00                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3238, 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')
26/04/2020 16:02:04           TestGeneric_flow_api: vf0: 
26/04/2020 16:02:04           TestGeneric_flow_api: vf1: 
26/04/2020 16:02:06             dut.10.240.183.162: 
testpmd> port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:06             dut.10.240.183.162: stop
26/04/2020 16:02:06             dut.10.240.183.162: 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.
26/04/2020 16:02:06           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 2: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:08             dut.10.240.183.162: start
26/04/2020 16:02:09             dut.10.240.183.162: 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
26/04/2020 16:02:09             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1960 / ipv4 / tcp  / end actions queue index 0 /  end
26/04/2020 16:02:09             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1960 / ipv4 / tcp  / end actions queue index 0 /  end
26/04/2020 16:02:09                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888129.4026139 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:11                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888129.4026139 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:13                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888129.4026139
26/04/2020 16:02:14                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1960, 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')
26/04/2020 16:02:18           TestGeneric_flow_api: vf0: 
26/04/2020 16:02:18           TestGeneric_flow_api: vf1: 
26/04/2020 16:02:20             dut.10.240.183.162: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:20             dut.10.240.183.162: stop
26/04/2020 16:02:20             dut.10.240.183.162: 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.
26/04/2020 16:02:20           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:22             dut.10.240.183.162: start
26/04/2020 16:02:22             dut.10.240.183.162: 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
26/04/2020 16:02:23             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 250 / ipv4 / sctp  / end actions queue index 3 /  end
26/04/2020 16:02:23             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 250 / ipv4 / sctp  / end actions queue index 3 /  end
26/04/2020 16:02:23                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888143.082135 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:25                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888143.082135 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:27                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888143.082135
26/04/2020 16:02:27                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=250, 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')
26/04/2020 16:02:32           TestGeneric_flow_api: vf0: 
26/04/2020 16:02:32           TestGeneric_flow_api: vf1: 
26/04/2020 16:02:34             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:34             dut.10.240.183.162: stop
26/04/2020 16:02:34             dut.10.240.183.162: 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.
26/04/2020 16:02:34           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:36             dut.10.240.183.162: start
26/04/2020 16:02:36             dut.10.240.183.162: 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
26/04/2020 16:02:36             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3331 / ipv4 / vf id is 0 / end actions queue index 1 /  end
26/04/2020 16:02:36             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3331 / ipv4 / vf id is 0 / end actions queue index 1 /  end
26/04/2020 16:02:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888156.5996077 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888156.5996077 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:40                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888156.5996077
26/04/2020 16:02:41                         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=3331, 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')
26/04/2020 16:02:45           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=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=0x1
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:02:45           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 

26/04/2020 16:02:47             dut.10.240.183.162: 
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 

26/04/2020 16:02:47             dut.10.240.183.162: stop
26/04/2020 16:02:47             dut.10.240.183.162: 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.
26/04/2020 16:02:47           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 

26/04/2020 16:02:49             dut.10.240.183.162: start
26/04/2020 16:02:49             dut.10.240.183.162: 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
26/04/2020 16:02:50             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2013 / ipv4 / sctp / vf id is 1 / end actions queue index 2 /  end
26/04/2020 16:02:50             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2013 / ipv4 / sctp / vf id is 1 / end actions queue index 2 /  end
26/04/2020 16:02:50                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888170.1778073 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:52                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888170.1778073 root@10.240.183.154:/tmp/tester/
26/04/2020 16:02:54                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888170.1778073
26/04/2020 16:02: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=2013, 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')
26/04/2020 16:02: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=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 

26/04/2020 16:02: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=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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:03:01             dut.10.240.183.162: 
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 

26/04/2020 16:03:01             dut.10.240.183.162: stop
26/04/2020 16:03:01             dut.10.240.183.162: 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.
26/04/2020 16:03: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=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 

26/04/2020 16:03:03             dut.10.240.183.162: start
26/04/2020 16:03:03             dut.10.240.183.162: 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
26/04/2020 16:03:03             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2966 / ipv4 / sctp  / end actions drop /  end
26/04/2020 16:03:03             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2966 / ipv4 / sctp  / end actions drop /  end
26/04/2020 16:03:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888183.79706 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:05                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888183.79706 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:07                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888183.79706
26/04/2020 16:03:08                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2966, 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')
26/04/2020 16:03:12           TestGeneric_flow_api: vf0: 
26/04/2020 16:03:12           TestGeneric_flow_api: vf1: 
26/04/2020 16:03:14             dut.10.240.183.162: 
testpmd> 
26/04/2020 16:03:14             dut.10.240.183.162: stop
26/04/2020 16:03:14             dut.10.240.183.162: 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.
26/04/2020 16:03:14           TestGeneric_flow_api: pf: 
testpmd> 
26/04/2020 16:03:16             dut.10.240.183.162: start
26/04/2020 16:03:16             dut.10.240.183.162: 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
26/04/2020 16:03:17             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 463 / ipv4 / udp / vf id is 1 / end actions drop /  end
26/04/2020 16:03:17             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 463 / ipv4 / udp / vf id is 1 / end actions drop /  end
26/04/2020 16:03:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888197.377207 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:19                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888197.377207 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:21                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888197.377207
26/04/2020 16:03: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=463, 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')
26/04/2020 16:03: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=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 

26/04/2020 16:03:26           TestGeneric_flow_api: vf1: 
26/04/2020 16:03:28             dut.10.240.183.162: 
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 

26/04/2020 16:03:28             dut.10.240.183.162: stop
26/04/2020 16:03:28             dut.10.240.183.162: 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.
26/04/2020 16:03: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=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 

26/04/2020 16:03:30             dut.10.240.183.162: start
26/04/2020 16:03:30             dut.10.240.183.162: 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
26/04/2020 16:03:30             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 246 / ipv6  / end actions queue index 4 /  end
26/04/2020 16:03:31             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 246 / ipv6  / end actions queue index 4 /  end
26/04/2020 16:03:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888211.0061715 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:33                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888211.0061715 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:35                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888211.0061715
26/04/2020 16:03:35                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=246, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='29ab:7f26:49db:bac1:8b0b:94d1:8faf:a109', dst='1:a41:66f:a185:9d2f:ffaf:910b:b576')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:03:40           TestGeneric_flow_api: vf0: 
26/04/2020 16:03:40           TestGeneric_flow_api: vf1: 
26/04/2020 16:03:42             dut.10.240.183.162: 
testpmd> port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x4
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:03:42             dut.10.240.183.162: stop
26/04/2020 16:03:42             dut.10.240.183.162: 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.
26/04/2020 16:03:42           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x4
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:03:44             dut.10.240.183.162: start
26/04/2020 16:03:44             dut.10.240.183.162: 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
26/04/2020 16:03:44             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2530 / ipv6 / udp  / end actions queue index 3 /  end
26/04/2020 16:03:44             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2530 / ipv6 / udp  / end actions queue index 3 /  end
26/04/2020 16:03:44                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888224.6807866 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:46                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888224.6807866 root@10.240.183.154:/tmp/tester/
26/04/2020 16:03:48                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888224.6807866
26/04/2020 16:03:49                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2530, type=34525)/IPv6(version=6, tc=0, fl=0, plen=28, nh=17, hlim=64, src='674:cbe4:8493:a86d:b1ba:1337:ad24:1aee', dst='c83c:1125:77a8:5b9:c7bc:ed3b:d3e2:c567')/UDP(sport=53, dport=53, len=28, chksum=6451)/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')
26/04/2020 16:03:53           TestGeneric_flow_api: vf0: 
26/04/2020 16:03:53           TestGeneric_flow_api: vf1: 
26/04/2020 16:03:55             dut.10.240.183.162: 
testpmd> port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:03:55             dut.10.240.183.162: stop
26/04/2020 16:03:55             dut.10.240.183.162: 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.
26/04/2020 16:03:55           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:03:57             dut.10.240.183.162: start
26/04/2020 16:03:58             dut.10.240.183.162: 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
26/04/2020 16:03:58             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2101 / ipv6 / tcp  / end actions queue index 9 /  end
26/04/2020 16:03:58             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 2101 / ipv6 / tcp  / end actions queue index 9 /  end
26/04/2020 16:03:58                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888238.413611 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:00                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888238.413611 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:02                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888238.413611
26/04/2020 16:04:03                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2101, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='6b1a:a442:561d:b4cf:8d66:dafe:c50a:e41b', dst='325d:45d6:7b19:b07:ec1e:2bec:46b2:2ed1')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=8958, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:04:07           TestGeneric_flow_api: vf0: 
26/04/2020 16:04:07           TestGeneric_flow_api: vf1: 
26/04/2020 16:04:09             dut.10.240.183.162: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:09             dut.10.240.183.162: stop
26/04/2020 16:04:09             dut.10.240.183.162: 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.
26/04/2020 16:04:09           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:11             dut.10.240.183.162: start
26/04/2020 16:04:11             dut.10.240.183.162: 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
26/04/2020 16:04:12             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3651 / ipv6 / sctp  / end actions queue index 0 /  end
26/04/2020 16:04:12             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 3651 / ipv6 / sctp  / end actions queue index 0 /  end
26/04/2020 16:04:12                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888252.0823398 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:14                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888252.0823398 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:16                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888252.0823398
26/04/2020 16:04:16                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3651, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='8c13:c0e5:e1c0:8ff0:2ef3:ffe1:da62:dc03', dst='9907:2cb4:6d2a:de95:d6a5:bca7:b8ba:a0f0')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:04:21           TestGeneric_flow_api: vf0: 
26/04/2020 16:04:21           TestGeneric_flow_api: vf1: 
26/04/2020 16:04:23             dut.10.240.183.162: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:23             dut.10.240.183.162: stop
26/04/2020 16:04:23             dut.10.240.183.162: 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.
26/04/2020 16:04:23           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:25             dut.10.240.183.162: start
26/04/2020 16:04:25             dut.10.240.183.162: 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
26/04/2020 16:04:25             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 1009 / ipv6 / vf id is 0 / end actions queue index 3 /  end
26/04/2020 16:04:25             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 1009 / ipv6 / vf id is 0 / end actions queue index 3 /  end
26/04/2020 16:04:25                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888265.6082852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:27                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888265.6082852 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:29                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888265.6082852
26/04/2020 16:04:30                         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=1009, type=34525)/IPv6(version=6, tc=0, fl=0, plen=20, nh=59, hlim=64, src='13e5:514a:86c0:a0ef:3241:34d1:3d7d:ee7', dst='f567:7e67:baf0:a69e:ce8:d4a6:db9b:26dc')/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:04:34           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=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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:34           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 

26/04/2020 16:04:36             dut.10.240.183.162: 
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 

26/04/2020 16:04:36             dut.10.240.183.162: stop
26/04/2020 16:04:36             dut.10.240.183.162: 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.
26/04/2020 16:04:36           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 

26/04/2020 16:04:38             dut.10.240.183.162: start
26/04/2020 16:04:38             dut.10.240.183.162: 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
26/04/2020 16:04:39             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2312 / ipv6 / tcp / vf id is 1 / end actions queue index 3 /  end
26/04/2020 16:04:39             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 2312 / ipv6 / tcp / vf id is 1 / end actions queue index 3 /  end
26/04/2020 16:04:39                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888279.1842515 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:41                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888279.1842515 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:43                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888279.1842515
26/04/2020 16:04:44                         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=2312, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='4bac:8a9c:b86:e9d:744c:93ec:96af:462a', dst='43d0:5952:f0fe:aa26:2dd0:b2b0:cb90:f73d')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=10656, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:04:48           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 

26/04/2020 16:04:48           TestGeneric_flow_api: vf1: port 0/queue 3: 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:04:50             dut.10.240.183.162: 
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 

26/04/2020 16:04:50             dut.10.240.183.162: stop
26/04/2020 16:04:50             dut.10.240.183.162: 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.
26/04/2020 16:04:50           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 

26/04/2020 16:04:52             dut.10.240.183.162: start
26/04/2020 16:04:52             dut.10.240.183.162: 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
26/04/2020 16:04:52             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1210 / ipv6 / sctp  / end actions drop /  end
26/04/2020 16:04:52             dut.10.240.183.162: flow create 0 ingress pattern eth / vlan tci is 1210 / ipv6 / sctp  / end actions drop /  end
26/04/2020 16:04:52                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888292.8660603 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:54                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888292.8660603 root@10.240.183.154:/tmp/tester/
26/04/2020 16:04:56                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888292.8660603
26/04/2020 16:04:57                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1210, type=34525)/IPv6(version=6, tc=0, fl=0, plen=32, nh=132, hlim=64, src='7e02:a809:3608:1a18:e50:a73c:4fcc:71b8', dst='cda:ce62:f590:699d:229b:b219:1772:1028')/SCTP(sport=0, dport=0, tag=0, chksum=3168751127)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:05:02           TestGeneric_flow_api: vf0: 
26/04/2020 16:05:02           TestGeneric_flow_api: vf1: 
26/04/2020 16:05:04             dut.10.240.183.162: 
testpmd> 
26/04/2020 16:05:04             dut.10.240.183.162: stop
26/04/2020 16:05:04             dut.10.240.183.162: 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.
26/04/2020 16:05:04           TestGeneric_flow_api: pf: 
testpmd> 
26/04/2020 16:05:06             dut.10.240.183.162: start
26/04/2020 16:05:06             dut.10.240.183.162: 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
26/04/2020 16:05:06             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3837 / ipv6 / tcp / vf id is 1 / end actions drop /  end
26/04/2020 16:05:06             dut.10.240.183.162: flow create 0 ingress transfer pattern eth / vlan tci is 3837 / ipv6 / tcp / vf id is 1 / end actions drop /  end
26/04/2020 16:05:06                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888306.5405617 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888306.5405617 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:10                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888306.5405617
26/04/2020 16:05:11                         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=3837, type=34525)/IPv6(version=6, tc=0, fl=0, plen=40, nh=6, hlim=64, src='fd80:e47b:ce7e:8bc0:6004:ab5c:ea70:38aa', dst='95bf:617e:f71b:3b9d:59b0:f625:fe75:f1f0')/TCP(sport=20, dport=80, seq=0, ack=0, dataofs=5, reserved=0, flags=2, window=8192, chksum=1482, urgptr=0)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:05:15           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 

26/04/2020 16:05:15           TestGeneric_flow_api: vf1: 
26/04/2020 16:05:17             dut.10.240.183.162: 
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 

26/04/2020 16:05:17             dut.10.240.183.162: stop
26/04/2020 16:05:17             dut.10.240.183.162: 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.
26/04/2020 16:05:17           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 

26/04/2020 16:05:19             dut.10.240.183.162: start
26/04/2020 16:05:19             dut.10.240.183.162: 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
26/04/2020 16:05:20                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888320.1978106 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888320.1978106 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:24                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888320.1978106
26/04/2020 16:05:25                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=2864, 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')
26/04/2020 16:05:29           TestGeneric_flow_api: vf0: 
26/04/2020 16:05:29           TestGeneric_flow_api: vf1: 
26/04/2020 16:05:31             dut.10.240.183.162: port 0/queue 5: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:05:31             dut.10.240.183.162: stop
26/04/2020 16:05:31             dut.10.240.183.162: 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.
26/04/2020 16:05:31           TestGeneric_flow_api: pf: port 0/queue 5: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:05:33             dut.10.240.183.162: start
26/04/2020 16:05:33             dut.10.240.183.162: 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
26/04/2020 16:05:33                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888333.8173163 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:35                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888333.8173163 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:37                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888333.8173163
26/04/2020 16:05:38                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=3238, 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')
26/04/2020 16:05:43           TestGeneric_flow_api: vf0: 
26/04/2020 16:05:43           TestGeneric_flow_api: vf1: 
26/04/2020 16:05:45             dut.10.240.183.162: port 0/queue 2: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:05:45             dut.10.240.183.162: stop
26/04/2020 16:05:45             dut.10.240.183.162: 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.
26/04/2020 16:05:45           TestGeneric_flow_api: pf: port 0/queue 2: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x2
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:05:47             dut.10.240.183.162: start
26/04/2020 16:05:47             dut.10.240.183.162: 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
26/04/2020 16:05:47                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888347.496173 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:49                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888347.496173 root@10.240.183.154:/tmp/tester/
26/04/2020 16:05:51                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888347.496173
26/04/2020 16:05:52                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=1960, 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')
26/04/2020 16:05:56           TestGeneric_flow_api: vf0: 
26/04/2020 16:05:56           TestGeneric_flow_api: vf1: 
26/04/2020 16:05:58             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:05:58             dut.10.240.183.162: stop
26/04/2020 16:05:58             dut.10.240.183.162: 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.
26/04/2020 16:05:58           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:06:00             dut.10.240.183.162: start
26/04/2020 16:06:00             dut.10.240.183.162: 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
26/04/2020 16:06:01                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888361.1226287 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888361.1226287 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:05                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888361.1226287
26/04/2020 16:06:06                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=250, 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')
26/04/2020 16:06:10           TestGeneric_flow_api: vf0: 
26/04/2020 16:06:10           TestGeneric_flow_api: vf1: 
26/04/2020 16:06:12             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:06:12             dut.10.240.183.162: stop
26/04/2020 16:06:12             dut.10.240.183.162: 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.
26/04/2020 16:06:12           TestGeneric_flow_api: pf: port 0/queue 3: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:06:14             dut.10.240.183.162: start
26/04/2020 16:06:14             dut.10.240.183.162: 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
26/04/2020 16:06:14                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888374.5939329 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:16                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888374.5939329 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:18                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888374.5939329
26/04/2020 16:06:19                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=250, 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')
26/04/2020 16:06:23           TestGeneric_flow_api: vf0: 
26/04/2020 16:06:23           TestGeneric_flow_api: vf1: 
26/04/2020 16:06:25             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:06:25             dut.10.240.183.162: stop
26/04/2020 16:06:25             dut.10.240.183.162: 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.
26/04/2020 16:06:25           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:06:27             dut.10.240.183.162: start
26/04/2020 16:06:27             dut.10.240.183.162: 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
26/04/2020 16:06:28                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888388.1189873 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:30                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888388.1189873 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:32                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888388.1189873
26/04/2020 16:06:33                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1960, 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')
26/04/2020 16:06:37           TestGeneric_flow_api: vf0: 
26/04/2020 16:06:37           TestGeneric_flow_api: vf1: 
26/04/2020 16:06:39             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:06:39             dut.10.240.183.162: stop
26/04/2020 16:06:39             dut.10.240.183.162: 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.
26/04/2020 16:06:39           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:06:41             dut.10.240.183.162: start
26/04/2020 16:06:41             dut.10.240.183.162: 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
26/04/2020 16:06:41                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888401.6464565 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888401.6464565 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:45                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888401.6464565
26/04/2020 16:06:46                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=2966, 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')
26/04/2020 16:06:50           TestGeneric_flow_api: vf0: 
26/04/2020 16:06:50           TestGeneric_flow_api: vf1: 
26/04/2020 16:06:52             dut.10.240.183.162: 
26/04/2020 16:06:52             dut.10.240.183.162: stop
26/04/2020 16:06:52             dut.10.240.183.162: 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.
26/04/2020 16:06:52           TestGeneric_flow_api: pf: 
26/04/2020 16:06:54             dut.10.240.183.162: start
26/04/2020 16:06:54             dut.10.240.183.162: 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
26/04/2020 16:06:55                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888415.2249887 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888415.2249887 root@10.240.183.154:/tmp/tester/
26/04/2020 16:06:59                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888415.2249887
26/04/2020 16:07:00                         tester: packet ready for sending...
Ether(dst='00:11:22:33:44:55', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=463, 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')
26/04/2020 16:07:04           TestGeneric_flow_api: vf0: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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 

26/04/2020 16:07:04           TestGeneric_flow_api: vf1: 
26/04/2020 16:07:06             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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 

26/04/2020 16:07:06             dut.10.240.183.162: stop
26/04/2020 16:07:06             dut.10.240.183.162: 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.
26/04/2020 16:07:06           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=0C:C4:7A:9D:7C:AC - 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 

26/04/2020 16:07:08             dut.10.240.183.162: start
26/04/2020 16:07:08             dut.10.240.183.162: 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
26/04/2020 16:07:08                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888428.798475 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888428.798475 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:12                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888428.798475
26/04/2020 16:07:13                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=246, 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')
26/04/2020 16:07:17           TestGeneric_flow_api: vf0: 
26/04/2020 16:07:17           TestGeneric_flow_api: vf1: 
26/04/2020 16:07:19             dut.10.240.183.162: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x4
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:19             dut.10.240.183.162: stop
26/04/2020 16:07:20             dut.10.240.183.162: 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.
26/04/2020 16:07:20           TestGeneric_flow_api: pf: port 0/queue 4: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x4
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:22             dut.10.240.183.162: start
26/04/2020 16:07:22             dut.10.240.183.162: 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
26/04/2020 16:07:22                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888442.427616 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:24                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888442.427616 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:26                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888442.427616
26/04/2020 16:07:27                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2530, 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')
26/04/2020 16:07:31           TestGeneric_flow_api: vf0: 
26/04/2020 16:07:31           TestGeneric_flow_api: vf1: 
26/04/2020 16:07:33             dut.10.240.183.162: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:33             dut.10.240.183.162: stop
26/04/2020 16:07:33             dut.10.240.183.162: 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.
26/04/2020 16:07:33           TestGeneric_flow_api: pf: port 0/queue 3: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x3
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:35             dut.10.240.183.162: start
26/04/2020 16:07:35             dut.10.240.183.162: 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
26/04/2020 16:07:36                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888456.103241 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888456.103241 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:40                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888456.103241
26/04/2020 16:07:40                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=2101, 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')
26/04/2020 16:07:45           TestGeneric_flow_api: vf0: 
26/04/2020 16:07:45           TestGeneric_flow_api: vf1: 
26/04/2020 16:07:47             dut.10.240.183.162: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:47             dut.10.240.183.162: stop
26/04/2020 16:07:47             dut.10.240.183.162: 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.
26/04/2020 16:07:47           TestGeneric_flow_api: pf: port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:07:49             dut.10.240.183.162: start
26/04/2020 16:07:49             dut.10.240.183.162: 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
26/04/2020 16:07:49                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888469.6332006 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:51                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888469.6332006 root@10.240.183.154:/tmp/tester/
26/04/2020 16:07:53                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888469.6332006
26/04/2020 16:07:54                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=3651, 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')
26/04/2020 16:07:58           TestGeneric_flow_api: vf0: 
26/04/2020 16:07:58           TestGeneric_flow_api: vf1: 
26/04/2020 16:08:00             dut.10.240.183.162: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:08:00             dut.10.240.183.162: stop
26/04/2020 16:08:00             dut.10.240.183.162: 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.
26/04/2020 16:08:00           TestGeneric_flow_api: pf: port 0/queue 0: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x0
  ol_flags: PKT_RX_FDIR PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:08:02             dut.10.240.183.162: start
26/04/2020 16:08:02             dut.10.240.183.162: 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
26/04/2020 16:08:03                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888483.1046803 root@10.240.183.154:/tmp/tester/
26/04/2020 16:08:05                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888483.1046803 root@10.240.183.154:/tmp/tester/
26/04/2020 16:08:07                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888483.1046803
26/04/2020 16:08:08                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', src='00:00:00:00:00:00', type=33024)/Dot1Q(prio=0, id=0, vlan=1210, 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')
26/04/2020 16:08:12           TestGeneric_flow_api: vf0: 
26/04/2020 16:08:12           TestGeneric_flow_api: vf1: 
26/04/2020 16:08:14             dut.10.240.183.162: 
26/04/2020 16:08:14             dut.10.240.183.162: stop
26/04/2020 16:08:14             dut.10.240.183.162: 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.
26/04/2020 16:08:14           TestGeneric_flow_api: pf: 
26/04/2020 16:08:16             dut.10.240.183.162: start
26/04/2020 16:08:16             dut.10.240.183.162: 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
26/04/2020 16:08:16                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888496.6304028 root@10.240.183.154:/tmp/tester/
26/04/2020 16:08:18                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888496.6304028 root@10.240.183.154:/tmp/tester/
26/04/2020 16:08:20                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888496.6304028
26/04/2020 16:08:21                         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=3837, 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')
26/04/2020 16:08: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=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 

26/04/2020 16:08:25           TestGeneric_flow_api: vf1: 
26/04/2020 16:08:27             dut.10.240.183.162: 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 

26/04/2020 16:08:27             dut.10.240.183.162: stop
26/04/2020 16:08:27             dut.10.240.183.162: 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.
26/04/2020 16:08: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=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 

26/04/2020 16:08:29             dut.10.240.183.162: start
26/04/2020 16:08:29             dut.10.240.183.162: 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
26/04/2020 16:08:30             dut.10.240.183.162: flow list 0
26/04/2020 16:08:30             dut.10.240.183.162: 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
26/04/2020 16:08:30             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 16:08:30             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 16:08:30             dut.10.240.183.162: flow list 0
26/04/2020 16:08:30             dut.10.240.183.162: 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
26/04/2020 16:08:30             dut.10.240.183.162: flow flush 0
26/04/2020 16:08:30             dut.10.240.183.162: flow flush 0
26/04/2020 16:08:30             dut.10.240.183.162: flow list 0
26/04/2020 16:08:30             dut.10.240.183.162: flow list 0
26/04/2020 16:08:30           TestGeneric_flow_api: Test Case test_fdir_for_vlan Result PASSED:
26/04/2020 16:08:37             dut.10.240.183.162: quit
26/04/2020 16:08:37             dut.10.240.183.162: 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...
26/04/2020 16:08:42             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 16:08:43           TestGeneric_flow_api: Test Case test_fdir_for_vxlan Result SKIPPED:
26/04/2020 16:08:43           TestGeneric_flow_api: Test Case test_flexbytes_filter Result SKIPPED:
26/04/2020 16:08:43           TestGeneric_flow_api: Test Case test_n_tuple_filter Result SKIPPED:
26/04/2020 16:08:43           TestGeneric_flow_api: Test Case test_syn_filter Result SKIPPED:
26/04/2020 16:08:43           TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Begin
26/04/2020 16:08:43             dut.10.240.183.162: 
26/04/2020 16:08:43                         tester: 
26/04/2020 16:08:43             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 16:08:44             dut.10.240.183.162: modprobe uio
26/04/2020 16:08:44             dut.10.240.183.162: 
26/04/2020 16:08:44             dut.10.240.183.162: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
26/04/2020 16:08:44             dut.10.240.183.162: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
26/04/2020 16:08:44             dut.10.240.183.162: modprobe vfio-pci
26/04/2020 16:08:44             dut.10.240.183.162: 
26/04/2020 16:08:49             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534   --socket-mem 1024,1024  --legacy-mem  -- -i --disable-rss --rxq=16 --txq=16
26/04/2020 16:08:52             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 16:09:02             dut.10.240.183.162: set fwd rxonly
26/04/2020 16:09:02             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 16:09:02             dut.10.240.183.162: set verbose 1
26/04/2020 16:09:02             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 16:09:02             dut.10.240.183.162: start
26/04/2020 16:09:02             dut.10.240.183.162: 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
26/04/2020 16:09:15             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 9 /  end
26/04/2020 16:09:15             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 9 /  end
26/04/2020 16:09:15                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888555.6658802 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:17                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888555.6658802 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:19                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888555.6658802
26/04/2020 16:09:20                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:09:24           TestGeneric_flow_api: vf0:  
26/04/2020 16:09:24           TestGeneric_flow_api: vf1:  
26/04/2020 16:09:26             dut.10.240.183.162: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:09:26             dut.10.240.183.162: stop
26/04/2020 16:09:26             dut.10.240.183.162: 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.
26/04/2020 16:09:26           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:09:28             dut.10.240.183.162: start
26/04/2020 16:09:29             dut.10.240.183.162: 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
26/04/2020 16:09:29             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 1018 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 8 /  end
26/04/2020 16:09:29             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 1018 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 8 /  end
26/04/2020 16:09:29                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888569.405924 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888569.405924 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:33                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888569.405924
26/04/2020 16:09:34                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=260608, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:09:38           TestGeneric_flow_api: vf0: 
26/04/2020 16:09:38           TestGeneric_flow_api: vf1: 
26/04/2020 16:09:40             dut.10.240.183.162: 
testpmd> port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x8
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:09:40             dut.10.240.183.162: stop
26/04/2020 16:09:40             dut.10.240.183.162: 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.
26/04/2020 16:09:40           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 8: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x8
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:09:42             dut.10.240.183.162: start
26/04/2020 16:09:42             dut.10.240.183.162: 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
26/04/2020 16:09:43             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 4036  / end actions pf / queue index 12 /  end
26/04/2020 16:09:43             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre / eth dst is 00:11:22:33:44:66 / vlan tci is 4036  / end actions pf / queue index 12 /  end
26/04/2020 16:09:43                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888583.0817516 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:45                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888583.0817516 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:47                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888583.0817516
26/04/2020 16:09:47                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=4036, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:09:52           TestGeneric_flow_api: vf0: 
26/04/2020 16:09:52           TestGeneric_flow_api: vf1: 
26/04/2020 16:09:54             dut.10.240.183.162: 
testpmd> port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xc
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:09:54             dut.10.240.183.162: stop
26/04/2020 16:09:54             dut.10.240.183.162: 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.
26/04/2020 16:09:54           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 12: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xc
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:09:56             dut.10.240.183.162: start
26/04/2020 16:09:56             dut.10.240.183.162: 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
26/04/2020 16:09:56             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 1389 / eth dst is 00:11:22:33:44:66 / vlan tci is 832  / end actions pf / queue index 15 /  end
26/04/2020 16:09:56             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 1389 / eth dst is 00:11:22:33:44:66 / vlan tci is 832  / end actions pf / queue index 15 /  end
26/04/2020 16:09:56                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888596.508898 root@10.240.183.154:/tmp/tester/
26/04/2020 16:09:58                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888596.508898 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:00                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888596.508898
26/04/2020 16:10:01                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=355584, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=832, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:10:05           TestGeneric_flow_api: vf0: 
26/04/2020 16:10:05           TestGeneric_flow_api: vf1: 
26/04/2020 16:10:07             dut.10.240.183.162: 
testpmd> port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:10:07             dut.10.240.183.162: stop
26/04/2020 16:10:07             dut.10.240.183.162: 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.
26/04/2020 16:10:07           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 15: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 

26/04/2020 16:10:09             dut.10.240.183.162: start
26/04/2020 16:10:09             dut.10.240.183.162: 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
26/04/2020 16:10:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3106 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 3 /  end
26/04/2020 16:10:10             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3106 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 3 /  end
26/04/2020 16:10:10                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888610.0785017 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:12                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888610.0785017 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:14                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888610.0785017
26/04/2020 16:10:14                         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=795136, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:10:19           TestGeneric_flow_api: vf0: 
26/04/2020 16:10:19           TestGeneric_flow_api: vf1: 
26/04/2020 16:10:21             dut.10.240.183.162: 
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 

26/04/2020 16:10:21             dut.10.240.183.162: stop
26/04/2020 16:10:21             dut.10.240.183.162: 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.
26/04/2020 16:10:21           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 

26/04/2020 16:10:23             dut.10.240.183.162: start
26/04/2020 16:10:23             dut.10.240.183.162: 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
26/04/2020 16:10:23             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 3556 / eth dst is 00:11:22:33:44:66 / vlan tci is 3953  / end actions vf id 0 / queue index 3 /  end
26/04/2020 16:10:23             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / nvgre tni is 3556 / eth dst is 00:11:22:33:44:66 / vlan tci is 3953  / end actions vf id 0 / queue index 3 /  end
26/04/2020 16:10:23                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888623.66568 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:25                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888623.66568 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:27                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888623.66568
26/04/2020 16:10:28                         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=910336, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=3953, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:10:32           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 

26/04/2020 16:10:32           TestGeneric_flow_api: vf1: 
26/04/2020 16:10:34             dut.10.240.183.162: 
testpmd> port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:10:34             dut.10.240.183.162: stop
26/04/2020 16:10:34             dut.10.240.183.162: 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: 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.
26/04/2020 16:10:34           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:10:36             dut.10.240.183.162: start
26/04/2020 16:10:36             dut.10.240.183.162: 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
26/04/2020 16:10:37             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3836 / eth dst is 00:11:22:33:44:66  / end actions vf id 1 / queue index 0 /  end
26/04/2020 16:10:37             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / nvgre tni is 3836 / eth dst is 00:11:22:33:44:66  / end actions vf id 1 / queue index 0 /  end
26/04/2020 16:10:37                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888637.287899 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:39                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888637.287899 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:41                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888637.287899
26/04/2020 16:10:42                         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=982016, seqence_number=None)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:10:46           TestGeneric_flow_api: vf0: 
26/04/2020 16:10: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: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=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:10:48             dut.10.240.183.162: 
testpmd> port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:10:48             dut.10.240.183.162: stop
26/04/2020 16:10:48             dut.10.240.183.162: 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: 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.
26/04/2020 16:10:48           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:10:50             dut.10.240.183.162: start
26/04/2020 16:10:50             dut.10.240.183.162: 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
26/04/2020 16:10:50                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888650.9091504 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:52                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888650.9091504 root@10.240.183.154:/tmp/tester/
26/04/2020 16:10:54                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888650.9091504
26/04/2020 16:10:55                         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')
26/04/2020 16:11:00           TestGeneric_flow_api: vf0: 
26/04/2020 16:11:00           TestGeneric_flow_api: vf1: 
26/04/2020 16:11:02             dut.10.240.183.162: port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:11:02             dut.10.240.183.162: stop
26/04/2020 16:11:02             dut.10.240.183.162: 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.
26/04/2020 16:11:02           TestGeneric_flow_api: pf: port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:11:04             dut.10.240.183.162: start
26/04/2020 16:11:04             dut.10.240.183.162: 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
26/04/2020 16:11:04                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888664.5784807 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:06                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888664.5784807 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:08                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888664.5784807
26/04/2020 16:11:09                         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=795136, 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')
26/04/2020 16:11: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: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 

26/04/2020 16:11: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: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 

26/04/2020 16:11:15             dut.10.240.183.162: 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 

26/04/2020 16:11:15             dut.10.240.183.162: stop
26/04/2020 16:11:15             dut.10.240.183.162: 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.
26/04/2020 16:11:15           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 

26/04/2020 16:11:17             dut.10.240.183.162: start
26/04/2020 16:11:17             dut.10.240.183.162: 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
26/04/2020 16:11:18                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888678.2104638 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:20                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888678.2104638 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:22                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888678.2104638
26/04/2020 16:11:23                         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=910336, 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=3953, 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')
26/04/2020 16:11:27           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 

26/04/2020 16:11:27           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 

26/04/2020 16:11:29             dut.10.240.183.162: 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 

26/04/2020 16:11:29             dut.10.240.183.162: stop
26/04/2020 16:11:29             dut.10.240.183.162: 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.
26/04/2020 16:11:29           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 

26/04/2020 16:11:31             dut.10.240.183.162: start
26/04/2020 16:11:31             dut.10.240.183.162: 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
26/04/2020 16:11:31                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888691.6852696 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:33                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888691.6852696 root@10.240.183.154:/tmp/tester/
26/04/2020 16:11:35                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888691.6852696
26/04/2020 16:11:36                         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=982016, 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')
26/04/2020 16:11:40           TestGeneric_flow_api: vf0: 
26/04/2020 16:11:40           TestGeneric_flow_api: vf1: 
26/04/2020 16:11:42             dut.10.240.183.162: port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:11:42             dut.10.240.183.162: stop
26/04/2020 16:11:42             dut.10.240.183.162: 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.
26/04/2020 16:11:42           TestGeneric_flow_api: pf: port 0/queue 9: 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:11:44             dut.10.240.183.162: start
26/04/2020 16:11:44             dut.10.240.183.162: 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
26/04/2020 16:11:45             dut.10.240.183.162: flow list 0
26/04/2020 16:11:45             dut.10.240.183.162: 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
26/04/2020 16:11:45             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 16:11:45             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 16:11:45             dut.10.240.183.162: flow list 0
26/04/2020 16:11:45             dut.10.240.183.162: 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
26/04/2020 16:11:45             dut.10.240.183.162: flow flush 0
26/04/2020 16:11:45             dut.10.240.183.162: flow flush 0
26/04/2020 16:11:45             dut.10.240.183.162: flow list 0
26/04/2020 16:11:45             dut.10.240.183.162: flow list 0
26/04/2020 16:11:45           TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Result PASSED:
26/04/2020 16:11:52             dut.10.240.183.162: quit
26/04/2020 16:11:52             dut.10.240.183.162: 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...
26/04/2020 16:11:57             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 16:11:58           TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Begin
26/04/2020 16:11:58             dut.10.240.183.162: 
26/04/2020 16:11:58                         tester: 
26/04/2020 16:11:58             dut.10.240.183.162: kill_all: called by dut and has no prefix list.
26/04/2020 16:11:59             dut.10.240.183.162: modprobe uio
26/04/2020 16:11:59             dut.10.240.183.162: 
26/04/2020 16:11:59             dut.10.240.183.162: insmod ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
26/04/2020 16:12:00             dut.10.240.183.162: insmod: ERROR: could not insert module ./x86_64-native-linuxapp-gcc/kmod/igb_uio.ko: File exists
26/04/2020 16:12:00             dut.10.240.183.162: modprobe vfio-pci
26/04/2020 16:12:00             dut.10.240.183.162: 
26/04/2020 16:12:04             dut.10.240.183.162: ./x86_64-native-linuxapp-gcc/app/testpmd -l 1,2,3,4,5,6,7,8 -n 4 -w 0000:b1:00.0  --file-prefix=pf_14765_20200426154534   --socket-mem 1024,1024 --legacy-mem  -- -i --disable-rss --rxq=16 --txq=16
26/04/2020 16:12:07             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/pf_14765_20200426154534/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:b1:00.0 on NUMA socket 1
EAL:   probe driver: 8086:37d0 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: F8:F2:1E:51:DB:B6
Checking link statuses...
Done
26/04/2020 16:12:17             dut.10.240.183.162: rx_vxlan_port add 4789 0
26/04/2020 16:12:17             dut.10.240.183.162: rx_vxlan_port add 4789 0
26/04/2020 16:12:17             dut.10.240.183.162: set fwd rxonly
26/04/2020 16:12:17             dut.10.240.183.162: set fwd rxonly
Set rxonly packet forwarding mode
26/04/2020 16:12:17             dut.10.240.183.162: set verbose 1
26/04/2020 16:12:17             dut.10.240.183.162: set verbose 1
Change verbose level from 0 to 1
26/04/2020 16:12:17             dut.10.240.183.162: start
26/04/2020 16:12:17             dut.10.240.183.162: 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
26/04/2020 16:12:30             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 11 /  end
26/04/2020 16:12:30             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 11 /  end
26/04/2020 16:12:30                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888750.5025527 root@10.240.183.154:/tmp/tester/
26/04/2020 16:12:32                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888750.5025527 root@10.240.183.154:/tmp/tester/
26/04/2020 16:12:34                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888750.5025527
26/04/2020 16:12:35                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=8365)/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='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:12:39           TestGeneric_flow_api: vf0:  
26/04/2020 16:12:39           TestGeneric_flow_api: vf1:  
26/04/2020 16:12:41             dut.10.240.183.162: 
testpmd> port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:12:41             dut.10.240.183.162: stop
26/04/2020 16:12:41             dut.10.240.183.162: 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.
26/04/2020 16:12:41           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:12:43             dut.10.240.183.162: start
26/04/2020 16:12:43             dut.10.240.183.162: 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
26/04/2020 16:12:44             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 2735 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 9 /  end
26/04/2020 16:12:44             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 2735 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 9 /  end
26/04/2020 16:12:44                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888764.237198 root@10.240.183.154:/tmp/tester/
26/04/2020 16:12:46                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888764.237198 root@10.240.183.154:/tmp/tester/
26/04/2020 16:12:48                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888764.237198
26/04/2020 16:12:49                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=30117)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=2735, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:12:53           TestGeneric_flow_api: vf0: 
26/04/2020 16:12:53           TestGeneric_flow_api: vf1: 
26/04/2020 16:12:55             dut.10.240.183.162: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 = 2735 - Receive queue=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:12:55             dut.10.240.183.162: stop
26/04/2020 16:12:55             dut.10.240.183.162: 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.
26/04/2020 16:12:55           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 = 2735 - Receive queue=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:12:57             dut.10.240.183.162: start
26/04/2020 16:12:57             dut.10.240.183.162: 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
26/04/2020 16:12:57             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 252  / end actions pf / queue index 9 /  end
26/04/2020 16:12:57             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan / eth dst is 00:11:22:33:44:66 / vlan tci is 252  / end actions pf / queue index 9 /  end
26/04/2020 16:12:57                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888777.9577045 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:00                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888777.9577045 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:02                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888777.9577045
26/04/2020 16:13:02                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=11945)/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='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=252, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:13:07           TestGeneric_flow_api: vf0: 
26/04/2020 16:13:07           TestGeneric_flow_api: vf1: 
26/04/2020 16:13:09             dut.10.240.183.162: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:09             dut.10.240.183.162: stop
26/04/2020 16:13:09             dut.10.240.183.162: 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.
26/04/2020 16:13:09           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 9: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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=0x9
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:11             dut.10.240.183.162: start
26/04/2020 16:13:11             dut.10.240.183.162: 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
26/04/2020 16:13:11             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 361 / eth dst is 00:11:22:33:44:66 / vlan tci is 3358  / end actions pf / queue index 5 /  end
26/04/2020 16:13:11             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 361 / eth dst is 00:11:22:33:44:66 / vlan tci is 3358  / end actions pf / queue index 5 /  end
26/04/2020 16:13:11                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888791.5858977 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:13                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888791.5858977 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:15                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888791.5858977
26/04/2020 16:13:16                         tester: packet ready for sending...
Ether(dst='f8:f2:1e:51:db:b6', 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=48520)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=361, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=3358, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:13:20           TestGeneric_flow_api: vf0: 
26/04/2020 16:13:20           TestGeneric_flow_api: vf1: 
26/04/2020 16:13:22             dut.10.240.183.162: 
testpmd> port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 = 361 - Receive queue=0x5
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:22             dut.10.240.183.162: stop
26/04/2020 16:13:22             dut.10.240.183.162: 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.
26/04/2020 16:13:22           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 5: received 1 packets
  src=00:00:00:00:00:00 - dst=F8:F2:1E:51:DB:B6 - 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 = 361 - Receive queue=0x5
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:24             dut.10.240.183.162: start
26/04/2020 16:13:24             dut.10.240.183.162: 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
26/04/2020 16:13:25             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3872 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 11 /  end
26/04/2020 16:13:25             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 3872 / eth dst is 00:11:22:33:44:66  / end actions pf / queue index 11 /  end
26/04/2020 16:13:25                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888805.1031897 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:27                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888805.1031897 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:29                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888805.1031897
26/04/2020 16:13:29                         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=1185)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=3872, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:13:34           TestGeneric_flow_api: vf0: 
26/04/2020 16:13:34           TestGeneric_flow_api: vf1: 
26/04/2020 16:13:36             dut.10.240.183.162: 
testpmd> port 0/queue 11: 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 = 3872 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:36             dut.10.240.183.162: stop
26/04/2020 16:13:36             dut.10.240.183.162: 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.
26/04/2020 16:13:36           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: 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 = 3872 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:38             dut.10.240.183.162: start
26/04/2020 16:13:38             dut.10.240.183.162: 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
26/04/2020 16:13:38             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 2709 / eth dst is 00:11:22:33:44:66 / vlan tci is 773  / end actions vf id 0 / queue index 3 /  end
26/04/2020 16:13:38             dut.10.240.183.162: flow create 0 ingress pattern eth / ipv4 / udp / vxlan vni is 2709 / eth dst is 00:11:22:33:44:66 / vlan tci is 773  / end actions vf id 0 / queue index 3 /  end
26/04/2020 16:13:38                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888818.6310172 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:40                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888818.6310172 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:42                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888818.6310172
26/04/2020 16:13:43                         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=39832)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=2709, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=33024)/Dot1Q(prio=0, id=0, vlan=773, type=0)/Padding(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:13:47           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=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 = 2709 - Receive queue=0x3
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:47           TestGeneric_flow_api: vf1: 
26/04/2020 16:13:49             dut.10.240.183.162: 
testpmd> port 0/queue 11: 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 = 2709 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:49             dut.10.240.183.162: stop
26/04/2020 16:13:49             dut.10.240.183.162: 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: 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.
26/04/2020 16:13:49           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: 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 = 2709 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:13:51             dut.10.240.183.162: start
26/04/2020 16:13:51             dut.10.240.183.162: 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
26/04/2020 16:13:52             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 480 / eth dst is 00:11:22:33:44:66  / end actions vf id 1 / queue index 0 /  end
26/04/2020 16:13:52             dut.10.240.183.162: flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 / udp / vxlan vni is 480 / eth dst is 00:11:22:33:44:66  / end actions vf id 1 / queue index 0 /  end
26/04/2020 16:13:52                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888832.2642522 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:54                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888832.2642522 root@10.240.183.154:/tmp/tester/
26/04/2020 16:13:56                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888832.2642522
26/04/2020 16:13:57                         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=17582)/VXLAN(flags=8, reserved0=None, NextProtocol=None, reserved1=0, gpflags=None, gpid=None, vni=480, reserved2=0)/Ether(dst='00:11:22:33:44:66', src='0c:c4:7a:9d:7c:ac', type=36864)/Raw(load=b'xxxxxxxxxxxxxxxxxxxx')
26/04/2020 16:14:01           TestGeneric_flow_api: vf0: 
26/04/2020 16:14:01           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=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 = 480 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:03             dut.10.240.183.162: 
testpmd> port 0/queue 11: 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 = 480 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:03             dut.10.240.183.162: stop
26/04/2020 16:14:03             dut.10.240.183.162: 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: 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.
26/04/2020 16:14:03           TestGeneric_flow_api: pf: 
testpmd> port 0/queue 11: 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 = 480 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:05             dut.10.240.183.162: start
26/04/2020 16:14:05             dut.10.240.183.162: 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
26/04/2020 16:14:05                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888845.8280308 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:07                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888845.8280308 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:09                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888845.8280308
26/04/2020 16:14:10                         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')
26/04/2020 16:14:14           TestGeneric_flow_api: vf0: 
26/04/2020 16:14:14           TestGeneric_flow_api: vf1: 
26/04/2020 16:14:16             dut.10.240.183.162: port 0/queue 11: 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=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:16             dut.10.240.183.162: stop
26/04/2020 16:14:17             dut.10.240.183.162: 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.
26/04/2020 16:14:17           TestGeneric_flow_api: pf: port 0/queue 11: 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=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:19             dut.10.240.183.162: start
26/04/2020 16:14:19             dut.10.240.183.162: 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
26/04/2020 16:14:19                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888859.453161 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:21                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888859.453161 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:23                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888859.453161
26/04/2020 16:14:24                         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')
26/04/2020 16:14:28           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 

26/04/2020 16:14:28           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 

26/04/2020 16:14:30             dut.10.240.183.162: 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 

26/04/2020 16:14:30             dut.10.240.183.162: stop
26/04/2020 16:14:30             dut.10.240.183.162: 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.
26/04/2020 16:14:30           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 

26/04/2020 16:14:32             dut.10.240.183.162: start
26/04/2020 16:14:32             dut.10.240.183.162: 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
26/04/2020 16:14:33                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888873.1281042 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:35                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888873.1281042 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:37                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888873.1281042
26/04/2020 16:14:38                         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=17960)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=2709, 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=773, 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')
26/04/2020 16:14:42           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 = 2709 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:42           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 = 2709 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:44             dut.10.240.183.162: 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 = 2709 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:44             dut.10.240.183.162: stop
26/04/2020 16:14:44             dut.10.240.183.162: 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.
26/04/2020 16:14:44           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 = 2709 - Receive queue=0x0
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:46             dut.10.240.183.162: start
26/04/2020 16:14:46             dut.10.240.183.162: 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
26/04/2020 16:14:46                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.pcap1587888886.8038075 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:48                         tester: scp -v /home/autoregression/zhangxi/output/tmp/pcap/scapy_ens2f0.cmd1587888886.8038075 root@10.240.183.154:/tmp/tester/
26/04/2020 16:14:50                         tester: python3 /tmp/tester/scapy_ens2f0.cmd1587888886.8038075
26/04/2020 16:14:51                         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=32591)/VXLAN(flags=12, reserved0=0, NextProtocol=3, reserved1=None, gpflags=None, gpid=None, vni=480, 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')
26/04/2020 16:14:55           TestGeneric_flow_api: vf0: 
26/04/2020 16:14:55           TestGeneric_flow_api: vf1: 
26/04/2020 16:14:57             dut.10.240.183.162: port 0/queue 11: 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 = 480 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:57             dut.10.240.183.162: stop
26/04/2020 16:14:57             dut.10.240.183.162: 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.
26/04/2020 16:14:57           TestGeneric_flow_api: pf: port 0/queue 11: 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 = 480 - Receive queue=0xb
  ol_flags: PKT_RX_L4_CKSUM_GOOD PKT_RX_IP_CKSUM_GOOD PKT_RX_OUTER_L4_CKSUM_UNKNOWN 

26/04/2020 16:14:59             dut.10.240.183.162: start
26/04/2020 16:15:00             dut.10.240.183.162: 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
26/04/2020 16:15:00             dut.10.240.183.162: flow list 0
26/04/2020 16:15:00             dut.10.240.183.162: 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
26/04/2020 16:15:00             dut.10.240.183.162: flow destroy 0 rule 0
26/04/2020 16:15:00             dut.10.240.183.162: flow destroy 0 rule 0
Flow rule #0 destroyed
26/04/2020 16:15:00             dut.10.240.183.162: flow list 0
26/04/2020 16:15:00             dut.10.240.183.162: 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
26/04/2020 16:15:00             dut.10.240.183.162: flow flush 0
26/04/2020 16:15:00             dut.10.240.183.162: flow flush 0
26/04/2020 16:15:00             dut.10.240.183.162: flow list 0
26/04/2020 16:15:00             dut.10.240.183.162: flow list 0
26/04/2020 16:15:00           TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Result PASSED:
26/04/2020 16:15:07             dut.10.240.183.162: quit
26/04/2020 16:15:07             dut.10.240.183.162: 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...
26/04/2020 16:15:12             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
26/04/2020 16:15:13                            dts: 
TEST SUITE ENDED: TestGeneric_flow_api

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support
  2020-04-26  8:40 [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support xizhan4x
  2020-04-26  9:17 ` Zhang, XiX
@ 2020-04-27  7:51 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-27  7:51 UTC (permalink / raw)
  To: Zhang, XiX, dts; +Cc: Zhang, XiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xizhan4x
> Sent: Sunday, April 26, 2020 4:41 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-
> i40e-nic-support
> 
> fdir_L2_mac add i40e nic support
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>
> ---
>  tests/TestSuite_generic_flow_api.py | 15 ++++++++++-----
>  1 file changed, 10 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/TestSuite_generic_flow_api.py
> b/tests/TestSuite_generic_flow_api.py
> index 1d27a74..ae7f9f1 100644
> --- a/tests/TestSuite_generic_flow_api.py
> +++ b/tests/TestSuite_generic_flow_api.py
> @@ -914,7 +914,8 @@ class TestGeneric_flow_api(TestCase):
>          only supported by i40e
>          """
>          self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
> -                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not
> support fdir vlan filter" % self.nic)
> +                                 "fortville_spirit_single", "fortpark_TLV",
> +
> + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support
> + fdir vlan filter" % self.nic)
> 
>          self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" %
> (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
>          self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -
> 1002,7 +1003,8 @@ class TestGeneric_flow_api(TestCase):
>          only supported by i40e
>          """
>          self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
> -                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not
> support fdir vlan filter" % self.nic)
> +                                 "fortville_spirit_single", "fortpark_TLV",
> +
> + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support
> + fdir vlan filter" % self.nic)
> 
>          self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" %
> (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
>          self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -
> 1090,7 +1092,8 @@ class TestGeneric_flow_api(TestCase):
>          only supported by i40e
>          """
>          self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
> -                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not
> support fdir vlan filter" % self.nic)
> +                                 "fortville_spirit_single", "fortpark_TLV",
> +
> + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support
> + fdir vlan filter" % self.nic)
> 
>          self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" %
> (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
>          self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -
> 1178,7 +1181,8 @@ class TestGeneric_flow_api(TestCase):
>          only supported by i40e
>          """
>          self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
> -                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not
> support fdir vlan filter" % self.nic)
> +                                 "fortville_spirit_single", "fortpark_TLV",
> +
> + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support
> + fdir vlan filter" % self.nic)
> 
>          self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" %
> (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
>          self.dut.send_expect("port config all rss all", "testpmd> ", 120) @@ -
> 1265,7 +1269,8 @@ class TestGeneric_flow_api(TestCase):
>          only supported by i40e
>          """
>          self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "carlsville",
> -                                 "fortville_spirit_single", "fortpark_TLV"], "%s nic not
> support fdir vlan filter" % self.nic)
> +                                 "fortville_spirit_single", "fortpark_TLV",
> +
> + "fortpark_BASE-T","fortville_25g","carlsville"], "%s nic not support
> + fdir vlan filter" % self.nic)
> 
>          self.pmdout.start_testpmd("%s" % self.cores, "--rxq=%d --txq=%d" %
> (MAX_QUEUE+1, MAX_QUEUE+1), "-w %s --file-prefix=test1" % self.pf_pci)
>          self.dut.send_expect("set fwd rxonly", "testpmd> ", 120)
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-27  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26  8:40 [dts] [PATCH V1] tests/TestSuite_flow_classify:fdir_L2_mac-add-i40e-nic-support xizhan4x
2020-04-26  9:17 ` Zhang, XiX
2020-04-27  7:51 ` 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).