Add flowid to mbuf to allow drivers to uniquely

identify connection flows to guarantee ordering
across queues
This commit is contained in:
Kip Macy 2008-11-22 08:46:16 +00:00
parent a02573bc06
commit f410c79899

@ -115,6 +115,9 @@ struct pkthdr {
/* variables for ip and tcp reassembly */
void *header; /* pointer to packet header */
int len; /* total packet length */
uint32_t flowid; /* packet's 4-tuple system
* flow identifier
*/
/* variables for hardware checksum */
int csum_flags; /* flags regarding checksum */
int csum_data; /* data field used by csum routines */