From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] doc: fix flow validate comments Date: Fri, 21 Apr 2017 10:42:34 +0200 Message-ID: <1947927.qzoAqWIl4q@xps> References: <20170407002300.14433-1-johndale@cisco.com> <20170420184933.27450-1-johndale@cisco.com> <20170421081142.GY3790@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , john.mcnamara@intel.com To: John Daley Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7CFCD2BAE for ; Fri, 21 Apr 2017 10:42:36 +0200 (CEST) In-Reply-To: <20170421081142.GY3790@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. > > > > Fixes: b1a4b4cbc0a8 ("ethdev: introduce generic flow API") > > > > Signed-off-by: John Daley > > One last nit below (not sure if you need to send a new version). In any > case: > > Acked-by: Adrien Mazarguil Applied (with empty line removed), thanks