On Mon, Jun 10, 2019 at 04:03:59PM +0100, John Hurley wrote: > On Mon, Jun 10, 2019 at 12:58 PM Roi Dayan <[email protected]> wrote: > > > > From: Raed Salem <[email protected]> > > > > A preliminary netdev qdisc cleanup is done during init tc flow. > > The cited commit allows for creating of egress hook qdiscs on internal > > ports. This breaks the netdev qdisc cleanup as currently only ingress > > hook qdiscs type is deleted. As a consequence the check for tc ingress > > shared block support fails when the check is done on internal port. > > > > Issue can be reproduced by the following steps: > > - start openvswitch service > > - create ovs bridge > > - restart openvswitch service > > > > Fix by using the correct hook qdisc type at netdev hook qdisc cleanup. > > > > Nice catch here. Thanks. > > Acked-by: John Hurley <[email protected]>
Thanks, applied to master branch. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
