Re: [net-next PATCH v2 1/5] net: virtio dynamically disable/enable LRO

2016-11-22 Thread John Fastabend
On 16-11-21 03:23 PM, Michael S. Tsirkin wrote: > On Sat, Nov 19, 2016 at 06:49:34PM -0800, John Fastabend wrote: >> This adds support for dynamically setting the LRO feature flag. The >> message to control guest features in the backend uses the >> CTRL_GUEST_OFFLOADS msg type. >> >> Signed-off-by:

Re: [net-next PATCH v2 1/5] net: virtio dynamically disable/enable LRO

2016-11-21 Thread Michael S. Tsirkin
On Sat, Nov 19, 2016 at 06:49:34PM -0800, John Fastabend wrote: > This adds support for dynamically setting the LRO feature flag. The > message to control guest features in the backend uses the > CTRL_GUEST_OFFLOADS msg type. > > Signed-off-by: John Fastabend > --- > drivers/net/virtio_net.c |

[net-next PATCH v2 1/5] net: virtio dynamically disable/enable LRO

2016-11-19 Thread John Fastabend
This adds support for dynamically setting the LRO feature flag. The message to control guest features in the backend uses the CTRL_GUEST_OFFLOADS msg type. Signed-off-by: John Fastabend --- drivers/net/virtio_net.c | 45 - 1 file changed, 44 insertio