RE: [EXTERNAL] [PATCH 4/4] net/bnx2x: fix duplicate branch

2024-11-17 Thread Jerin Jacob
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, November 12, 2024 11:14 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Julien Aube > ; Harish Patil > Subject: [EXTERNAL] [PATCH 4/4] net/bnx2x: fix duplicate branch > > Coverity sp

[PATCH 4/4] net/bnx2x: fix duplicate branch

2024-11-12 Thread Stephen Hemminger
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 --- drivers