From 1f2cffea9a48c8cec86bd3ef65a6080c0b05cd09 Mon Sep 17 00:00:00 2001 From: Jim Ma Date: Wed, 26 Oct 2022 21:51:08 +0800 Subject: [PATCH] add HISTORY.md Signed-off-by: Jim Ma --- HISTORY.md | 5 +++++ README.md | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 HISTORY.md 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