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 <[email protected]> > Acked-by: Olga Shern <[email protected]> > ---
<...> > + > +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 ... <...>

