Re: [ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-10 Thread Ben Pfaff
On Thu, Aug 10, 2017 at 03:33:55PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > On Wed, Aug 09, 2017 at 04:00:53PM -0400, Aaron Conole wrote: > >> As part of a devargs rework in DPDK, the PCI header file was removed, and > >> needs to be directly included. This isn't required to build wi

Re: [ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-10 Thread Aaron Conole
Ben Pfaff writes: > On Wed, Aug 09, 2017 at 04:00:53PM -0400, Aaron Conole wrote: >> As part of a devargs rework in DPDK, the PCI header file was removed, and >> needs to be directly included. This isn't required to build with 17.05 or >> earlier, but will be required should a future update happ

Re: [ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-10 Thread Ben Pfaff
On Wed, Aug 09, 2017 at 04:00:53PM -0400, Aaron Conole wrote: > As part of a devargs rework in DPDK, the PCI header file was removed, and > needs to be directly included. This isn't required to build with 17.05 or > earlier, but will be required should a future update happen. > > Signed-off-by: A

Re: [ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-10 Thread Loftus, Ciara
> > On 08/09/2017 10:00 PM, Aaron Conole wrote: > > As part of a devargs rework in DPDK, the PCI header file was removed, and > > needs to be directly included. This isn't required to build with 17.05 or > > earlier, but will be required should a future update happen. > > > > Signed-off-by: Aaron

Re: [ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-10 Thread Timothy M. Redaelli
On 08/09/2017 10:00 PM, Aaron Conole wrote: > As part of a devargs rework in DPDK, the PCI header file was removed, and > needs to be directly included. This isn't required to build with 17.05 or > earlier, but will be required should a future update happen. > > Signed-off-by: Aaron Conole Trie

[ovs-dev] [PATCH] netdev-dpdk: include dpdk PCI header directly

2017-08-09 Thread Aaron Conole
As part of a devargs rework in DPDK, the PCI header file was removed, and needs to be directly included. This isn't required to build with 17.05 or earlier, but will be required should a future update happen. Signed-off-by: Aaron Conole --- lib/netdev-dpdk.c | 1 + 1 file changed, 1 insertion(+