DPDK usage discussions
 help / color / mirror / Atom feed
From: Uiu Uioreanu <uiuoreanu@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] rte flow does not work on X550 - "Not supported by L2 tunnel filter"
Date: Wed, 9 Jan 2019 16:36:23 +0200	[thread overview]
Message-ID: <CAFAKT1ykLqJnpXiPBpc9+v=hOhwowXJoxkb_e=qDkN-q_fpWhg@mail.gmail.com> (raw)

Hi,

I am trying to use rte flow on a X550 (ixgbe) and it does not work.

For example, I used testpmd (sudo ./testpmd -c 0xf -n 1 -- -i) to
validate some simple flow rules:
- flow validate 0 ingress pattern eth / ipv4 / udp / end actions drop / end
- flow validate 0 ingress pattern eth / ipv4 / udp / end actions end
- flow validate 0 ingress pattern eth / end actions drop end
- etc

Every time, I receive "caught error type 9 (specific pattern item):
cause: 0x7ffddca42768, Not supported by L2 tunnel filter".
I also tried to make a sample application to use rte flow, but it also
gives the error 9 and the "Not supported by L2 tunnel filter" message.

I don't understand what the problem is. Is the pattern from the flow
validate command wrong? Does the port need any additional
configuration? (except from binding a X550 NIC to
igb_uio/uio_pci_generic)?

I am using DPDK 17.11.

Thanks,
Uiu

                 reply	other threads:[~2019-01-09 14:36 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='CAFAKT1ykLqJnpXiPBpc9+v=hOhwowXJoxkb_e=qDkN-q_fpWhg@mail.gmail.com' \
    --to=uiuoreanu@gmail.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).