]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'cxgb4-chtls-fix-issues-related-to-high-priority-region'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 06:33:54 +0000 (22:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 06:33:54 +0000 (22:33 -0800)
commit5debb18f965a8f9e9d966715b8b61c164c3ea6ad
tree72fcc8973604ce5610f6a2df6661a38816ebc004
parent8ae674964e67eb7deb3f0e489bfe9c102a7990b0
parent59437d78f088e506cabdd5e0f0601c531a9830b4
Merge branch 'cxgb4-chtls-fix-issues-related-to-high-priority-region'

Shahjada Abul Husain says:

====================
cxgb4/chtls: fix issues related to high priority region

The high priority region introduced by:

commit c21939998802 ("cxgb4: add support for high priority filters")

had caused regression in some code paths, leading to connection
failures for the ULDs.

This series of patches attempt to fix the regressions.

Patch 1 fixes some code paths that have been missed to consider
the high priority region.

Patch 2 fixes ULD connection failures due to wrong TID base that
had been shifted after the high priority region.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>