From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 0/7] net: qualcomm: rmnet: Rewrite some existing functionality Date: Wed, 11 Oct 2017 20:10:55 -0700 (PDT) Message-ID: <20171011.201055.552267514887015078.davem@davemloft.net> References: <1507769038-30231-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 To: subashab@codeaurora.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:41950 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbdJLDNI (ORCPT ); Wed, 11 Oct 2017 23:13:08 -0400 In-Reply-To: <1507769038-30231-1-git-send-email-subashab@codeaurora.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Subash Abhinov Kasiviswanathan Date: Wed, 11 Oct 2017 18:43:51 -0600 > This series fixes some of the broken rmnet functionality. > Bridge mode is re-written and made useable and the muxed_ep is converted to hlist. > > Patches 1-5 are cleanups in preparation for these changes. > Patch 6 does the hlist conversion. > Patch 7 has the implementation of the rmnet bridge mode. > > v1->v2: Fix the warning and code style issue in rmnet_rx_handler as > mentioned by David. This looks better, series applied, thanks!