[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7NYRg8Mt3_=G3728pN2cJSTth49EVfDADCzZCoZ10npJQ@mail.gmail.com>
Date: Mon, 2 Jun 2014 16:43:04 -0700
From: Cong Wang <cwang@...pensource.com>
To: Tom Herbert <therbert@...gle.com>
Cc: David Miller <davem@...emloft.net>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v2 1/7] udp: Generic functions to set checksum
On Sun, Jun 1, 2014 at 9:00 PM, Tom Herbert <therbert@...gle.com> wrote:
> +
> +
> +/* Function to set UDP checksum for an IPv6 UDP packet. This is intended
> + * for the simple case like when setting the checksum for a UDP tunnel.
> + */
> +static inline void udp6_set_csum(struct sock *sk, struct sk_buff *skb,
> + const struct in6_addr *saddr,
> + const struct in6_addr *daddr, int len)
> +{
I think this function might be too big to be inlined.
Ditto for udp_set_csum().
--
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