DPDK usage discussions
 help / color / mirror / Atom feed
From: Alex Salig <saligalex@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] problem in setting mask for ntuple filters
Date: Sat, 24 Jun 2017 19:13:11 +0430	[thread overview]
Message-ID: <CAPj7tNNLpgEEEywUN8xLVb7OqqCpfU_ifR6wR2UBzSPyQR7+fQ@mail.gmail.com> (raw)

I want to set a mask other than UINT32_MAX for IP address field of a
RTE_ETH_FILTER_NTUPLE. But I get "Invalid argument" error.
I checked the code and found out that in the implementation of this filter,
the mask value is checked to be either UINTxx_MAX or 0? Why?

http://dpdk.org/browse/dpdk/tree/drivers/net/ixgbe/ixgbe_ethdev.c#n6015

                 reply	other threads:[~2017-06-24 14:43 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=CAPj7tNNLpgEEEywUN8xLVb7OqqCpfU_ifR6wR2UBzSPyQR7+fQ@mail.gmail.com \
    --to=saligalex@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).