Bump the Mellanox driver version numbers and the FreeBSD version number.

MFC after:	3 days
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2019-05-08 11:15:07 +00:00
parent 450ce30a50
commit 31c16d22ca
6 changed files with 11 additions and 11 deletions

View File

@ -53,8 +53,8 @@
#define DRV_NAME "mlx4_core"
#define PFX DRV_NAME ": "
#define DRV_VERSION "3.5.0"
#define DRV_RELDATE "November 2018"
#define DRV_VERSION "3.5.1"
#define DRV_RELDATE "April 2019"
#define MLX4_FS_UDP_UC_EN (1 << 1)
#define MLX4_FS_TCP_UC_EN (1 << 2)

View File

@ -64,9 +64,9 @@
#define DRV_NAME MLX4_IB_DRV_NAME
#ifndef DRV_VERSION
#define DRV_VERSION "3.5.0"
#define DRV_VERSION "3.5.1"
#endif
#define DRV_RELDATE "November 2018"
#define DRV_RELDATE "April 2019"
#define MLX4_IB_FLOW_MAX_PRIO 0xFFF
#define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF

View File

@ -36,9 +36,9 @@
#define DRIVER_NAME "mlx5_core"
#ifndef DRIVER_VERSION
#define DRIVER_VERSION "3.5.0"
#define DRIVER_VERSION "3.5.1"
#endif
#define DRIVER_RELDATE "November 2018"
#define DRIVER_RELDATE "April 2019"
extern int mlx5_core_debug_mask;

View File

@ -31,9 +31,9 @@
#include <machine/atomic.h>
#ifndef ETH_DRIVER_VERSION
#define ETH_DRIVER_VERSION "3.5.0"
#define ETH_DRIVER_VERSION "3.5.1"
#endif
#define DRIVER_RELDATE "November 2018"
#define DRIVER_RELDATE "April 2019"
static const char mlx5e_version[] = "mlx5en: Mellanox Ethernet driver "
ETH_DRIVER_VERSION " (" DRIVER_RELDATE ")\n";

View File

@ -52,9 +52,9 @@
#define DRIVER_NAME "mlx5ib"
#ifndef DRIVER_VERSION
#define DRIVER_VERSION "3.5.0"
#define DRIVER_VERSION "3.5.1"
#endif
#define DRIVER_RELDATE "November 2018"
#define DRIVER_RELDATE "April 2019"
MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
MODULE_LICENSE("Dual BSD/GPL");

View File

@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1300023 /* Master, propagated to newvers */
#define __FreeBSD_version 1300024 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,