From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B96CE1B208 for ; Thu, 18 Jan 2018 01:43:12 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 16:43:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,374,1511856000"; d="scan'208";a="23255951" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 17 Jan 2018 16:43:10 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 16:43:10 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 16:43:09 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Thu, 18 Jan 2018 08:43:05 +0800 From: "Zhang, Helin" To: "Ananyev, Konstantin" , "Nicolau, Radu" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Zhao, XinfengX" , "De Lara Guarch, Pablo" Thread-Topic: [PATCH v2] net/ixgbe: check if security capabilities are enabled by HW Thread-Index: AQHTj4wwRNkcZg/91EKGlwyWQgGGPaN4qw/QgAAgVJA= Date: Thu, 18 Jan 2018 00:43:04 +0000 Message-ID: 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> In-Reply-To: <2601191342CEEE43887BDE71AB9772588627F305@irsmsx105.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 00:43:13 -0000 > -----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 capabilit= ies are > enabled by HW >=20 >=20 >=20 > > -----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 > > --- >=20 > Acked-by: Konstantin Ananyev Applied to dpdk-next-net-intel, with minor commit title changes. Thanks! /Helin