Re: [dpdk-dev] [PATCH v3] ethdev: fix flow validate comments

2017-04-11 Thread Adrien Mazarguil
Hi John, On Thu, Apr 06, 2017 at 05:23:00PM -0700, John Daley wrote: > Change comments for rte_flow_validate() function to indicate that flow > rule collision and resource validation is optional for PMD and therefore > the return codes may have different meanings. > > Fixes: b1a4b4cbc0a8 ("ethdev

[dpdk-dev] [PATCH v3] ethdev: fix flow validate comments

2017-04-06 Thread John Daley
Change comments for rte_flow_validate() function to indicate that flow rule collision and resource validation is optional for PMD and therefore the return codes may have different meanings. Fixes: b1a4b4cbc0a8 ("ethdev: introduce generic flow API") Signed-off-by: John Daley --- v2: another crack