add HISTORY.md

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2022-10-26 21:51:08 +08:00
parent 2eb7edad3e
commit 1f2cffea9a
2 changed files with 15 additions and 1 deletions

5
HISTORY.md Normal file
View File

@ -0,0 +1,5 @@
## 1.0.0
_Date 2022.10.26_
* Backport from Linux Kernel v5.12, commit: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717.

View File

@ -49,4 +49,13 @@ insmod igc.ko debug=16 # enable debug log
echo igc > /sys/bus/pci/devices/0000:03:00.0/driver_override
echo 0000:03:00.0 > /sys/bus/pci/drivers_probe
ip link set up eth1 # in my machine, the nic name is eth1
```
```
## TODO
1. ethtool support
2. tc support
## History
[History](HISTORY.md)