K 10 svn:author V 2 np K 8 svn:date V 27 2019-04-29T03:52:03.319963Z K 7 svn:log V 574 MFC r337538, r337987 r337538: cxgbe(4): Add support for high priority filters on T6+. They have their own region in the TCAM starting with T6, unlike previous chips where they were in the same region as normal filters. These filters "hit" before anything else in the LE's lookup. The exact order is: a) High priority filters b) TOE's active region (TCAM and/or hash) c) Servers (TOE hw listeners) d) Normal filters Sponsored by: Chelsio Communications r337987: cxgbe(4): Adjust ntids to account for nhptids in the TOE case too. This should have been part of r337538. END