Add flowid to mbuf to allow drivers to uniquely

identify connection flows to guarantee ordering
across queues
This commit is contained in:
kmacy 2008-11-22 08:46:16 +00:00
parent 8885ab7439
commit f814c44886

View File

@ -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 */