All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: qualcomm: rmnet: Updates 2018-05-14
@ 2018-05-14 20:08 Subash Abhinov Kasiviswanathan
  2018-05-14 20:08 ` [PATCH net-next 1/3] net: qualcomm: rmnet: Capture all drops in transmit path Subash Abhinov Kasiviswanathan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Subash Abhinov Kasiviswanathan @ 2018-05-14 20:08 UTC (permalink / raw)
  To: davem, netdev; +Cc: Subash Abhinov Kasiviswanathan

This series contains some minor updates for rmnet driver.

Patch 1 adds tx_drops counter to more places.
Patch 2 adds ethtool private stats support to make it easy to debug
the checksum offload path.
Patch 3 is a cleanup in command packet processing path.


Subash Abhinov Kasiviswanathan (3):
  net: qualcomm: rmnet: Capture all drops in transmit path
  net: qualcomm: rmnet: Add support for ethtool private stats
  net: qualcomm: rmnet: Remove redundant command check

 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h | 13 +++++
 .../net/ethernet/qualcomm/rmnet/rmnet_handlers.c   | 21 ++++----
 .../ethernet/qualcomm/rmnet/rmnet_map_command.c    | 14 ++---
 .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c   | 59 +++++++++++++++++-----
 drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c    | 51 +++++++++++++++++++
 5 files changed, 122 insertions(+), 36 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2018-05-15 23:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 20:08 [PATCH net-next 0/3] net: qualcomm: rmnet: Updates 2018-05-14 Subash Abhinov Kasiviswanathan
2018-05-14 20:08 ` [PATCH net-next 1/3] net: qualcomm: rmnet: Capture all drops in transmit path Subash Abhinov Kasiviswanathan
2018-05-14 20:08 ` [PATCH net-next 2/3] net: qualcomm: rmnet: Add support for ethtool private stats Subash Abhinov Kasiviswanathan
2018-05-15  4:42   ` kbuild test robot
2018-05-15  8:41   ` [RFC PATCH] net: qualcomm: rmnet: rmnet_ethtool_ops can be static kbuild test robot
2018-05-15  8:41   ` [PATCH net-next 2/3] net: qualcomm: rmnet: Add support for ethtool private stats kbuild test robot
2018-05-15 18:09     ` Subash Abhinov Kasiviswanathan
2018-05-15 23:16   ` kbuild test robot
2018-05-14 20:08 ` [PATCH net-next 3/3] net: qualcomm: rmnet: Remove redundant command check Subash Abhinov Kasiviswanathan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.