Re: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Robin Jarry
Ori Kam, Oct 18, 2022 at 12:11: > > Do you think this is something that can be relied upon across > > different PMDs/NICs? > > Unless I'm missing something, yes this is the basis of DPDK. (I assume > you are talking about non-isolated mode) Yes I am. Thanks a lot for the precisions.

RE: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Ori Kam
> -Original Message- > From: Robin Jarry > Sent: Tuesday, 18 October 2022 12:36 > > Ori Kam, Oct 18, 2022 at 11:16: > > > This is also in regular (non-isolated) mode? > > > > No, in non-isolated mode PMD will insert default rules based on the > > configuration, for example matching on t

Re: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Robin Jarry
Ori Kam, Oct 18, 2022 at 11:16: > > This is also in regular (non-isolated) mode? > > No, in non-isolated mode PMD will insert default rules based on the > configuration, for example matching on the mac/vlan And eventually redirecting packets in queues following the RSS configuration? Do you think

RE: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Ori Kam
Hi Jarry, > -Original Message- > From: Robin Jarry > Sent: Tuesday, 18 October 2022 11:13 > > Hi Ori, > > Ori Kam, Oct 18, 2022 at 09:41: > > > Should I read "general expectation" as a simple recommendation or is > > > it a requirement from the RTE flow API? > > > > I think the wording

Re: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Robin Jarry
Hi Ori, Ori Kam, Oct 18, 2022 at 09:41: > > Should I read "general expectation" as a simple recommendation or is > > it a requirement from the RTE flow API? > > I think the wording in the doc should change since it is not clear. So > let me clarify it. > > The idea of isolated mode is that the DPD

RE: rte-flow: unmatched ingress traffic default action

2022-10-18 Thread Ori Kam
Hi Jarry, > -Original Message- > From: Robin Jarry > Sent: Monday, 17 October 2022 17:49 > > Hi Ori, all, > > From what I can read in the docs in the "Isolated Mode"[1] section: > > > The general expectation for ingress traffic is that flow rules process > > it first; the remaining unm