> -----Original Message----- > From: Xu, Ke1 > Sent: Wednesday, December 28, 2022 1:15 PM > To: dts@dpdk.org > Cc: Fu, Qi ; Li, WeiyuanX ; Tu, > Lijuan ; Xu, Ke1 > Subject: [DTS][PATCH V3 5/5] tests/vf_offload: Replace the tcpdump > implementation to a packet reading implementation. > > Packet reading implementation is more common to use when to verify the > received packet count and payload size. The tcpdump method is not able to > recognize some of the tunnel packets, leading to a wrong output failing the > validation. Newly added tcpdump_analyse_sniff method is implemented by > sniff packet reading and analysing and can replace the lagacy methods > number_of_packets and number_of_bytes. > > Signed-off-by: Ke Xu > --- Tested-by: Weiyuan Li