> -Original Message-
> From: Zhang, AlvinX
> Sent: Thursday, September 30, 2021 1:20 PM
> To: Xing, Beilei ; Guo, Junfeng
> ; ktray...@redhat.com; Zhang, Qi Z
>
> Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org
> Subject: [PATCH v3] net/i40e: fix Rx packet statistics
>
> Some packet
Some packets are discarded by the NIC because they are larger than
the MTU, these packets should be counted as "RX error" instead of
"RX packet", for example:
pkt1 = Ether()/IP()/Raw('x' * 1400)
pkt2 = Ether()/IP()/Raw('x' * 1500)
Forward statistics for port 0 -
2 matches
Mail list logo