On 4/10/2024 2:57 AM, Michal Swiatkowski wrote:
For now please Tony remove it from next-queue. I am trying
to figure out how to implement matching on all profiles using less
indexes. If I find the correct way I will submit new patch.
Patch has been dropped.
Thanks,
Tony
o: Buvaneswaran, Sujai
> > > Cc: intel-wired-...@lists.osuosl.org; net...@vger.kernel.org; Marcin
> > > Szycik
> > > ; Kubiak, Michal
> > > Subject: Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on
> > > all
> > &
rg; Marcin Szycik
> > ; Kubiak, Michal
> > Subject: Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all
> > profiles
> >
> > On Mon, Mar 25, 2024 at 06:36:56AM +, Buvaneswaran, Sujai wrote:
> > > > -Original Message-
> > &
4 4:23 PM
> > > To: intel-wired-...@lists.osuosl.org
> > > Cc: net...@vger.kernel.org; Marcin Szycik
> > > ; Kubiak, Michal
> > > ; Michal Swiatkowski
> > >
> > > Subject: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on
> > > all profi
et...@vger.kernel.org; Marcin Szycik ;
> > Kubiak, Michal ; Michal Swiatkowski
> >
> > Subject: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all
> > profiles
> >
> > A simple non-tunnel rule (e.g. matching only on destination MAC) in
> > hardwar
ntel-wired-lan] [iwl-net v1] ice: tc: do default match on all
> profiles
>
> A simple non-tunnel rule (e.g. matching only on destination MAC) in
> hardware will be hit only if the packet isn't a tunnel. In software execution
> of
> the same command, the rule will match b
On Tue, Mar 12, 2024 at 11:52:59AM +0100, Michal Swiatkowski wrote:
> A simple non-tunnel rule (e.g. matching only on destination MAC) in
> hardware will be hit only if the packet isn't a tunnel. In software
> execution of the same command, the rule will match both tunnel and
> non-tunnel packets.
A simple non-tunnel rule (e.g. matching only on destination MAC) in
hardware will be hit only if the packet isn't a tunnel. In software
execution of the same command, the rule will match both tunnel and
non-tunnel packets.
Change the hardware behaviour to match tunnel and non-tunnel packets in
thi