netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] dpaa2-eth: misc cleanup
@ 2019-10-07 11:38 Ioana Ciornei
  2019-10-07 11:38 ` [PATCH net-next v2 1/3] dpaa2-eth: Cleanup dead code Ioana Ciornei
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ioana Ciornei @ 2019-10-07 11:38 UTC (permalink / raw)
  To: davem; +Cc: netdev, andrew, Ioana Ciornei

This patch set consists of some cleanup patches ranging from removing dead
code to fixing a minor issue in ethtool stats. Also, unbounded while loops
are removed from the driver by adding a maximum number of retries for DPIO
portal commands.

Changes in v2:
 - return -ETIMEDOUT where possible if the number of retries is hit

Ioana Radulescu (3):
  dpaa2-eth: Cleanup dead code
  dpaa2-eth: Fix minor bug in ethtool stats reporting
  dpaa2-eth: Avoid unbounded while loops

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   | 39 ++++++++++++++--------
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h   |  8 +++++
 .../net/ethernet/freescale/dpaa2/dpaa2-ethtool.c   |  2 +-
 3 files changed, 35 insertions(+), 14 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-07 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 11:38 [PATCH net-next v2 0/3] dpaa2-eth: misc cleanup Ioana Ciornei
2019-10-07 11:38 ` [PATCH net-next v2 1/3] dpaa2-eth: Cleanup dead code Ioana Ciornei
2019-10-07 11:38 ` [PATCH net-next v2 2/3] dpaa2-eth: Fix minor bug in ethtool stats reporting Ioana Ciornei
2019-10-07 11:38 ` [PATCH net-next v2 3/3] dpaa2-eth: Avoid unbounded while loops Ioana Ciornei
2019-10-07 14:08 ` [PATCH net-next v2 0/3] dpaa2-eth: misc cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).