There was an error while loading. Please reload this page.
1 parent 1040bc6 commit e0ce0c3Copy full SHA for e0ce0c3
2 files changed
drivers/intel/i40e/i40e-2.24.6-zc/src/Kbuild
@@ -54,7 +54,7 @@ i40e-objs := i40e_main.o \
54
55
CFLAGS_i40e_main.o := -I$(src)
56
57
-#i40e-$(CONFIG_DCB) += i40e_dcb.o i40e_dcb_nl.o
+i40e-$(CONFIG_DCB) += i40e_dcb.o i40e_dcb_nl.o
58
59
#i40e-$(CONFIG_FCOE:m=y) += i40e_fcoe.o
60
drivers/intel/i40e/i40e-2.24.6-zc/src/kcompat.h
@@ -40,6 +40,7 @@
40
41
#ifdef HAVE_PF_RING
42
#define I40E_32BYTE_RX
43
+/*
44
#ifdef CONFIG_DCB
45
#undef CONFIG_DCB
46
#ifdef CONFIG_FCOE
@@ -49,6 +50,7 @@
49
50
#undef CONFIG_FCOE_MODULE
51
#endif
52
53
+*/
#ifndef IEEE_8021QAZ_APP_SEL_DSCP
0 commit comments