Re: [PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-15 Thread David Miller
From: Kamal Mostafa Date: Wed, 11 Nov 2015 14:24:27 -0800 > Use the local uapi headers to keep in sync with "recently" added #define's > (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. > > Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 > Signed-off-by: Kamal Mostafa

Re: [PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-15 Thread David Miller
From: Kamal Mostafa Date: Wed, 11 Nov 2015 14:24:27 -0800 > Use the local uapi headers to keep in sync with "recently" added #define's > (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. > > Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 >

Re: [PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-12 Thread Daniel Borkmann
On 11/11/2015 11:24 PM, Kamal Mostafa wrote: Use the local uapi headers to keep in sync with "recently" added #define's (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 Signed-off-by: Kamal Mostafa Acked-by: Daniel

Re: [PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-12 Thread Daniel Borkmann
On 11/11/2015 11:24 PM, Kamal Mostafa wrote: Use the local uapi headers to keep in sync with "recently" added #define's (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 Signed-off-by: Kamal Mostafa

[PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-11 Thread Kamal Mostafa
Use the local uapi headers to keep in sync with "recently" added #define's (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 Signed-off-by: Kamal Mostafa --- tools/net/Makefile | 7 --- 1 file changed, 4 insertions(+),

[PATCH] tools/net: Use include/uapi with __EXPORTED_HEADERS__

2015-11-11 Thread Kamal Mostafa
Use the local uapi headers to keep in sync with "recently" added #define's (e.g. SKF_AD_VLAN_TPID). Refactored CFLAGS, and bpf_asm doesn't need -I. Fixes: 3f356385e8a449e1d7cfc6b6f8d634ac4f5581a0 Signed-off-by: Kamal Mostafa --- tools/net/Makefile | 7 --- 1 file