From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2FE5D1B32B for ; Thu, 18 Jan 2018 15:58:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 06:58:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,378,1511856000"; d="scan'208";a="20782219" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2018 06:58:46 -0800 To: "Zhang, Helin" , "Ananyev, Konstantin" , "Nicolau, Radu" , "dev@dpdk.org" Cc: "Lu, Wenzhuo" , "Zhao, XinfengX" , "De Lara Guarch, Pablo" References: <1516187946-30607-1-git-send-email-radu.nicolau@intel.com> <1516190088-1540-1-git-send-email-radu.nicolau@intel.com> <2601191342CEEE43887BDE71AB9772588627F305@irsmsx105.ger.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 18 Jan 2018 14:58:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: check if security capabilities are enabled by HW 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: Thu, 18 Jan 2018 14:58:49 -0000 On 1/18/2018 12:43 AM, Zhang, Helin wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ananyev, Konstantin >> Sent: Thursday, January 18, 2018 6:48 AM >> To: Nicolau, Radu; dev@dpdk.org >> Cc: Yigit, Ferruh; Lu, Wenzhuo; Zhao, XinfengX; De Lara Guarch, Pablo >> Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: check if security capabilities are >> enabled by HW >> >> >> >>> -----Original Message----- >>> From: Nicolau, Radu >>> Sent: Wednesday, January 17, 2018 11:55 AM >>> To: dev@dpdk.org >>> Cc: Yigit, Ferruh ; Lu, Wenzhuo >>> ; Ananyev, Konstantin >>> ; Zhao, XinfengX >>> ; De Lara Guarch, Pablo >>> ; Nicolau, Radu >>> >>> Subject: [PATCH v2] net/ixgbe: check if security capabilities are >>> enabled by HW >>> >>> Check if the security enable bits are not fused before setting offload >>> capabilities for security >>> >>> Signed-off-by: Radu Nicolau >>> --- >> >> Acked-by: Konstantin Ananyev > Applied to dpdk-next-net-intel, with minor commit title changes. Thanks! Removed from next-net because new version of the patch sent [1]. [1] https://dpdk.org/dev/patchwork/patch/34016/ > > /Helin >