DPDK usage discussions
 help / color / mirror / Atom feed
From: Arvind Narayanan <webguru2688@gmail.com>
To: users <users@dpdk.org>
Subject: [dpdk-users] rte_flow() usage of htonl() for ipv4 addr masks?
Date: Sun, 9 Aug 2020 21:03:12 -0500	[thread overview]
Message-ID: <CAHJJQSVpmT=Nhe5yoswQFTkRMZC1cVpcpuH99bY=t04vWKqEow@mail.gmail.com> (raw)

Hi,

In the flow_filtering sample application, the IP's mask was set without
using htonl().
https://github.com/DPDK/dpdk/blob/master/examples/flow_filtering/flow_blocks.c#L85

Another DPDK page <https://doc.dpdk.org/guides/howto/rte_flow.html> shows
how a testpmd command is translated to C code.
On this page though, Example 4.2 (Range IPv4 drop) has used htonl() to set
the mask.

Any clarification on how to load the mask would be helpful.

Thanks,
Arvind

             reply	other threads:[~2020-08-10  2:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10  2:03 Arvind Narayanan [this message]
2020-08-10  2:56 ` Cliff Burdick
2020-08-10  3:14   ` Arvind Narayanan
2020-08-10 15:18     ` Stephen Hemminger

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='CAHJJQSVpmT=Nhe5yoswQFTkRMZC1cVpcpuH99bY=t04vWKqEow@mail.gmail.com' \
    --to=webguru2688@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).