DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] ixgbe: account more Rx errors Issue
@ 2015-09-04  9:38 Andriy Berestovskyy
  2015-09-04 12:44 ` Tahhan, Maryam
  0 siblings, 1 reply; 9+ messages in thread
From: Andriy Berestovskyy @ 2015-09-04  9:38 UTC (permalink / raw)
  To: Maryam Tahhan, dev

Hi,
Updating to DPDK 2.1 I noticed an issue with the ixgbe stats.

In commit f6bf669b9900 "ixgbe: account more Rx errors" we add XEC
hardware counter (l3_l4_xsum_error) to the ierrors now. The issue is
the UDP packets with zero check sum are counted in XEC and now in
ierrors too.

I've tried to disable hw_ip_checksum in rxmode, but it didn't help.

I'm not sure we should add XEC to ierrors, because packets counted in
XEC are not dropped by the NIC actually. So in my case ierrors counter
is now greater than actual number of packets received by the NIC,
which makes no sense.

What's your opinion?

Regards,
Andriy

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

end of thread, other threads:[~2015-10-22  8:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-04  9:38 [dpdk-dev] ixgbe: account more Rx errors Issue Andriy Berestovskyy
2015-09-04 12:44 ` Tahhan, Maryam
2015-09-04 16:58   ` Andriy Berestovskyy
2015-09-06 17:15     ` Tahhan, Maryam
2015-09-07  8:30       ` Olivier MATZ
2015-09-07 11:44         ` Tahhan, Maryam
2015-09-09 17:43           ` Kyle Larose
2015-09-14  9:50             ` Tahhan, Maryam
2015-10-22  8:21               ` Martin Weiser

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).