search for: fagment

Displaying 10 results from an estimated 10 matches for "fagment".

Did you mean: fragment
2014 Dec 17
2
[PATCH 09/10] macvtap: Re-enable UFO support
On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: > Now that UFO is split into v4 and v6 parts, we can bring > back v4 support. Continue to handle legacy applications > by selecting the ipv6 fagment id but do not change the > gso type. This allows 2 legacy VMs to continue to communicate. > > Based on original work from Ben Hutchings. > > Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") > CC: Ben Hutchings <ben at decadent.org.uk> > Signed-...
2014 Dec 17
2
[PATCH 09/10] macvtap: Re-enable UFO support
On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: > Now that UFO is split into v4 and v6 parts, we can bring > back v4 support. Continue to handle legacy applications > by selecting the ipv6 fagment id but do not change the > gso type. This allows 2 legacy VMs to continue to communicate. > > Based on original work from Ben Hutchings. > > Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") > CC: Ben Hutchings <ben at decadent.org.uk> > Signed-...
2014 Dec 18
1
[PATCH 09/10] macvtap: Re-enable UFO support
...17/2014 05:41 PM, Michael S. Tsirkin wrote: > > On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: > >> Now that UFO is split into v4 and v6 parts, we can bring > >> back v4 support. Continue to handle legacy applications > >> by selecting the ipv6 fagment id but do not change the > >> gso type. This allows 2 legacy VMs to continue to communicate. > >> > >> Based on original work from Ben Hutchings. > >> > >> Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") > >> CC: Ben H...
2014 Dec 18
1
[PATCH 09/10] macvtap: Re-enable UFO support
...17/2014 05:41 PM, Michael S. Tsirkin wrote: > > On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: > >> Now that UFO is split into v4 and v6 parts, we can bring > >> back v4 support. Continue to handle legacy applications > >> by selecting the ipv6 fagment id but do not change the > >> gso type. This allows 2 legacy VMs to continue to communicate. > >> > >> Based on original work from Ben Hutchings. > >> > >> Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") > >> CC: Ben H...
2014 Dec 17
0
[PATCH 09/10] macvtap: Re-enable UFO support
Now that UFO is split into v4 and v6 parts, we can bring back v4 support. Continue to handle legacy applications by selecting the ipv6 fagment id but do not change the gso type. This allows 2 legacy VMs to continue to communicate. Based on original work from Ben Hutchings. Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") CC: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: Vladislav Yasevich <vyas...
2014 Dec 17
0
[PATCH 09/10] macvtap: Re-enable UFO support
Now that UFO is split into v4 and v6 parts, we can bring back v4 support. Continue to handle legacy applications by selecting the ipv6 fagment id but do not change the gso type. This allows 2 legacy VMs to continue to communicate. Based on original work from Ben Hutchings. Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") CC: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: Vladislav Yasevich <vyas...
2014 Dec 18
0
[PATCH 09/10] macvtap: Re-enable UFO support
On 12/17/2014 05:41 PM, Michael S. Tsirkin wrote: > On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: >> Now that UFO is split into v4 and v6 parts, we can bring >> back v4 support. Continue to handle legacy applications >> by selecting the ipv6 fagment id but do not change the >> gso type. This allows 2 legacy VMs to continue to communicate. >> >> Based on original work from Ben Hutchings. >> >> Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") >> CC: Ben Hutchings <ben at decadent.o...
2014 Dec 18
0
[PATCH 09/10] macvtap: Re-enable UFO support
On 12/17/2014 05:41 PM, Michael S. Tsirkin wrote: > On Wed, Dec 17, 2014 at 01:20:54PM -0500, Vladislav Yasevich wrote: >> Now that UFO is split into v4 and v6 parts, we can bring >> back v4 support. Continue to handle legacy applications >> by selecting the ipv6 fagment id but do not change the >> gso type. This allows 2 legacy VMs to continue to communicate. >> >> Based on original work from Ben Hutchings. >> >> Fixes: 88e0e0e5aa7a ("drivers/net: Disable UFO through virtio") >> CC: Ben Hutchings <ben at decadent.o...
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore