DPDK patches and discussions
 help / color / mirror / Atom feed
From: Matteo Lanzuisi <m.lanzuisi@resi.it>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] Using example flow_filtering
Date: Wed, 12 Sep 2018 09:38:06 +0200	[thread overview]
Message-ID: <d8e44202-febd-4c31-54e3-abfb8ef0389a@resi.it> (raw)

Hi all,

maybe a bug or something I'm doing wrong: I'm using the example 
flow_filtering on a RedHat 7.5, kernel 3.10.0-862.6.3.el7.x86_64 with 
i40e and X710.

DPDK is 18.08 and configuration is x86_64-native-linuxapp-gcc

I changed the SRC_IP and DST_IP this way

#define SRC_IP ((83<<24) + (175<<16) + (7<<8) + 228) /* src ip = 
83.175.7.228 */
#define DEST_IP ((83<<24) + (175<<16) + (7<<8) + 226) /* dest ip = 
83.175.7.226 */

for test purpose and set EMPTY_MASK to both.

If I understood well, putting EMPTY_MASK on both, all incoming traffic 
is going to be sent to queue 1 (selected_queue) but all I have is that 
all packets are sent to queue 0 (MACs are 00:00:00:00:00:00 in my sample 
capture)

src=00:00:00:00:00:00 - dst=00:00:00:00:00:00 - queue=0x0
src=00:00:00:00:00:00 - dst=00:00:00:00:00:00 - queue=0x0
src=00:00:00:00:00:00 - dst=00:00:00:00:00:00 - queue=0x0
src=00:00:00:00:00:00 - dst=00:00:00:00:00:00 - queue=0x0

Am I doing something wrong?

Thank you and regards.

Matteo

             reply	other threads:[~2018-09-12  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-12  7:38 Matteo Lanzuisi [this message]
2018-09-19 10:20 ` Matteo Lanzuisi

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=d8e44202-febd-4c31-54e3-abfb8ef0389a@resi.it \
    --to=m.lanzuisi@resi.it \
    --cc=dev@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).