[dpdk-dev] [RFC PATCH 13/14] mbuf: cleanup + added in additional mbuf fields.

2014-08-12 Thread Olivier MATZ
Hi Bruce, On 08/11/2014 10:44 PM, Bruce Richardson wrote: > Cleanups: > * use typedefs for markers within mbuf struct > * split up vlan_macip field as the l2/l3 lengths are for TX so go on the >second cache line. > * created a tx_ol field in second cache line for data used for tx >offloads

[dpdk-dev] [RFC PATCH 13/14] mbuf: cleanup + added in additional mbuf fields.

2014-08-11 Thread Bruce Richardson
Cleanups: * use typedefs for markers within mbuf struct * split up vlan_macip field as the l2/l3 lengths are for TX so go on the second cache line. * created a tx_ol field in second cache line for data used for tx offloads * rename the hash field to the filter field as it contains more than j