]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mlx5/mlx5_common.h
net/vhost: fix potential memory leak on close
[dpdk.git] / drivers / common / mlx5 / mlx5_common.h
index bc200e26ab378fbabf751987d19d90846c0bb5d5..16de1b3973d67f9356179b78d286f6d1d86449f0 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdio.h>
 
 #include <rte_pci.h>
+#include <rte_debug.h>
 #include <rte_atomic.h>
 #include <rte_log.h>
 #include <rte_kvargs.h>
@@ -137,6 +138,7 @@ enum {
        PCI_DEVICE_ID_MELLANOX_CONNECTX6VF = 0x101c,
        PCI_DEVICE_ID_MELLANOX_CONNECTX6DX = 0x101d,
        PCI_DEVICE_ID_MELLANOX_CONNECTX6DXVF = 0x101e,
+       PCI_DEVICE_ID_MELLANOX_CONNECTX6DXBF = 0xa2d6,
 };
 
 /* Maximum number of simultaneous unicast MAC addresses. */