Applied

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1676388

Title:
  [zesty] mlx5e OVS fixes

Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Zesty:
  Fix Committed

Bug description:


  We see the following issues with Ubuntu Zesty while testing the OVS 
offloading.
  I already test the patches that fix this issue and i'm going to send them to 
kernel-t...@lists.canonical.com

  
  Issues 
  1. FW error of groups overlapping when scaling up ovs

  tc qdisc del dev ens5f0 ingress
  tc qdisc add dev ens5f0 ingress

  tc filter add dev ens5f0 parent ffff: protocol ip pref 8 handle 0x1 flower 
dst_mac e4:1d:2d:5d:25:35 ip_proto udp src_port 2009 action mirred egress 
redirect dev eth0
  tc filter add dev ens5f0 parent ffff: protocol arp pref 1 handle 0x1 flower 
dst_mac e4:1d:2d:5d:25:35 src_mac e4:1d:2d:5d:25:34 action mirred egress 
redirect dev eth0
  tc filter del dev ens5f0 parent ffff: pref 8 handle 0x1 flower
  tc filter add dev ens5f0 parent ffff: protocol ip pref 4 handle 0x1 flower 
dst_mac e4:1d:2d:5d:25:35 src_mac e4:1d:2d:5d:25:34 ip_proto udp src_port 2229 
action mirred egress redirect dev eth0
  tc filter add dev ens5f0 parent ffff: protocol ip pref 8 handle 0x1 flower 
dst_mac e4:1d:2d:5d:25:35 ip_proto udp src_port 2009 action mirred egress 
redirect dev eth0


  2. DELETE_VXLAN_UDP_DPORT failed when restart ovs in vxlan with non-
  default port

  - configure ovs - vxlan with non-default port (1236)
  - service openvswitch restart


  The Following commits should fix those issue

  Commit ID: 1ad9a00ae0efc2e9337148d6c382fad3d27bf99a
  Title: net/mlx5e: Avoid supporting udp tunnel port ndo for VF reps
  Link: 
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=1ad9a00ae0efc2e9337148d6c382fad3d27bf99a

  
  Commit ID: af36370569eb37420e1e78a2e60c277b781fcd00
  Title: net/mlx5: Fix create autogroup prev initializer
  Like: 
  
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=af36370569eb37420e1e78a2e60c277b781fcd00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1676388/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to