mbox series

[net-next,0/5] dpaa2-eth: small updates

Message ID 20200624113421.17360-1-ioana.ciornei@nxp.com
Headers show
Series dpaa2-eth: small updates | expand

Message

Ioana Ciornei June 24, 2020, 11:34 a.m. UTC
This patch set adds some updates to the dpaa2-eth driver: trimming of
the frame queue debugfs counters, cleanup of the remaining sparse
warnings and some other small fixes such as a recursive header include.

Ioana Ciornei (4):
  dpaa2-eth: check the result of skb_to_sgvec()
  dpaa2-eth: fix condition for number of buffer acquire retries
  dpaa2-eth: fix recursive header include
  dpaa2-eth: fix misspelled function parameters in
    dpni_[set/get]_taildrop

Ioana Radulescu (1):
  dpaa2-eth: trim debugfs FQ stats

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c | 4 ++++
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-trace.h   | 1 -
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c         | 6 +++++-
 drivers/net/ethernet/freescale/dpaa2/dpni.c              | 8 ++++----
 4 files changed, 13 insertions(+), 6 deletions(-)

Comments

David Miller June 25, 2020, 11:03 p.m. UTC | #1
From: Ioana Ciornei <ioana.ciornei@nxp.com>
Date: Wed, 24 Jun 2020 14:34:16 +0300

> This patch set adds some updates to the dpaa2-eth driver: trimming of
> the frame queue debugfs counters, cleanup of the remaining sparse
> warnings and some other small fixes such as a recursive header include.

Series applied, thank you.