From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 76B461B807
 for <dev@dpdk.org>; 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" <john.mcnamara@intel.com>
To: Ophir Munk <ophirmu@mellanox.com>, "dev@dpdk.org" <dev@dpdk.org>, "Adrien
 Mazarguil" <adrien.mazarguil@6wind.com>,
 Moti Haimovsky <motih@mellanox.com>
CC: Thomas Monjalon <thomas@monjalon.net>, Olga Shern <olgas@mellanox.com>,
 Matan Azrad <matan@mellanox.com>
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: <B27915DBBA3421428155699D51E4CFE23EEAC62D@IRSMSX103.ger.corp.intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <adrien.mazarguil@6wind.com>; Moti
> Haimovsky <motih@mellanox.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> <olgas@mellanox.com>; Ophir Munk <ophirmu@mellanox.com>; Matan Azrad
> <matan@mellanox.com>
> Subject: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations
>=20
> From: Moti Haimovsky <motih@mellanox.com>
>=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 <john.mcnamara@intel.com>