Re: [PATCH 3/3] common/cnxk: check for error code in MAC address set

2023-10-17 Thread Jerin Jacob
On Mon, Oct 16, 2023 at 12:35 PM Nithin Dabilpuram wrote: > > Check for mbox error code in MAC address set. > Fixes: 313cc41830ec ("common/cnxk: support NIX MAC operations") > > Signed-off-by: Nithin Dabilpuram Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Th

[PATCH 3/3] common/cnxk: check for error code in MAC address set

2023-10-16 Thread Nithin Dabilpuram
Check for mbox error code in MAC address set. Fixes: 313cc41830ec ("common/cnxk: support NIX MAC operations") Signed-off-by: Nithin Dabilpuram --- drivers/common/cnxk/roc_nix_mac.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/common/cnxk/roc_nix_mac.c b/driver