Re: [PATCH 3/5] [IPV6]: Add skb_is_gso_v6

2007-10-15 Thread Jeff Garzik
David Miller wrote: From: Brice Goglin <[EMAIL PROTECTED]> Date: Sat, 13 Oct 2007 12:33:32 +0200 Add skb_is_gso_v6(). Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> No objections from me: Acked-by: David S. Miller <[EMAIL PROTECTED]> Jeff, it's simplest if you just merge this in with the

Re: [PATCH 3/5] [IPV6]: Add skb_is_gso_v6

2007-10-15 Thread David Miller
From: Brice Goglin <[EMAIL PROTECTED]> Date: Sat, 13 Oct 2007 12:33:32 +0200 > Add skb_is_gso_v6(). > > Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> No objections from me: Acked-by: David S. Miller <[EMAIL PROTECTED]> Jeff, it's simplest if you just merge this in with the rest of the myri10

[PATCH 3/5] [IPV6]: Add skb_is_gso_v6

2007-10-13 Thread Brice Goglin
Add skb_is_gso_v6(). Signed-off-by: Brice Goglin <[EMAIL PROTECTED]> --- include/linux/skbuff.h |5 + 1 file changed, 5 insertions(+) Index: linux-git/include/linux/skbuff.h === --- linux-git.orig/include/linux/skbuff.h