[ovs-git] [openvswitch/ovs] 66d09b: dpif-netlink: avoid netlink modify flow put op fai...

Simon Horman noreply at github.com
Wed Mar 25 17:40:33 UTC 2020


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: 66d09b87db978a2dbcf24d319f216767fe9aafe5
      https://github.com/openvswitch/ovs/commit/66d09b87db978a2dbcf24d319f216767fe9aafe5
  Author: wenxu <wenxu at ucloud.cn>
  Date:   2020-03-24 (Tue, 24 Mar 2020)

  Changed paths:
    M lib/dpif-netlink.c
    M lib/netdev-tc-offloads.c
    M lib/netdev.h

  Log Message:
  -----------
  dpif-netlink: avoid netlink modify flow put op failed after tc modify flow put op failed.

The tc modify flow put always delete the original flow first and
then add the new flow. If the modfiy flow put operation failed,
the flow put operation will change from modify to create if success
to delete the original flow in tc (which will be always failed with
ENOENT, the flow is already be deleted before add the new flow in tc).
Finally, the modify flow put will failed to add in kernel datapath.

Signed-off-by: wenxu <wenxu at ucloud.cn>
Signed-off-by: Simon Horman <simon.horman at netronome.com>




More information about the git mailing list