mbox series

[v2,0/2] dpaa_eth: add ethtool coalesce control

Message ID 1542126591-5114-1-git-send-email-madalin.bucur@nxp.com (mailing list archive)
Headers show
Series dpaa_eth: add ethtool coalesce control | expand

Message

Madalin Bucur Nov. 13, 2018, 4:29 p.m. UTC
Add control of the DPAA portal interrupt coalescing settings from
ethtool.

changes from v1: added range checking for the QMan APIs

Madalin Bucur (2):
  soc/qman: add return value to interrupt coalesce changing APIs
  dpaa_eth: add ethtool coalesce control

 drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c | 49 ++++++++++++++++++++++
 drivers/soc/fsl/qbman/qman.c                       | 33 +++++++++++----
 include/soc/fsl/qman.h                             |  8 +++-
 3 files changed, 81 insertions(+), 9 deletions(-)