From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 15A3E5679 for ; Thu, 6 Oct 2016 16:00:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 06 Oct 2016 07:00:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="1050289046" Received: from rhorton-mobl.ger.corp.intel.com (HELO [10.252.21.216]) ([10.252.21.216]) by fmsmga001.fm.intel.com with ESMTP; 06 Oct 2016 07:00:46 -0700 To: Olivier Matz , dev@dpdk.org, konstantin.ananyev@intel.com, helin.zhang@intel.com References: <1467893942-4048-1-git-send-email-olivier.matz@6wind.com> Cc: bruce.richardson@intel.com, Maxime Leroy From: Remy Horton Organization: Intel Shannon Limited Message-ID: <29444fbf-8515-b9ad-cb94-b3f2898b0ada@intel.com> Date: Thu, 6 Oct 2016 15:00:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1467893942-4048-1-git-send-email-olivier.matz@6wind.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] ixgbe: support checksum flags in sse vector Rx function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 14:00:52 -0000 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