Ok, the merge was straight forward, no big issue of any kind.
It now looks like:

$ sudo ethtool -k ens3 | egrep 
'udp-fragmentation-offload|generic-receive-offload'
  udp-fragmentation-offload: off
  generic-receive-offload: off
$ sudo ethtool -K ens3 gro on
$ sudo ethtool -k ens3 | egrep 
'udp-fragmentation-offload|generic-receive-offload'
  udp-fragmentation-offload: off
  generic-receive-offload: on
$ sudo ethtool -K ens3 ufo on
  Cannot change udp-fragmentation-offload
  Could not change any device features

I asked the kernel Team (via mail) to take a look adopting that,
especially in regard to HWE and backporting changes that might need an
update here as well.

For now I'll test a bit more and push to Bionic later today (if nothing breaks).
FYI: Testing can be done from ppa 
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3173

** Changed in: ethtool (Ubuntu)
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1750989

Title:
  [Ubuntu 18.04][I2S][ethtool] -k options says 'Cannot get device udp-
  fragmentation-offload settings: Operation not supported'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1750989/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to