Re: [dpdk-dev] [PATCH] examples: remove dependency on PCI

2017-11-07 Thread Thomas Monjalon
03/11/2017 14:46, Bruce Richardson: > All PCI functionality should be hidden from apps via the PCI bus driver, > the EAL and individual device drivers. Therefore remove the inclusion of > rte_pci.h from sample apps. > > Signed-off-by: Bruce Richardson Applied, thanks

Re: [dpdk-dev] [PATCH] examples: remove dependency on PCI

2017-11-03 Thread Bruce Richardson
On Fri, Nov 03, 2017 at 01:46:27PM +, Bruce Richardson wrote: > All PCI functionality should be hidden from apps via the PCI bus driver, > the EAL and individual device drivers. Therefore remove the inclusion of > rte_pci.h from sample apps. > > Signed-off-by: Bruce Richardson > --- Note, thi

[dpdk-dev] [PATCH] examples: remove dependency on PCI

2017-11-03 Thread Bruce Richardson
All PCI functionality should be hidden from apps via the PCI bus driver, the EAL and individual device drivers. Therefore remove the inclusion of rte_pci.h from sample apps. Signed-off-by: Bruce Richardson --- examples/bond/main.c | 1 - examples/ethtool/lib