From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 47413F94 for ; Mon, 25 Sep 2017 13:23:16 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 25 Sep 2017 04:23:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,435,1500966000"; d="scan'208";a="1223338297" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2017 04:23:12 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX101.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Mon, 25 Sep 2017 12:23:12 +0100 From: "Mcnamara, John" To: Thomas Monjalon , Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide Thread-Index: AQHTMhD4FBVhOdbeek+JJyrYR7g6q6LFfSjA Date: Mon, 25 Sep 2017 11:23:10 +0000 Message-ID: References: <20170920130313.28068-1-thomas@monjalon.net> In-Reply-To: <20170920130313.28068-1-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGNmY2ZmMzMtYzAxOC00MDk5LWFlMjEtZGJlNjg3ZDNmZDZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRDRGxCbVZIdmxLd2Z1enBnV1lUTE5qa1wvbDU1Z0FvNjZ2V1kwM09qR3JrPSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP guide 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, 25 Sep 2017 11:23:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, September 20, 2017 2:03 PM > To: Pascal Mazon > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add Linux flower support check in TAP > guide >=20 > The flow API is supported in TAP PMD if flower is supported in Linux. > Some commands are combined to suggest a convenient check of its support b= y > the running kernel. >=20 > Signed-off-by: Thomas Monjalon Acked-by: John McNamara