Skip to content

Commit e0ce0c3

Browse files
committed
Fix i40e
1 parent 1040bc6 commit e0ce0c3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/intel/i40e/i40e-2.24.6-zc/src/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ i40e-objs := i40e_main.o \
5454

5555
CFLAGS_i40e_main.o := -I$(src)
5656

57-
#i40e-$(CONFIG_DCB) += i40e_dcb.o i40e_dcb_nl.o
57+
i40e-$(CONFIG_DCB) += i40e_dcb.o i40e_dcb_nl.o
5858

5959
#i40e-$(CONFIG_FCOE:m=y) += i40e_fcoe.o
6060

drivers/intel/i40e/i40e-2.24.6-zc/src/kcompat.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
#ifdef HAVE_PF_RING
4242
#define I40E_32BYTE_RX
43+
/*
4344
#ifdef CONFIG_DCB
4445
#undef CONFIG_DCB
4546
#ifdef CONFIG_FCOE
@@ -49,6 +50,7 @@
4950
#undef CONFIG_FCOE_MODULE
5051
#endif
5152
#endif
53+
*/
5254
#endif
5355

5456
#ifndef IEEE_8021QAZ_APP_SEL_DSCP

0 commit comments

Comments
 (0)