From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B323F4CE4 for ; Fri, 21 Sep 2018 02:51:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 17:51:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="71690621" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.252.22.231]) ([10.252.22.231]) by fmsmga007.fm.intel.com with ESMTP; 20 Sep 2018 17:51:26 -0700 To: "Iremonger, Bernard" , "Laatz, Kevin" , "dev@dpdk.org" References: <20180904123256.61631-1-kevin.laatz@intel.com> <20180910162854.89466-1-kevin.laatz@intel.com> <8CEF83825BEC744B83065625E567D7C260CED71D@IRSMSX107.ger.corp.intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <36f0a2b6-6ae9-e9a8-020c-34af56f30ece@intel.com> Date: Fri, 21 Sep 2018 01:51:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CED71D@IRSMSX107.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: add check for Rx offload security flag 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: Fri, 21 Sep 2018 00:51:29 -0000 On 9/10/2018 5:55 PM, Iremonger, Bernard wrote: > >> -----Original Message----- >> From: Laatz, Kevin >> Sent: Monday, September 10, 2018 5:29 PM >> To: dev@dpdk.org >> Cc: Iremonger, Bernard ; Laatz, Kevin >> >> Subject: [PATCH v2] app/testpmd: add check for Rx offload security flag >> >> Add a check for the DEV_RX_OFFLOAD_SECURITY flag to the >> port_offload_cap_display(). >> >> Signed-off-by: Kevin Laatz >> Reviewed-by: Ferruh Yigit > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.