Skip to content

Commit

Permalink
linux/efa: Bump driver version to 1.5.1
Browse files Browse the repository at this point in the history
Reviewed-by: Firas JahJah <[email protected]>
Reviewed-by: Yossi Leybovich <[email protected]>
Signed-off-by: Gal Pressman <[email protected]>
  • Loading branch information
gal-pressman committed Jan 22, 2020
1 parent 3f2efa2 commit f5a2d37
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions kernel/linux/efa/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ The driver was tested on the following distributions:
**SuSE:**
* SuSE 15.1

## r1.5.1 release notes
* Fix SuSE ioctl flow backport

## r1.5.0 release notes
* RDMA read support
* Make ib_uverbs a soft dependency
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/conf/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="efa"
PACKAGE_VERSION="1.5.0"
PACKAGE_VERSION="1.5.1"
CLEAN="make clean"
MAKE="make KERNEL_VERSION=${kernelver}"
BUILT_MODULE_NAME[0]="efa"
Expand Down
5 changes: 5 additions & 0 deletions kernel/linux/efa/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
efa (1.5.1-1.amzn1) unstable; urgency=medium
* Fix SuSE ioctl flow backport

-- Gal Pressman <[email protected]> Thu, 02 Jan 2020 16:21:54 +0000

efa (1.5.0-1.amzn1) unstable; urgency=medium
* RDMA read support
* Make ib_uverbs a soft dependency
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/efa.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.5.0
DRIVER_VERSION=1.5.1

dkms add -m ${NAME} -v ${DRIVER_VERSION}
for kernel in $(/bin/ls /lib/modules); do
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/efa.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.5.0
DRIVER_VERSION=1.5.1

dkms remove -m ${NAME} -v ${DRIVER_VERSION} --all

Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include /usr/share/dpkg/pkg-info.mk
export DH_VERBOSE = 1

NAME = efa
VERSION = 1.5.0
VERSION = 1.5.1
DESTDIR:=`pwd`/debian/${NAME}
INSTALL_PATH = /usr/src/${NAME}-${VERSION}

Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/efa_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static const struct pci_device_id efa_pci_tbl[] = {

#define DRV_MODULE_VER_MAJOR 1
#define DRV_MODULE_VER_MINOR 5
#define DRV_MODULE_VER_SUBMINOR 0
#define DRV_MODULE_VER_SUBMINOR 1

#ifndef DRV_MODULE_VERSION
#define DRV_MODULE_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/rpm/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for creating rpm of the Amazon EFA driver

NAME = efa
VERSION = 1.5.0
VERSION = 1.5.1

TOPDIR := $(shell git rev-parse --show-toplevel)
TAG ?= HEAD
Expand Down
3 changes: 3 additions & 0 deletions kernel/linux/efa/rpm/efa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ install -m 644 RELEASENOTES.md %{buildroot}%{install_path}
/etc/modprobe.d/efa.conf

%changelog
* Thu Jan 02 2020 Gal Pressman <[email protected]> - 1.5.1
- Fix SuSE ioctl flow backport

* Wed Dec 11 2019 Gal Pressman <[email protected]> - 1.5.0
- RDMA read support
- Make ib_uverbs a soft dependency
Expand Down

0 comments on commit f5a2d37

Please sign in to comment.