[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPshTChj12sNe6f0TraABDemy6jCYRUzPjLXOa3kHu3PE9s6qg@mail.gmail.com>
Date: Fri, 3 Jan 2014 21:32:17 +0800
From: Jerry Chu <hkchu@...gle.com>
To: David Miller <davem@...emloft.net>
Cc: Eric Dumazet <edumazet@...gle.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
Or Gerlitz <ogerlitz@...lanox.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] net-gre-gro: Add GRE support to the GRO stack
On Fri, Jan 3, 2014 at 8:30 AM, David Miller <davem@...emloft.net> wrote:
> From: "H.K. Jerry Chu" <hkchu@...gle.com>
> Date: Mon, 30 Dec 2013 09:14:11 -0800
>
>> +extern struct list_head offload_base;
>
> Please add a programmatical interface to do the lookups you need
> rather than exporting this symbol externally.
>
> As best I can tell you're trying to "find gro receive by type"
> and "find gro complete by type". So function signatures ought
> to look something like.
>
> struct packet_offload *gro_find_receive_by_type(__be16 type);
> struct packet_offload *gro_find_complete_by_type(__be16 type);
>
> Thanks.
Done. Will resubmit in a minute.
Thanks,
Jerry
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists