Skip to content

Commit

Permalink
Add macro missing on debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Sep 29, 2023
1 parent 269fcd8 commit ffc9505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/intel/ixgbe/ixgbe-5.19.6-zc/src/kcompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
#include <linux/udp.h>
#include <linux/vmalloc.h>


#ifndef VXLAN_HEADROOM
#define VXLAN_HEADROOM (20 + 8 + 8 + 14)
#endif

#ifndef IEEE_8021QAZ_APP_SEL_DSCP
#define IEEE_8021QAZ_APP_SEL_DSCP 5
Expand Down

0 comments on commit ffc9505

Please sign in to comment.