Author: np
Date: Tue Oct 15 17:35:39 2019
New Revision: 353578
URL: https://svnweb.freebsd.org/changeset/base/353578

Log:
  cxgbe(4): An EQ update can be requested in a TX_PKTS2 work request.
  
  MFC after:    1 week
  Sponsored by: Chelsio Communications

Modified:
  head/sys/dev/cxgbe/t4_sge.c

Modified: head/sys/dev/cxgbe/t4_sge.c
==============================================================================
--- head/sys/dev/cxgbe/t4_sge.c Tue Oct 15 17:30:12 2019        (r353577)
+++ head/sys/dev/cxgbe/t4_sge.c Tue Oct 15 17:35:39 2019        (r353578)
@@ -2849,6 +2849,7 @@ wr_can_update_eq(struct fw_eth_tx_pkts_wr *wr)
        case FW_ULPTX_WR:
        case FW_ETH_TX_PKT_WR:
        case FW_ETH_TX_PKTS_WR:
+       case FW_ETH_TX_PKTS2_WR:
        case FW_ETH_TX_PKT_VM_WR:
                return (1);
        default:
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to