]> git.baikalelectronics.ru Git - kernel.git/commit
dpaa2-eth: fix race condition with bql frame accounting
authorIoana Ciornei <ioana.ciornei@nxp.com>
Mon, 25 Mar 2019 13:06:22 +0000 (13:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2019 18:43:49 +0000 (11:43 -0700)
commit87b23ea756fdf1f646ae0e037dac90b4d13f4b0f
treea9d0da277442fb698f59afdc7f0b40901bb1c19e
parent35735cc3a2ea53131792b79543ac2bf0ec41602d
dpaa2-eth: fix race condition with bql frame accounting

It might happen that Tx conf acknowledges a frame before it was
subscribed in bql, as subscribing was previously done after the enqueue
operation.

This patch moves the netdev_tx_sent_queue call before the actual frame
enqueue, so that this can never happen.

Fixes: 6147aa64fd23 ("dpaa2-eth: bql support")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c