[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140102.193026.342067029221260651.davem@davemloft.net>
Date: Thu, 02 Jan 2014 19:30:26 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: hkchu@...gle.com
Cc: edumazet@...gle.com, herbert@...dor.apana.org.au,
ogerlitz@...lanox.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net-gre-gro: Add GRE support to the GRO stack
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.
--
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