Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxgb4: Add TP Congestion map entry for single-port

Add TP Congestion Map entry for single-port T6 cards.

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ganesh Goudar and committed by
David S. Miller
3c34cb9d 731cb7e0

+1
+1
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
··· 6091 6091 6092 6092 case CHELSIO_T6: 6093 6093 switch (nports) { 6094 + case 1: 6094 6095 case 2: return 1 << pidx; 6095 6096 } 6096 6097 break;