diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..b30a0f0 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,5 @@ +## 1.0.0 + +_Date 2022.10.26_ + +* Backport from Linux Kernel v5.12, commit: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717. \ No newline at end of file diff --git a/README.md b/README.md index f8d7620..8924ba4 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +## TODO + +1. ethtool support +2. tc support + +## History + +[History](HISTORY.md) \ No newline at end of file