Re: [ovs-discuss] ovs not triggering vxlan offload

2015-11-25 Thread Jesse Gross
On Wed, Nov 18, 2015 at 10:59 PM, Yushen Lin wrote: > Hello, > > I am testing OVS 2.4.0 on Linux 3.19 kernel. > > Not sure when it got changed, but VXLAN offload is no longer on by > default in 3.19 - it used to be the case in 3.19. So, normally I have: > ethtool -k eth4 | grep tnl > tx-udp_tnl-se

[ovs-discuss] ovs not triggering vxlan offload

2015-11-24 Thread Yushen Lin
Hello, I am testing OVS 2.4.0 on Linux 3.19 kernel. Not sure when it got changed, but VXLAN offload is no longer on by default in 3.19 - it used to be the case in 3.19. So, normally I have: ethtool -k eth4 | grep tnl tx-udp_tnl-segmentation: off [fixed] Configuring a VXLAN interface manually wou

Re: [ovs-discuss] ovs not triggering vxlan offload

2015-09-10 Thread Jesse Gross
It actually is the same root cause. The only difference is the NIC is not the same and the driver is reacting in a different way. On Thu, Sep 10, 2015 at 7:53 PM, Xu (Simon) Chen wrote: > I looked at that thread, and it's slightly different from mine... > > My traffic is flowing, just VXLAN offlo

Re: [ovs-discuss] ovs not triggering vxlan offload

2015-09-10 Thread Jesse Gross
On Thu, Sep 10, 2015 at 7:36 PM, Xu (Simon) Chen wrote: > Hello, > > I am testing OVS 2.4.0 on Linux 3.18 kernel. > > Not sure when it got changed, but VXLAN offload is no longer on by > default in 3.18 - it used to be the case in 3.14. So, normally I have: > ethtool -k eth4 | grep tnl > tx-udp_tn

[ovs-discuss] ovs not triggering vxlan offload

2015-09-10 Thread Xu (Simon) Chen
Hello, I am testing OVS 2.4.0 on Linux 3.18 kernel. Not sure when it got changed, but VXLAN offload is no longer on by default in 3.18 - it used to be the case in 3.14. So, normally I have: ethtool -k eth4 | grep tnl tx-udp_tnl-segmentation: off [fixed] Configuring a VXLAN interface manually wou