Skip to content

Commit f8d96e6

Browse files
committed
New igb-zc driver 5.16.11
1 parent 2003a61 commit f8d96e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+56946
-0
lines changed

drivers/intel/igb/igb-5.16.11-zc/COPYING

Lines changed: 319 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export PF_RING_PATH := $(shell cd ../../../../kernel; pwd)
2+
export C_INCLUDE_PATH := ${PF_RING_PATH}/linux
3+
4+
all:
5+
cd src; make
6+
7+
clean:
8+
cd src; make clean

0 commit comments

Comments
 (0)