net/mlx5: fix link speed capability information
[dpdk.git] / drivers / net / mlx4 / mlx4.h
index 151c34b..4c7505e 100644 (file)
@@ -83,6 +83,9 @@
 #define MLX4_PMD_SOFT_COUNTERS 1
 #endif
 
+/* Alarm timeout. */
+#define MLX4_ALARM_TIMEOUT_US 100000
+
 enum {
        PCI_VENDOR_ID_MELLANOX = 0x15b3,
 };
@@ -93,7 +96,7 @@ enum {
        PCI_DEVICE_ID_MELLANOX_CONNECTX3PRO = 0x1007,
 };
 
-#define MLX4_DRIVER_NAME "librte_pmd_mlx4"
+#define MLX4_DRIVER_NAME "net_mlx4"
 
 /* Bit-field manipulation. */
 #define BITFIELD_DECLARE(bf, type, size)                               \