From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: ixgbe: support checksum flags in sse vector Rx function Date: Fri, 14 Oct 2016 01:27:22 +0200 Message-ID: <25902530.Oo2t3XRn4F@xps13> References: <1467893942-4048-1-git-send-email-olivier.matz@6wind.com> <29444fbf-8515-b9ad-cb94-b3f2898b0ada@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Remy Horton , konstantin.ananyev@intel.com, helin.zhang@intel.com, bruce.richardson@intel.com, Maxime Leroy To: Olivier Matz Return-path: Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by dpdk.org (Postfix) with ESMTP id C9A1A29CF for ; Fri, 14 Oct 2016 01:27:24 +0200 (CEST) Received: by mail-lf0-f45.google.com with SMTP id b81so158982908lfe.1 for ; Thu, 13 Oct 2016 16:27:24 -0700 (PDT) In-Reply-To: <29444fbf-8515-b9ad-cb94-b3f2898b0ada@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-06 15:00, Remy Horton: > On 07/07/2016 13:19, Olivier Matz wrote: > [..] > > Signed-off-by: Maxime Leroy > > Signed-off-by: Olivier Matz > > --- > > drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 8 ++--- > > drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 6 ++++ > > drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 50 +++++++++++++++++++++---------- > > 3 files changed, 42 insertions(+), 22 deletions(-) > > Acked-by: Remy Horton Applied directly in mainline on Ferruh's advice