DPDK usage discussions
 help / color / mirror / Atom feed
From: Filip Janiszewski <contact@filipjaniszewski.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: rte flow priority not working
Date: Tue, 30 Nov 2021 18:29:26 +0100	[thread overview]
Message-ID: <90a86363-8de1-08b8-1695-f4a53cf4ecf4@filipjaniszewski.com> (raw)

Hi,

I've an Intel E810 NIC, and two flow rules:

.
testpmd> flow list 0
ID	Group	Prio	Attr	Rule
1	0	0	i--	ETH IPV4 => QUEUE
0	0	1	i--	ETH IPV4 => DROP
.

The one with priority 0 steer packets with a certain ip to the queue 1,
while the rule with priority 1 drop those packets. What I would expect
is that the rule with priority 0 kick in and save my packets from
dropping, but apparently the rule with lower priority drops them all..

Is this expected?

Thanks

-- 
BR, Filip
+48 666 369 823

                 reply	other threads:[~2021-11-30 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=90a86363-8de1-08b8-1695-f4a53cf4ecf4@filipjaniszewski.com \
    --to=contact@filipjaniszewski.com \
    --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).