> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ophir Munk > Sent: Thursday, February 8, 2018 6:56 AM > To: dev@dpdk.org; Adrien Mazarguil <adrien.mazarg...@6wind.com>; Moti > Haimovsky <mo...@mellanox.com> > Cc: Thomas Monjalon <tho...@monjalon.net>; Olga Shern > <ol...@mellanox.com>; Ophir Munk <ophi...@mellanox.com>; Matan Azrad > <ma...@mellanox.com> > Subject: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations > > From: Moti Haimovsky <mo...@mellanox.com> > > This patch updates mlx4 documentation with flow configuration limitations > imposed by NIC hardware and PMD implementation >
> + 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.mcnam...@intel.com>