From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 617734C94 for ; Mon, 10 Sep 2018 18:55:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2018 09:55:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,356,1531810800"; d="scan'208";a="89225329" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga001.jf.intel.com with ESMTP; 10 Sep 2018 09:55:16 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 10 Sep 2018 17:55:15 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.116]) by irsmsx155.ger.corp.intel.com ([169.254.14.243]) with mapi id 14.03.0319.002; Mon, 10 Sep 2018 17:55:15 +0100 From: "Iremonger, Bernard" To: "Laatz, Kevin" , "dev@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: add check for Rx offload security flag Thread-Index: AQHUSSN6t10OA8/ii0KzY8R1akSX/KTpu45A Date: Mon, 10 Sep 2018 16:55:15 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260CED71D@IRSMSX107.ger.corp.intel.com> References: <20180904123256.61631-1-kevin.laatz@intel.com> <20180910162854.89466-1-kevin.laatz@intel.com> In-Reply-To: <20180910162854.89466-1-kevin.laatz@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTg5MGVlNmYtZTNjNi00YjA0LTg0MWItMzFhOGM1YjI4MzQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYW5mckloSEpuN24xdmkxV013ZVRNYlVFWmFhYlJ3VjMxc0F5WXdKa1V2VGNFV3g5ajFFVjRvUlYzVjlIek9GKyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 10 Sep 2018 16:55:28 -0000 > -----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 >=20 > Add a check for the DEV_RX_OFFLOAD_SECURITY flag to the > port_offload_cap_display(). >=20 > Signed-off-by: Kevin Laatz > Reviewed-by: Ferruh Yigit Acked-by: Bernard Iremonger