From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 521242BEA for ; Fri, 7 Sep 2018 13:13:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 04:13:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,342,1531810800"; d="scan'208";a="86820684" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by fmsmga004.fm.intel.com with ESMTP; 07 Sep 2018 04:13:44 -0700 To: Kevin Laatz , dev@dpdk.org Cc: bernard.iremonger@intel.com References: <20180904123256.61631-1-kevin.laatz@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <95c40add-013f-e782-3e79-790cdcc50740@intel.com> Date: Fri, 7 Sep 2018 12:13:43 +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: <20180904123256.61631-1-kevin.laatz@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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, 07 Sep 2018 11:13:46 -0000 On 9/4/2018 1:32 PM, Kevin Laatz wrote: > 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