From 76c8e63747de105912fd1708babb19f13feac769 Mon Sep 17 00:00:00 2001 From: Jim Ma Date: Thu, 3 Nov 2022 12:44:57 +0000 Subject: [PATCH] update README.md Signed-off-by: Jim Ma --- README.md | 4 ++++ igc_main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c55bc..1e60af1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ ip link set up eth1 # in my machine, the nic name is eth1 ### 1.2.1 +_Date 2022.11.03_ + * igc: Fix BUG: scheduling while atomic +* igc: Add new device ID I226_LMVP +* igc: Fix suspending when PTM is active ### 1.2.0 diff --git a/igc_main.c b/igc_main.c index 288820f..1967154 100644 --- a/igc_main.c +++ b/igc_main.c @@ -20,7 +20,7 @@ #include "backport_overflow.h" #define DRV_SUMMARY "Intel(R) 2.5G Ethernet Linux Driver" -#define DRV_VERSION "1.2.0" +#define DRV_VERSION "1.2.1" #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)