From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 52C1B1B20C for ; Tue, 31 Oct 2017 18:15:56 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2017 10:15:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,325,1505804400"; d="scan'208";a="915911826" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.190]) ([10.241.225.190]) by FMSMGA003.fm.intel.com with ESMTP; 31 Oct 2017 10:15:54 -0700 To: "Ananyev, Konstantin" , "Nicolau, Radu" , "dev@dpdk.org" References: <1509110679-23926-1-git-send-email-radu.nicolau@intel.com> <2601191342CEEE43887BDE71AB9772585FAB5C14@irsmsx105.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <0cb51041-aedb-ff33-6787-adf301e19c54@intel.com> Date: Tue, 31 Oct 2017 10:15:54 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <2601191342CEEE43887BDE71AB9772585FAB5C14@irsmsx105.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix IPsec Rx with SSE on X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2017 17:15:57 -0000 On 10/31/2017 8:47 AM, Ananyev, Konstantin wrote: > > >> -----Original Message----- >> From: Nicolau, Radu >> Sent: Friday, October 27, 2017 2:25 PM >> To: dev@dpdk.org >> Cc: Ananyev, Konstantin ; Nicolau, Radu >> Subject: [PATCH] net/ixgbe: fix IPsec Rx with SSE on >> >> Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec") >> And small performance improvement >> >> Signed-off-by: Radu Nicolau > Acked-by: Konstantin Ananyev Applied to dpdk-next-net/master, thanks.