Re: [PATCH V4] octeontx2-pf: Add additional check for MCAM rules

From: Leon Romanovsky
Date: Tue Jul 11 2023 - 02:31:35 EST


On Thu, Jul 06, 2023 at 11:07:23PM +0530, Suman Ghosh wrote:
> Due to hardware limitation, MCAM drop rule with
> ether_type == 802.1Q and vlan_id == 0 is not supported. Hence rejecting
> such rules.
>
> Fixes: dce677da57c0 ("octeontx2-pf: Add vlan-etype to ntuple filters")
> Signed-off-by: Suman Ghosh <sumang@xxxxxxxxxxx>
> ---
> Changes since v3:
> - moved assignment of vlan_etype before the if check

And what were changes in previous versions?

Also you should write the target net or net-next in the patch subject.

Thanks