[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140104.200931.524755895829922293.davem@davemloft.net>
Date: Sat, 04 Jan 2014 20:09:31 -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: Fri, 3 Jan 2014 21:24:07 -0800
> +struct packet_offload *gro_find_receive_by_type(__be16 type);
> +struct packet_offload *gro_find_complete_by_type(__be16 type);
You're not exporting these to modules, therefore if GRE is built
modular it won't work.
Please use GPL exports.
--
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