On Wed, Apr 6, 2016 at 1:25 PM, Florian Fainelli <[email protected]> wrote: > > 2016-04-05 17:50 GMT-07:00 Petri Gynther <[email protected]>: > > Add Byte Queue Limits (BQL) support to bcmgenet driver. > > > > Signed-off-by: Petri Gynther <[email protected]> > > Signed-off-by: Florian Fainelli <[email protected]> > > Thanks! > -- > Florian
Any further comments? Notable difference from some other drivers -- netdev_tx_reset_queue(txq) is called for all queues in bcmgenet_netif_start(), just before netif_tx_start_all_queues(dev). This is to ensure that BQL is reset before the interface becomes operational. I think that is the right place for these calls. Some other drivers call it from the "interface down" path.
