PERFORCE change 125524 for review

Kip Macy kmacy at FreeBSD.org
Tue Aug 21 18:32:51 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125524

Change 125524 by kmacy at kmacy_home:ethng on 2007/08/22 01:32:45

	add "batch" CPL packet descriptor for CPL message supporting 7 packets per WR

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/common/cxgb_t3_cpl.h#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/dev/cxgb/common/cxgb_t3_cpl.h#2 (text+ko) ====

@@ -1131,6 +1131,18 @@
 	__be32 lso_info;
 };
 
+struct cpl_tx_pkt_batch_entry {
+	__be32 cntrl;
+	__be32 len;
+	__be64 addr;
+};
+
+struct cpl_tx_pkt_batch {
+	WR_HDR;
+	struct cpl_tx_pkt_batch_entry pkt_entry[7];
+};
+
+
 /* cpl_tx_pkt*.cntrl fields */
 #define S_TXPKT_VLAN    0
 #define M_TXPKT_VLAN    0xFFFF


More information about the p4-projects mailing list