DPDK usage discussions
 help / color / mirror / Atom feed
* rte flow rule not clear with DPDK 21.11 and Intel E810
@ 2021-12-01  7:48 Filip Janiszewski
  2021-12-01 10:17 ` Filip Janiszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Filip Janiszewski @ 2021-12-01  7:48 UTC (permalink / raw)
  To: users

Hi,

Is there any sensible reason for which this flow rule works:

.
testpmd> flow create 0 ingress pattern eth / ipv4 dst spec 199.168.152.2
dst mask 255.255.0.255 / end actions queue index 1 / end
Flow rule #0 created
.

But this one not?:

.
testpmd> flow create 0 ingress pattern eth / ipv4 dst spec 199.168.152.2
dst mask 255.255.255.0 / end actions queue index 1 / end
ice_flow_create(): Failed to create flow
port_flow_complain(): Caught PMD error type 10 (item specification):
cause: 0x7ffe040edaa8, Invalid input set: Invalid argument
.

I've just changed the mask from 255.255.0.255 to 255.255.255.0, it's
really confusing why the latter one is not accepted..

Thanks

-- 
BR, Filip
+48 666 369 823

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

end of thread, other threads:[~2021-12-02 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:48 rte flow rule not clear with DPDK 21.11 and Intel E810 Filip Janiszewski
2021-12-01 10:17 ` Filip Janiszewski
2021-12-02 11:24   ` Massimo Girondi

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