Re: [PATCH 2/2] veth: allow configuring GSO maximums

2017-12-05 Thread Solio Sarabia
On Tue, Dec 05, 2017 at 05:25:10PM -0800, Stephen Hemminger wrote: > On Tue, 5 Dec 2017 17:14:26 -0800 > Solio Sarabia wrote: > > > From: Stephen Hemminger > > > > Veth's can be used in environments (like Azure) where the underlying > > network device is impacted by large GSO packets. This pat

Re: [PATCH 2/2] veth: allow configuring GSO maximums

2017-12-05 Thread Stephen Hemminger
On Tue, 5 Dec 2017 17:14:26 -0800 Solio Sarabia wrote: > From: Stephen Hemminger > > Veth's can be used in environments (like Azure) where the underlying > network device is impacted by large GSO packets. This patch allows > gso maximum values to be passed in when creating the device via > net

[PATCH 2/2] veth: allow configuring GSO maximums

2017-12-05 Thread Solio Sarabia
From: Stephen Hemminger Veth's can be used in environments (like Azure) where the underlying network device is impacted by large GSO packets. This patch allows gso maximum values to be passed in when creating the device via netlink. In theory, other pseudo devices could also use netlink attribut