From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [RFC PATCH 11/14] ixgbe: make mbuf_initializer queue variable global Date: Mon, 11 Aug 2014 14:47:37 -0700 Message-ID: <20140811144737.3ef08d36@haswell.linuxnetplumber.net> References: <1407789890-17355-1-git-send-email-bruce.richardson@intel.com> <1407789890-17355-12-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1407789890-17355-12-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 used by other RX code paths. > > Signed-off-by: Bruce Richardson > --- > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 25 +++++++++++++++++++++++-- > lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 9 ++++++--- > lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 25 +------------------------ > 3 files changed, 30 insertions(+), 29 deletions(-) These patches from 11-14 are really a follow on thread to the original changes. The sequence could be shorter so that reviewers digest 1-10 first.