Re: [PATCH] IPv6 exthedrs offload registration fixed

2014-03-06 Thread David Miller
From: Anton Nayshtut Date: Wed, 5 Mar 2014 08:30:08 +0200 > Without this fix, ipv6_exthdrs_offload_init doesn't register IPPROTO_DSTOPTS > offload, but returns 0 (as the IPPROTO_ROUTING registration actually > succeeds). > > This then causes the ipv6_gso_segment to drop IPv6 packets with >

Re: [PATCH] IPv6 exthedrs offload registration fixed

2014-03-06 Thread David Miller
From: Anton Nayshtut an...@swortex.com Date: Wed, 5 Mar 2014 08:30:08 +0200 Without this fix, ipv6_exthdrs_offload_init doesn't register IPPROTO_DSTOPTS offload, but returns 0 (as the IPPROTO_ROUTING registration actually succeeds). This then causes the ipv6_gso_segment to drop IPv6

[PATCH] IPv6 exthedrs offload registration fixed

2014-03-04 Thread Anton Nayshtut
Without this fix, ipv6_exthdrs_offload_init doesn't register IPPROTO_DSTOPTS offload, but returns 0 (as the IPPROTO_ROUTING registration actually succeeds). This then causes the ipv6_gso_segment to drop IPv6 packets with IPPROTO_DSTOPTS header. The issue detected and the fix verified by running

[PATCH] IPv6 exthedrs offload registration fixed

2014-03-04 Thread Anton Nayshtut
Without this fix, ipv6_exthdrs_offload_init doesn't register IPPROTO_DSTOPTS offload, but returns 0 (as the IPPROTO_ROUTING registration actually succeeds). This then causes the ipv6_gso_segment to drop IPv6 packets with IPPROTO_DSTOPTS header. The issue detected and the fix verified by running