From: Yuval Mintz <yuval.mi...@qlogic.com> Date: Wed, 24 Feb 2016 16:52:44 +0200
> Usually I try to provide a sensible description of the patch set even if > it lacks a general 'motif', but this simply contains several small, > unrelated and self-explenatory tweaks and additions. Series applied, however.... I really wonder about how you stop and start the TX queues on carrier status change. The qdisc layer does that for you already, and prevents any TX from occuring when the carrier is off. So please explore removing that seemingly needless code. Thanks.