> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Tuesday, November 12, 2024 11:14 PM
> To: [email protected]
> Cc: Stephen Hemminger <[email protected]>; Julien Aube
> <[email protected]>; Harish Patil <[email protected]>
> Subject: [EXTERNAL] [PATCH 4/4] net/bnx2x: fix duplicate branch
>
> Coverity spotted that both legs of the conditional are the same. Looking at
> kernel driver there is additional code there, but the kernel driver supports
> Wake
> On Lan, and DPDK does not. Coverity issue: 362072 Fixes: 540a211084a7
> ("bnx2x: driver
> Coverity spotted that both legs of the conditional are the same.
> Looking at kernel driver there is additional code there, but the kernel driver
> supports Wake On Lan, and DPDK does not.
>
> Coverity issue: 362072
> Fixes: 540a211084a7 ("bnx2x: driver core")
>
> Signed-off-by: Stephen Hemminger <[email protected]>
Added Cc: [email protected] and Series applied to dpdk-next-net-mrvl/for-main.
Thanks