update README.md

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2022-11-03 12:44:57 +00:00
parent cff30ffcfe
commit 76c8e63747
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)