From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next v1] net: use a per task frag allocator Date: Fri, 21 Sep 2012 23:11:11 +0200 Message-ID: <1348261871.2669.962.camel@edumazet-glaptop> References: <1348073761.26523.1095.camel@edumazet-glaptop> <20120920.174827.1245530945282009606.davem@davemloft.net> <1348239433.2669.522.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Ben Hutchings , Alexander Duyck To: Vijay Subramanian Return-path: Received: from mail-ee0-f46.google.com ([74.125.83.46]:60323 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752389Ab2IVIBj (ORCPT ); Sat, 22 Sep 2012 04:01:39 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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 >=20 > net/sched/em_meta.c: In function =E2=80=98meta_int_sk_sendmsg_off=E2=80= =99: > net/sched/em_meta.c:464: error: =E2=80=98struct sock=E2=80=99 has no = member named > =E2=80=98sk_sndmsg_off=E2=80=99 > make[1]: *** [net/sched/em_meta.o] Error 1 > make: *** [net/sched/em_meta.o] Error 2 >=20 >=20 >=20 > Vijay Oh well, I wonder what's the expected use of this crap... Thanks, I'll fix this on v3 !