From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 2/4] devargs: simplify parameters of removal function Date: Mon, 01 Oct 2018 21:47:54 +0200 Message-ID: <15400060.KEnbAWTMbX@xps> References: <20180907222727.20521-1-thomas@monjalon.net> <20180928162144.1972-3-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, gaetan.rivet@6wind.com, ophirmu@mellanox.com, qi.z.zhang@intel.com, ferruh.yigit@intel.com, ktraynor@redhat.com To: Andrew Rybchenko Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 93CE058C4 for ; Mon, 1 Oct 2018 21:48:00 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/10/2018 13:25, Andrew Rybchenko: > On 9/28/18 7:21 PM, Thomas Monjalon wrote: > > The function rte_devargs_remove(), which is intended to be internal, > > can take a devargs structure as argument. > > The matching is still using string comparison of bus name and > > device name. > > It is simpler and may allow a different devargs matching in future. > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: Andrew Rybchenko > > What about release notes? It is API change, yes, experimental, but still. Yes, you're right. Will fix in v4, thanks.