Skip to content

Commit ceb3284

Browse files
Michael Chandavem330
authored andcommitted
bnxt_en: Fix NTUPLE firmware command failures.
The NTUPLE related firmware commands are sent to the wrong firmware channel, causing all these commands to fail on new firmware that supports the new firmware channel. Fix it by excluding the 3 NTUPLE firmware commands from the list for the new firmware channel. Fixes: 760b6d3 ("bnxt_en: Add support for 2nd firmware message channel.") Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5a9ef19 commit ceb3284

File tree

1 file changed

+0
-3
lines changed
  • drivers/net/ethernet/broadcom/bnxt

1 file changed

+0
-3
lines changed

drivers/net/ethernet/broadcom/bnxt/bnxt.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,9 +1936,6 @@ static inline bool bnxt_cfa_hwrm_message(u16 req_type)
19361936
case HWRM_CFA_ENCAP_RECORD_FREE:
19371937
case HWRM_CFA_DECAP_FILTER_ALLOC:
19381938
case HWRM_CFA_DECAP_FILTER_FREE:
1939-
case HWRM_CFA_NTUPLE_FILTER_ALLOC:
1940-
case HWRM_CFA_NTUPLE_FILTER_FREE:
1941-
case HWRM_CFA_NTUPLE_FILTER_CFG:
19421939
case HWRM_CFA_EM_FLOW_ALLOC:
19431940
case HWRM_CFA_EM_FLOW_FREE:
19441941
case HWRM_CFA_EM_FLOW_CFG:

0 commit comments

Comments
 (0)