svn commit: r353578 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Tue Oct 15 17:35:40 UTC 2019


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:


More information about the svn-src-head mailing list