mbox series

[net-next,0/3] dpaa2-eth: add bql support

Message ID 1542196109-1127-1-git-send-email-ruxandra.radulescu@nxp.com
Headers show
Series dpaa2-eth: add bql support | expand

Message

Ioana Radulescu Nov. 14, 2018, 11:48 a.m. UTC
The first two patches make minor tweaks to the driver to
simplify bql implementation. The third patch adds the actual
bql support.

Ioana Radulescu (3):
  dpaa2-eth: Update callback signature
  dpaa2-eth: Don't use multiple queues per channel
  dpaa2-eth: bql support

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 71 ++++++++++++++++--------
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h |  8 ++-
 2 files changed, 54 insertions(+), 25 deletions(-)

Comments

David Miller Nov. 17, 2018, 4:13 a.m. UTC | #1
From: Ioana Ciocoi Radulescu <ruxandra.radulescu@nxp.com>
Date: Wed, 14 Nov 2018 11:48:34 +0000

> The first two patches make minor tweaks to the driver to
> simplify bql implementation. The third patch adds the actual
> bql support.

Series applied, thanks!