DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] ixgbe: ierrors counter spuriously increasing in DPDK 2.1
@ 2015-10-21  8:38 Martin Weiser
  2015-10-21 15:53 ` Andriy Berestovskyy
  2015-11-02 17:32 ` Van Haaren, Harry
  0 siblings, 2 replies; 12+ messages in thread
From: Martin Weiser @ 2015-10-21  8:38 UTC (permalink / raw)
  To: dev

Hi,

with DPDK 2.1 we are seeing the ierrors counter increasing for 82599ES
ports without reason. Even directly after starting test-pmd the error
counter immediately is 1 without even a single packet being sent to the
device:

./testpmd -c 0xfe -n 4 -- --portmask 0x3 --interactive
...
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 0          RX-missed: 0          RX-bytes:  0
  RX-badcrc:  0          RX-badlen: 0          RX-errors: 1
  RX-nombuf:  0
  TX-packets: 0          TX-errors: 0          TX-bytes:  0
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 0          RX-missed: 0          RX-bytes:  0
  RX-badcrc:  0          RX-badlen: 0          RX-errors: 1
  RX-nombuf:  0
  TX-packets: 0          TX-errors: 0          TX-bytes:  0
  ############################################################################


When packet forwarding is started the ports perform normally and
properly forward all packets but a huge number of ierrors is counted:

testpmd> start
...
testpmd> show port stats all

  ######################## NIC statistics for port 0  ########################
  RX-packets: 9011857    RX-missed: 0          RX-bytes:  5020932992
  RX-badcrc:  0          RX-badlen: 0          RX-errors: 9011753
  RX-nombuf:  0
  TX-packets: 9026250    TX-errors: 0          TX-bytes:  2922375542
  ############################################################################

  ######################## NIC statistics for port 1  ########################
  RX-packets: 9026250    RX-missed: 0          RX-bytes:  2922375542
  RX-badcrc:  0          RX-badlen: 0          RX-errors: 9026138
  RX-nombuf:  0
  TX-packets: 9011857    TX-errors: 0          TX-bytes:  5020932992
  ############################################################################


When running the exact same test with DPDK version 2.0 no ierrors are
reported.
Is anyone else seeing strange ierrors being reported for Intel Niantic
cards with DPDK 2.1?

Best regards,
Martin

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

end of thread, other threads:[~2015-11-04 16:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21  8:38 [dpdk-dev] ixgbe: ierrors counter spuriously increasing in DPDK 2.1 Martin Weiser
2015-10-21 15:53 ` Andriy Berestovskyy
2015-10-22  7:46   ` Martin Weiser
2015-10-22 10:56     ` Andriy Berestovskyy
2015-11-02 17:32 ` Van Haaren, Harry
2015-11-04  9:10   ` Martin Weiser
2015-11-04 15:50     ` [dpdk-dev] [PATCH] ixgbe: remove l3_l4_xsum_errors from rx errors Harry van Haaren
2015-11-04 16:08       ` Thomas Monjalon
2015-11-04 15:54     ` [dpdk-dev] ixgbe: ierrors counter spuriously increasing in DPDK 2.1 Van Haaren, Harry
2015-11-04 16:29       ` Martin Weiser
2015-11-04 16:14     ` [dpdk-dev] [PATCH v2] ixgbe: remove l3_l4_xsum_errors from rx errors Harry van Haaren
2015-11-04 16:57       ` Thomas Monjalon

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