Skip to content

Commit

Permalink
New ixgbe zc driver v.5.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Sep 29, 2023
1 parent 634eb2a commit 187bcbf
Show file tree
Hide file tree
Showing 70 changed files with 80,263 additions and 0 deletions.
319 changes: 319 additions & 0 deletions drivers/intel/ixgbe/ixgbe-5.19.6-zc/COPYING

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions drivers/intel/ixgbe/ixgbe-5.19.6-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 187bcbf

Please sign in to comment.