mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 14:55:18 +00:00
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>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <rte_malloc.h>
|
||||
#include <rte_mbuf.h>
|
||||
#include <rte_meter.h>
|
||||
#include <rte_pci.h>
|
||||
#include <rte_vhost.h>
|
||||
|
||||
#include "dirs.h"
|
||||
|
Reference in New Issue
Block a user