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

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


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: bb5538d20c14cb9fda053e1426eb678349f80780
      https://github.com/openvswitch/ovs/commit/bb5538d20c14cb9fda053e1426eb678349f80780
  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: cae643534e628b57533f12253062e0b5bbd3c9cd
      https://github.com/openvswitch/ovs/commit/cae643534e628b57533f12253062e0b5bbd3c9cd
  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/ea11bb064316...cae643534e62


More information about the git mailing list