Skip to content

Commit 8a013a9

Browse files
Punnaiah Choudary Kalluridavem330
authored andcommitted
net: macb: Include multi queue support for xilinx ZynqMP ethernet version
Include multi queue support for the ethernet IP version in xilinx ZynqMP SoC. Signed-off-by: Punnaiah Choudary Kalluri <[email protected]> Signed-off-by: Michal Simek <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 28c0f02 commit 8a013a9

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/cadence

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cadence/macb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ static void macb_probe_queues(void __iomem *mem,
22112211
/* is it macb or gem ? */
22122212
mid = readl_relaxed(mem + MACB_MID);
22132213

2214-
if (MACB_BFEXT(IDNUM, mid) != 0x2)
2214+
if (MACB_BFEXT(IDNUM, mid) < 0x2)
22152215
return;
22162216

22172217
/* bit 0 is never set but queue 0 always exists */

0 commit comments

Comments
 (0)