From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subash Abhinov Kasiviswanathan Subject: [PATCH net-next 0/3] net: qualcomm: rmnet: Updates 2018-05-14 Date: Mon, 14 May 2018 14:08:44 -0600 Message-ID: <1526328527-20026-1-git-send-email-subashab@codeaurora.org> Cc: Subash Abhinov Kasiviswanathan To: davem@davemloft.net, netdev@vger.kernel.org Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:37912 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752055AbeENUIy (ORCPT ); Mon, 14 May 2018 16:08:54 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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