From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 76B461B807 for ; Thu, 8 Feb 2018 19:06:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 10:06:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,480,1511856000"; d="scan'208";a="18357060" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 08 Feb 2018 10:06:43 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX106.ger.corp.intel.com ([169.254.8.62]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 18:06:43 +0000 From: "Mcnamara, John" To: Ophir Munk , "dev@dpdk.org" , "Adrien Mazarguil" , Moti Haimovsky CC: Thomas Monjalon , Olga Shern , Matan Azrad Thread-Topic: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations Thread-Index: AQHToKoXxbb4Zgy0bkKEFUPQg6VuP6OazSlQ Date: Thu, 8 Feb 2018 18:06:42 +0000 Message-ID: References: <1518072954-19082-1-git-send-email-ophirmu@mellanox.com> In-Reply-To: <1518072954-19082-1-git-send-email-ophirmu@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODExNjNhZWYtMTYxNy00YmIzLTg4YjgtZjlkY2UwNzlmMWNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IktEaFE5YXJwRVQ3UnU1SFpZOEwwTklMbnJveVJMazBUQTArVnk0a2VWUUU9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations 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, 08 Feb 2018 18:06:47 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ophir Munk > Sent: Thursday, February 8, 2018 6:56 AM > To: dev@dpdk.org; Adrien Mazarguil ; Moti > Haimovsky > Cc: Thomas Monjalon ; Olga Shern > ; Ophir Munk ; Matan Azrad > > Subject: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations >=20 > From: Moti Haimovsky >=20 > This patch updates mlx4 documentation with flow configuration limitations > imposed by NIC hardware and PMD implementation >=20 > + For example using testpmd command - src mask must be > + 00:00:00:00:00:00 otherwise the following command will fail > + > +.. code-block:: console > + > + testpmd> flow create 1 ingress pattern eth > + src spec 00:16:3e:2b:e6:47 src mask FF:FF:FF:FF:FF:FF > + / end actions drop / end Is there a condadiction between "src mask must be 00:00:00:00:00:00" and the mask used in the example. Apart from that the doc looks okay. Acked-by: John McNamara