DPDK usage discussions
 help / color / mirror / Atom feed
From: "Игнатовский Виталий" <ignatovsky_vv@elsicom.ru>
To: users@dpdk.org
Subject: [dpdk-users] Intel X710 (i40e) 802.1ad (0x88a8) packets issue
Date: Thu, 28 Jul 2016 15:15:41 +0600	[thread overview]
Message-ID: <7b0e975e401b40a5989f9bb526f0acec@mail.elsicom.ru> (raw)

Hello,

We have an APP developed and successfully implemented using Intel 82599 
cards, but know we would like to switch over to Intel X710-DA4 cards. 
And there is a problem occurred. We cannot receive any "0x88a8" 
(802.1ad) traffic. As we see from statistics using function 
rte_eth_stats_get():
	rx_good_bytes = 204681
	rx_unicast_packets = 266
	rx_unknown_protocol_packets = 266
	rx_size_65_to_127_packets = 12
	rx_size_128_to_255_packets = 24
	rx_size_256_to_511_packets = 48
	rx_size_512_to_1023_packets = 98
	rx_size_1024_to_1522_packets = 84

They are successfully received on a port, but then somewhere disappered. 
So it's not possible to get them by rte_eth_rx_burst() func. It's always 
0 packets readed.
The same traffic flow received and handled without any troubles on 82599 
cards using ixgbe compiled into igb_uio.

What can be wrong there and what configuration may be I have missed?

             reply	other threads:[~2016-07-28  9:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-28  9:15 Игнатовский Виталий [this message]
2016-08-03  2:38 ` Sean Hope (shope)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7b0e975e401b40a5989f9bb526f0acec@mail.elsicom.ru \
    --to=ignatovsky_vv@elsicom.ru \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).