[dpdk-dev] [PATCH 04/13] mbuf: expand ol_flags field to 64-bits

2014-09-09 Thread Richardson, Bruce
> -Original Message- > From: Olivier MATZ [mailto:olivier.matz at 6wind.com] > Sent: Monday, September 08, 2014 11:26 AM > To: Richardson, Bruce; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 04/13] mbuf: expand ol_flags field to 64-bits > > Hi Bruce, > > On

[dpdk-dev] [PATCH 04/13] mbuf: expand ol_flags field to 64-bits

2014-09-08 Thread Olivier MATZ
Hi Bruce, On 09/03/2014 05:49 PM, Bruce Richardson wrote: > The offload flags field (ol_flags) was 16-bits and had no further room > for expansion. This patch increases the field size to 64-bits, using up > the remaining reserved space in the single-cache-line mbuf. > > NOTE: none of the values

[dpdk-dev] [PATCH 04/13] mbuf: expand ol_flags field to 64-bits

2014-09-03 Thread Bruce Richardson
The offload flags field (ol_flags) was 16-bits and had no further room for expansion. This patch increases the field size to 64-bits, using up the remaining reserved space in the single-cache-line mbuf. NOTE: none of the values for existing flags have been changed, i.e. no new numbers have been