On 12/19/2016 5:49 PM, Adrien Mazarguil wrote: > Document syntax, interaction with rte_flow and provide usage examples. > > Signed-off-by: Adrien Mazarguil <adrien.mazarg...@6wind.com> > Acked-by: Olga Shern <ol...@mellanox.com> > ---
<...> > + > +Check whether redirecting any Ethernet packet received on port 0 to RX queue > +index 6 is supported:: > + > + testpmd> flow validate 1 ingress pattern eth / end Small detail, but since note mentions "port 0", command should be: testpmd> flow validate 0 ingress pattern eth / end ... <...>