Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-09-04 Thread Tariq Toukan
On 29/08/2017 1:44 PM, Michal Kubecek wrote: On Tue, Aug 29, 2017 at 10:50:20AM +0300, Tariq Toukan wrote: On 28/08/2017 9:22 PM, John W. Linville wrote: On Mon, Aug 28, 2017 at 08:00:11AM -0700, Eric Dumazet wrote: On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: From: Shaker Daibes

Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-29 Thread Michal Kubecek
On Tue, Aug 29, 2017 at 10:50:20AM +0300, Tariq Toukan wrote: > On 28/08/2017 9:22 PM, John W. Linville wrote: > > On Mon, Aug 28, 2017 at 08:00:11AM -0700, Eric Dumazet wrote: > > > On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: > > > > From: Shaker Daibes > > > > > > > > UFO was removed

Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-29 Thread Tariq Toukan
On 28/08/2017 9:22 PM, John W. Linville wrote: On Mon, Aug 28, 2017 at 08:00:11AM -0700, Eric Dumazet wrote: On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: From: Shaker Daibes UFO was removed in kernel, here we remove it in ethtool app. Fixes the following issue: Features for ens8:

Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-28 Thread John W. Linville
On Mon, Aug 28, 2017 at 08:00:11AM -0700, Eric Dumazet wrote: > On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: > > From: Shaker Daibes > > > > UFO was removed in kernel, here we remove it in ethtool app. > > > > Fixes the following issue: > > Features for ens8: > > Cannot get device udp-

Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-28 Thread David Miller
From: Eric Dumazet Date: Mon, 28 Aug 2017 08:00:11 -0700 > On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: >> From: Shaker Daibes >> >> UFO was removed in kernel, here we remove it in ethtool app. >> >> Fixes the following issue: >> Features for ens8: >> Cannot get device udp-fragmentat

Re: [ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-28 Thread Eric Dumazet
On Mon, 2017-08-28 at 15:38 +0300, Tariq Toukan wrote: > From: Shaker Daibes > > UFO was removed in kernel, here we remove it in ethtool app. > > Fixes the following issue: > Features for ens8: > Cannot get device udp-fragmentation-offload settings: Operation not supported > > Tested with "make

[ethtool] ethtool: Remove UDP Fragmentation Offload use from ethtool

2017-08-28 Thread Tariq Toukan
From: Shaker Daibes UFO was removed in kernel, here we remove it in ethtool app. Fixes the following issue: Features for ens8: Cannot get device udp-fragmentation-offload settings: Operation not supported Tested with "make check" Signed-off-by: Shaker Daibes Signed-off-by: Tariq Toukan ---