Skip to content

Commit

Permalink
ixgbevf-zc driver update v.4.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jan 10, 2024
1 parent 4b2c125 commit 8a051a2
Show file tree
Hide file tree
Showing 40 changed files with 32,592 additions and 0 deletions.
319 changes: 319 additions & 0 deletions drivers/intel/ixgbevf/ixgbevf-4.18.9-zc/COPYING

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions drivers/intel/ixgbevf/ixgbevf-4.18.9-zc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export PF_RING_PATH := $(shell cd ../../../../kernel; pwd)
export C_INCLUDE_PATH := ${PF_RING_PATH}/linux

all:
cd src; make

clean:
cd src; make clean
Loading

0 comments on commit 8a051a2

Please sign in to comment.