cxgb4/chtls: fix ULD connection failures due to wrong TID base
Currently, the hardware TID index is assumed to start from index 0. However, with the following changeset, commit c2193999 ("cxgb4: add support for high priority filters") hardware TID index can start after the high priority region, which has introduced a regression resulting in connection failures for ULDs. So, fix all related code to properly recalculate the TID start index based on whether high priority filters are enabled or not. Fixes: c2193999 ("cxgb4: add support for high priority filters") Signed-off-by:Shahjada Abul Husain <shahjada@chelsio.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/crypto/chelsio/chtls/chtls_cm.c 1 addition, 1 deletiondrivers/crypto/chelsio/chtls/chtls_cm.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 10 additions, 12 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 5 additions, 7 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 8 additions, 5 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 8 additions, 1 deletiondrivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
Loading
Please register or sign in to comment