> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Ophir Munk > Sent: Thursday, February 8, 2018 6:56 AM > To: [email protected]; Adrien Mazarguil <[email protected]>; Moti > Haimovsky <[email protected]> > Cc: Thomas Monjalon <[email protected]>; Olga Shern > <[email protected]>; Ophir Munk <[email protected]>; Matan Azrad > <[email protected]> > Subject: [dpdk-dev] [PATCH v1] doc: update mlx4 flow limitations > > From: Moti Haimovsky <[email protected]> > > 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 <[email protected]>

