[ovs-git] [openvswitch/ovs] 6f91e3: netdev-tc-offloads: Remove ingress qdisc on tc ini...

Roi Dayan noreply at github.com
Tue Mar 12 14:59:53 UTC 2019


  Branch: refs/heads/branch-2.11
  Home:   https://github.com/openvswitch/ovs
  Commit: 6f91e303e3e88a307ee0b4c9a7c8af35def70d69
      https://github.com/openvswitch/ovs/commit/6f91e303e3e88a307ee0b4c9a7c8af35def70d69
  Author: Roi Dayan <roid at mellanox.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

  Log Message:
  -----------
  netdev-tc-offloads: Remove ingress qdisc on tc init flow api

It could be a port added to ovs bridge already has ingress qdisc
which will make the block probe fail.
The probes should start clean and ingress is being added later
so just remove ingress in case it exists.

Signed-off-by: Roi Dayan <roid at mellanox.com>
Acked-by: John Hurley <john.hurley at netronome.com>
Signed-off-by: Simon Horman <simon.horman at netronome.com>


  Commit: 1678d84be91e85934552d20cf7244c7cd79e1662
      https://github.com/openvswitch/ovs/commit/1678d84be91e85934552d20cf7244c7cd79e1662
  Author: Roi Dayan <roid at mellanox.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M lib/netdev-linux.c

  Log Message:
  -----------
  netdev-linux: Remove ingress qdisc before trying to add shared block

Adding shared ingress block with ingress qdisc already exists results
in a failure. So remove the ingress qdisc first.
Also while at it log the slave name.

Signed-off-by: Roi Dayan <roid at mellanox.com>
Acked-by: John Hurley <john.hurley at netronome.com>
Signed-off-by: Simon Horman <simon.horman at netronome.com>


Compare: https://github.com/openvswitch/ovs/compare/c0aa5c6b2800...1678d84be91e


More information about the git mailing list