[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52CDB773.6030701@mellanox.com>
Date: Wed, 8 Jan 2014 22:39:15 +0200
From: Or Gerlitz <ogerlitz@...lanox.com>
To: <hkchu@...gle.com>, <edumazet@...gle.com>,
<herbert@...dor.apana.org.au>
CC: <netdev@...r.kernel.org>, <davem@...emloft.net>,
<yanb@...lanox.com>, <shlomop@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>
Subject: Re: [PATCH net-next V3 1/3] net: Add GRO support for UDP encapsulating
protocols
On 08/01/2014 22:34, Or Gerlitz wrote:
> --- a/net/ipv4/udp_offload.c
> +++ b/net/ipv4/udp_offload.c
> @@ -13,6 +13,16 @@
> #include <linux/skbuff.h>
> #include <net/udp.h>
> #include <net/protocol.h>
> +/*
> +struct udp_offload {
> + __be16 port;
> + struct offload_callbacks callbacks;
> + struct list_head list;
> +};
> +*/
sorry for this small mess, will clean it up
--
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