* [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
@ 2025-02-25 4:20 Harshal Chaudhari
2025-02-25 8:10 ` Maxime Chevallier
2025-02-27 3:30 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Harshal Chaudhari @ 2025-02-25 4:20 UTC (permalink / raw)
To: marcin.s.wojtas, linux, andrew+netdev, davem, edumazet, kuba,
pabeni
Cc: netdev, linux-kernel, Harshal Chaudhari
Non IP flow, with vlan tag not working as expected while
running below command for vlan-priority. fixed that.
ethtool -N eth1 flow-type ether vlan 0x8000 vlan-mask 0x1fff action 0 loc 0
Fixes: 1274daede3ef ("net: mvpp2: cls: Add steering based on vlan Id and priority.")
Signed-off-by: Harshal Chaudhari <hchaudhari@marvell.com>
---
Notes:
Change from v1:
- Added the fixes tag
Change from v2:
- Corrected description format.
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
index 1641791a2d5b..8ed83fb98862 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
@@ -324,7 +324,7 @@ static const struct mvpp2_cls_flow cls_flows[MVPP2_N_PRS_FLOWS] = {
MVPP2_PRS_RI_VLAN_MASK),
/* Non IP flow, with vlan tag */
MVPP2_DEF_FLOW(MVPP22_FLOW_ETHERNET, MVPP2_FL_NON_IP_TAG,
- MVPP22_CLS_HEK_OPT_VLAN,
+ MVPP22_CLS_HEK_TAGGED,
0, 0),
};
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
2025-02-25 4:20 [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination Harshal Chaudhari
@ 2025-02-25 8:10 ` Maxime Chevallier
2025-02-27 3:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Maxime Chevallier @ 2025-02-25 8:10 UTC (permalink / raw)
To: Harshal Chaudhari
Cc: marcin.s.wojtas, linux, andrew+netdev, davem, edumazet, kuba,
pabeni, netdev, linux-kernel
On Mon, 24 Feb 2025 20:20:58 -0800
Harshal Chaudhari <hchaudhari@marvell.com> wrote:
> Non IP flow, with vlan tag not working as expected while
> running below command for vlan-priority. fixed that.
>
> ethtool -N eth1 flow-type ether vlan 0x8000 vlan-mask 0x1fff action 0 loc 0
>
> Fixes: 1274daede3ef ("net: mvpp2: cls: Add steering based on vlan Id and priority.")
> Signed-off-by: Harshal Chaudhari <hchaudhari@marvell.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Thank you,
Maxime
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
2025-02-25 4:20 [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination Harshal Chaudhari
2025-02-25 8:10 ` Maxime Chevallier
@ 2025-02-27 3:30 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-02-27 3:30 UTC (permalink / raw)
To: Harshal Chaudhari
Cc: marcin.s.wojtas, linux, andrew+netdev, davem, edumazet, kuba,
pabeni, netdev, linux-kernel
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 24 Feb 2025 20:20:58 -0800 you wrote:
> Non IP flow, with vlan tag not working as expected while
> running below command for vlan-priority. fixed that.
>
> ethtool -N eth1 flow-type ether vlan 0x8000 vlan-mask 0x1fff action 0 loc 0
>
> Fixes: 1274daede3ef ("net: mvpp2: cls: Add steering based on vlan Id and priority.")
> Signed-off-by: Harshal Chaudhari <hchaudhari@marvell.com>
>
> [...]
Here is the summary with links:
- [v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.
https://git.kernel.org/netdev/net/c/2d253726ff71
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-27 3:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 4:20 [PATCH v2] net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination Harshal Chaudhari
2025-02-25 8:10 ` Maxime Chevallier
2025-02-27 3:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox