From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: rename passthrough driver to kernel driver Date: Wed, 01 Apr 2015 21:15:44 +0200 Message-ID: <11183736.tf2gLjOhOM@xps13> References: <1427839547-14705-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: 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" > > Kernel driver (kdrv) seems easier to understand than > > passthrough driver (pt_driver). It's also more generic > > as a PMD could run on top of any PCI kernel driver if > > it would offer such support. > > > > Signed-off-by: Thomas Monjalon > > --- > > lib/librte_eal/bsdapp/eal/eal_pci.c | 3 +-- > > lib/librte_eal/common/include/rte_pci.h | 12 ++++++------ > > lib/librte_eal/linuxapp/eal/eal_pci.c | 33 > > ++++++++++++++++----------------- > > lib/librte_ether/rte_ethdev.c | 8 ++++---- > > 4 files changed, 27 insertions(+), 29 deletions(-) > > > > This looks ok for me. > I suppose you checked it builds fine on both linux and bsd ? Yes it builds fine in my Linux and FreeBSD 10.0. > Acked-by: David Marchand Applied, thanks