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)