From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] 10G PMD: New vectorized functions for RX/TX Date: Mon, 16 Jun 2014 10:25:36 +0200 Message-ID: <2555638.4eYMKNrd7u@xps13> References: <1399888587-21068-1-git-send-email-bruce.richardson@intel.com> <1402699944-3902-1-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: <1402699944-3902-1-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" 2014-06-13 23:52, Bruce Richardson: > New file containing optimized receive and transmit functions which > use 128bit vector instructions to improve performance. When conditions > permit, these functions will be enabled at runtime by the device > initialization routines already in the PMD. > > The compilation of the vectorized RX and TX code paths is controlled by > a new setting in the build time configuration for the IXGBE driver. Also > added is a setting which allows an optional further performance increase > by disabling the use of the olflags field on packet RX. Acked-by: Thomas Monjalon I've adjusted code for 2 "ASSIGN_IN_IF" checkpatch errors and applied for version 1.7.0. Thanks -- Thomas