Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-04-10 Thread Tony Nguyen
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

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-04-10 Thread Michal Swiatkowski
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 > > &

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-04-05 Thread Michal Swiatkowski
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- > > &

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-04-01 Thread Buvaneswaran, Sujai
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

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-03-29 Thread Michal Swiatkowski
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

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-03-24 Thread Buvaneswaran, Sujai
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

Re: [Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-03-18 Thread Simon Horman
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.

[Intel-wired-lan] [iwl-net v1] ice: tc: do default match on all profiles

2024-03-12 Thread Michal Swiatkowski
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