[dpdk-dev] [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue variable global

2014-08-11 Thread Richardson, Bruce
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Monday, August 11, 2014 2:48 PM > To: Richardson, Bruce > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue > variable globa

[dpdk-dev] [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue variable global

2014-08-11 Thread Bruce Richardson
On descriptor rearm, the mbuf_initializer variable can be used to do a single-shot write to an mbuf to initialize all variables that can be set. This is currently used only by vector PMD function, but now allow it to be generally used by other RX code paths. Signed-off-by: Bruce Richardson --- l

[dpdk-dev] [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue variable global

2014-08-11 Thread Stephen Hemminger
On Mon, 11 Aug 2014 21:44:47 +0100 Bruce Richardson wrote: > On descriptor rearm, the mbuf_initializer variable can be used to do a > single-shot write to an mbuf to initialize all variables that can be > set. This is currently used only by vector PMD function, but now allow > it to be generally