X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4.h;h=4c7505e2cdb9a8982db3104699ff8ef4361cb77f;hb=75ef62a9430116e7a0d00fbec68af05a5333c116;hp=433aa3b7e35682d0d225dd81a528658b050060bc;hpb=98a1f3776fc9a3de442aee4136adbd6cf3a63f15;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 433aa3b7e3..4c7505e2cd 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -51,6 +51,9 @@ /* Maximum number of simultaneous VLAN filters supported. See above. */ #define MLX4_MAX_VLAN_IDS 127 +/* Request send completion once in every 64 sends, might be less. */ +#define MLX4_PMD_TX_PER_COMP_REQ 64 + /* Maximum number of Scatter/Gather Elements per Work Request. */ #ifndef MLX4_PMD_SGE_WR_N #define MLX4_PMD_SGE_WR_N 4 @@ -80,6 +83,9 @@ #define MLX4_PMD_SOFT_COUNTERS 1 #endif +/* Alarm timeout. */ +#define MLX4_ALARM_TIMEOUT_US 100000 + enum { PCI_VENDOR_ID_MELLANOX = 0x15b3, }; @@ -90,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) \