Re: [dpdk-dev] [PATCH v4] doc: fix flow validate comments

2017-04-21 Thread Thomas Monjalon
21/04/2017 10:11, Adrien Mazarguil: > On Thu, Apr 20, 2017 at 11:49:33AM -0700, John Daley wrote: > > Change comments for rte_flow_validate() function to indicate that flow > > rule collision and resource validation is optional for PMDs and > > therefore the return codes may have different meanings

Re: [dpdk-dev] [PATCH v4] doc: fix flow validate comments

2017-04-21 Thread Adrien Mazarguil
On Thu, Apr 20, 2017 at 11:49:33AM -0700, John Daley wrote: > Change comments for rte_flow_validate() function to indicate that flow > rule collision and resource validation is optional for PMDs and > therefore the return codes may have different meanings. > > Fixes: b1a4b4cbc0a8 ("ethdev: introdu