From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/3] net: qualcomm: rmnet: Updates 2018-05-14 Date: Wed, 16 May 2018 14:23:19 -0400 (EDT) Message-ID: <20180516.142319.1713730463788653392.davem@davemloft.net> References: <1526431922-4132-1-git-send-email-subashab@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, fengguang.wu@intel.com To: subashab@codeaurora.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:43550 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750835AbeEPSXV (ORCPT ); Wed, 16 May 2018 14:23:21 -0400 In-Reply-To: <1526431922-4132-1-git-send-email-subashab@codeaurora.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Subash Abhinov Kasiviswanathan Date: Tue, 15 May 2018 18:51:59 -0600 > 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. > > v1->v2: Fix the incorrect if / else statement in > rmnet_map_checksum_downlink_packet() and define rmnet_ethtool_ops > as static as mentioned by kbuild test robot. Series applied, thank you.