Re: [PATCH net v1] octeontx2-af: Promisc enable/disable through mbox

From: Leon Romanovsky
Date: Thu Jul 06 2023 - 04:02:32 EST


On Thu, Jul 06, 2023 at 09:57:05AM +0530, Ratheesh Kannoth wrote:
> In legacy silicon, promiscuous mode is only modified
> through CGX mbox messages. In CN10KB silicon, it is modified
> from CGX mbox and NIX. This breaks legacy application
> behaviour. Fix this by removing call from NIX.
>
> Fixes: d6c9784baf59 ("octeontx2-af: Invoke exact match functions if supported")
> Signed-off-by: Ratheesh Kannoth <rkannoth@xxxxxxxxxxx>
>
> ---
> ChangeLog
>
> v0 -> v1: Fix 80 lines checkpatch warnings
> ---
> .../ethernet/marvell/octeontx2/af/rvu_nix.c | 11 ++-------
> .../marvell/octeontx2/af/rvu_npc_hash.c | 23 +++++++++++++++++--
> 2 files changed, 23 insertions(+), 11 deletions(-)
>

Thanks,
Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>