From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: remove useless parameter in init functions Date: Tue, 10 Mar 2015 12:20:58 +0100 Message-ID: <2447012.Z1FbFc21TS@xps13> References: <1425580845-13462-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1425580845-13462-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-05 19:40, Thomas Monjalon: > The pointer to struct eth_driver is not used and is already set > in struct rte_eth_dev. > > It's a small cleanup in PMD API which probably needs more > attention to make clear what is a driver, a PCI driver, an > ethernet driver, etc. > > Signed-off-by: Thomas Monjalon Applied