mbox series

[net-next,0/4] dpaa2-eth: Driver updates

Message ID 1549299625-28399-1-git-send-email-ruxandra.radulescu@nxp.com
Headers show
Series dpaa2-eth: Driver updates | expand

Message

Ioana Radulescu Feb. 4, 2019, 5 p.m. UTC
First patch moves the driver to a page-per-frame memory model.
The others are minor tweaks and optimizations.

Ioana Radulescu (4):
  dpaa2-eth: Use a single page per Rx buffer
  dpaa2-eth: Use napi_consume_skb()
  dpaa2-eth: Use FQ-based DPIO enqueue API
  dpaa2-eth: Update buffer pool refill threshold

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 110 +++++++++++++++--------
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h |  28 +++---
 2 files changed, 83 insertions(+), 55 deletions(-)

Comments

David Miller Feb. 6, 2019, 6:50 p.m. UTC | #1
From: Ioana Ciocoi Radulescu <ruxandra.radulescu@nxp.com>
Date: Mon, 4 Feb 2019 17:00:34 +0000

> First patch moves the driver to a page-per-frame memory model.
> The others are minor tweaks and optimizations.

Series applied, thanks.