]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-dpdk: include dpdk PCI header directly
authorAaron Conole <aconole@redhat.com>
Wed, 9 Aug 2017 20:00:53 +0000 (16:00 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 10 Aug 2017 20:44:24 +0000 (13:44 -0700)
commitfc56f5e0f5fa2e185430a2c90df06d06b677bbd5
tree88b2d97e2aabb236ec54b8cfcb765c76a8270873
parentf8121b3912f882c5f970cbcbbfde746cccce9aac
netdev-dpdk: include dpdk PCI header directly

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 <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Tested-By: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
lib/netdev-dpdk.c