From: Eric Dumazet <[email protected]> Date: Fri, 21 Sep 2012 23:11:11 +0200
> On Fri, 2012-09-21 at 13:27 -0700, Vijay Subramanian wrote: >> I get the following compile error with the newer version of the patch >> >> net/sched/em_meta.c: In function ‘meta_int_sk_sendmsg_off’: >> net/sched/em_meta.c:464: error: ‘struct sock’ has no member named >> ‘sk_sndmsg_off’ >> make[1]: *** [net/sched/em_meta.o] Error 1 >> make: *** [net/sched/em_meta.o] Error 2 >> >> >> >> Vijay > > Oh well, I wonder what's the expected use of this crap... > > Thanks, I'll fix this on v3 ! So many aspects of the meta match are an extreme burdon on development because the keys it allows unnecessarily exposes internals of our implementation. Who really uses it? Maybe we can schedule it for removal.

