Re: [PATCH net-next] vxlan: vxlan dev should inherit lowerdev's gso_max_size

2017-04-01 Thread David Miller
From: Felix Manlunas Date: Wed, 29 Mar 2017 17:56:43 -0700 > vxlan dev currently ignores lowerdev's gso_max_size, which adversely > affects TSO performance of liquidio if it's the lowerdev. Egress TCP > packets' skb->len often exceed liquidio's advertised gso_max_size. This > may happen on othe

[PATCH net-next] vxlan: vxlan dev should inherit lowerdev's gso_max_size

2017-03-29 Thread Felix Manlunas
vxlan dev currently ignores lowerdev's gso_max_size, which adversely affects TSO performance of liquidio if it's the lowerdev. Egress TCP packets' skb->len often exceed liquidio's advertised gso_max_size. This may happen on other NIC drivers. Fix it by assigning lowerdev's gso_max_size to that o