DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] RTE_ACL - Question about ANY PROTO
@ 2016-04-10 18:42 sml
  2016-04-10 19:09 ` sml
  0 siblings, 1 reply; 2+ messages in thread
From: sml @ 2016-04-10 18:42 UTC (permalink / raw)
  To: users

So I have the ACL library working great.  One issue I am running into
though is how to wildcard the PROTO field (this is for IPv4).

I have set the value to 0x0, range mask to 0x0, 0x0 and 0xff, 0xff and
0xff, nothing seems to work.

I want to be able to establish a rule such as:

PROTO: ANY

- thats the rule, it could be expanded of course to:

PROTO: ANY
SOURCEIP: xxx, and range

But I think first step is in establishing how I set the PROTO field to
accept any PROTO value?

Any guidance would be greatly appreciated...

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] RTE_ACL - Question about ANY PROTO
  2016-04-10 18:42 [dpdk-users] RTE_ACL - Question about ANY PROTO sml
@ 2016-04-10 19:09 ` sml
  0 siblings, 0 replies; 2+ messages in thread
From: sml @ 2016-04-10 19:09 UTC (permalink / raw)
  To: users

On Sun, Apr 10, 2016 at 2:42 PM, sml <sml.caerus@gmail.com> wrote:

> So I have the ACL library working great.  One issue I am running into
> though is how to wildcard the PROTO field (this is for IPv4).
>
> I have set the value to 0x0, range mask to 0x0, 0x0 and 0xff, 0xff and
> 0xff, nothing seems to work.
>
> I want to be able to establish a rule such as:
>
> PROTO: ANY
>
> - thats the rule, it could be expanded of course to:
>
> PROTO: ANY
> SOURCEIP: xxx, and range
>
> But I think first step is in establishing how I set the PROTO field to
> accept any PROTO value?
>
> Any guidance would be greatly appreciated...
>
>
>


Nevermind - Changing to 0x1 and 0xff seems to be working.....

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-10 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-10 18:42 [dpdk-users] RTE_ACL - Question about ANY PROTO sml
2016-04-10 19:09 ` sml

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).