Commit af47a32
octeontx2-af: Fix installation of PF multicast rule
Due to target variable is being reassigned in npc_install_flow()
function, PF multicast rules are not getting installed.
This patch addresses the issue by fixing the "IF" condition
checks when rules are installed by AF.
Fixes: 6c40ca9 ("octeontx2-pf: Adds TC offload support").
Signed-off-by: Geetha sowjanya <gakula@marvell.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241205113435.10601-1-gakula@marvell.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>1 parent f136552 commit af47a32
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
1455 | | - | |
1456 | | - | |
| 1455 | + | |
| 1456 | + | |
1457 | 1457 | | |
1458 | | - | |
1459 | | - | |
1460 | | - | |
| 1458 | + | |
| 1459 | + | |
1461 | 1460 | | |
1462 | 1461 | | |
1463 | 1462 | | |
1464 | | - | |
1465 | | - | |
1466 | | - | |
1467 | | - | |
| 1463 | + | |
| 1464 | + | |
1468 | 1465 | | |
1469 | | - | |
| 1466 | + | |
1470 | 1467 | | |
1471 | 1468 | | |
| 1469 | + | |
1472 | 1470 | | |
1473 | 1471 | | |
1474 | 1472 | | |
| |||
0 commit comments