Skip to content
Snippets Groups Projects
Unverified Commit f37c29a0 authored by Suryanarayana Raju Sangani's avatar Suryanarayana Raju Sangani
Browse files

Linux Driver 2022.1.4 patch: Update version info and release notes

Linux Driver 2022.1.4 patch: Update version info and release notes
parent 3fa4e569
No related branches found
No related tags found
No related merge requests found
RELEASE: 2022.1.3 Patch
RELEASE: 2022.1.4 Patch
=======================
This release is validated for
......@@ -116,6 +116,11 @@ CPM5
----------------------
- Ported changes from pull request https://github.com/Xilinx/dma_ip_drivers/pull/170 to fix coverity issues
2022.1.4 Patch Updates
----------------------
- Added support for more than 2K queues for PF/VF
- Added support for Fedora36
KNOWN ISSUES:
=============
- CPM5 Only
......
......@@ -20,7 +20,7 @@
#define QDMA_VERSION_MAJOR 2022
#define QDMA_VERSION_MINOR 1
#define QDMA_VERSION_PATCH 3
#define QDMA_VERSION_PATCH 4
#define QDMA_VERSION_STR \
__stringify(QDMA_VERSION_MAJOR) "." \
......
......@@ -25,7 +25,7 @@
#define LIBQDMA_VERSION_MAJOR 2022
#define LIBQDMA_VERSION_MINOR 1
#define LIBQDMA_VERSION_PATCH 3
#define LIBQDMA_VERSION_PATCH 4
#define LIBQDMA_VERSION_STR \
__stringify(LIBQDMA_VERSION_MAJOR) "." \
......
......@@ -33,7 +33,7 @@
#define DRV_MOD_MAJOR 2022
#define DRV_MOD_MINOR 1
#define DRV_MOD_PATCHLEVEL 3
#define DRV_MOD_PATCHLEVEL 4
#define DRV_MODULE_VERSION \
__stringify(DRV_MOD_MAJOR) "." \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment