From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 35F1C1B5CE for ; Sun, 5 Aug 2018 01:53:58 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BC1A021C5E; Sat, 4 Aug 2018 19:53:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 04 Aug 2018 19:53:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=+xwzPE1orSKPow42+nG1uJhw29 K91uIfRbWhFa+htEA=; b=kuhy3etDHc+CYccv/XAWORS5dWB60JwyBYmLsjtPwh 9JL1v/JN63sO8NVaBotjOaksBfNyBbc7AN5UQBG2b4fVL6JMmo2oRs+B+iwNVFYH yU+cUuGKaJ32chE/hjZS6W4AIfyVDOHs5pnwI7tmJMIUVZ+QZXQuRvm/tM9EUpl5 o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=+xwzPE 1orSKPow42+nG1uJhw29K91uIfRbWhFa+htEA=; b=HQ4IP+MpihOtwxDQWXlyIS ggbEei2/eJ27h/Dpl7zukZhIu3RiH99yHotny8QO74f/xrjECIw9EOXt+WnII/GO HhiKRtH+2OdcAW9LwWhFA1tBOFb1xfR7+Zad2Cci0Cj/xx+GA0PCuxBJmERR5orB lxkciQLy2EgAjDDcYDct0yAi2UsfrzkUVQt+XJtHvT5thA1SVhYmA2k+86hnobgc 9/sQXp9DoBPhTj9Ql6Sb+qwKZOJ8q62dOzf/wcPIq83CO4sOEaoDhgKkrcUqQQmy q3Jqh7+xfo11+LW2kyTbF9LRqWlTlKSabl7X/kwgxl45+UoVcfc/lkZWvL1B6SzA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (247.15.136.77.rev.sfr.net [77.136.15.247]) by mail.messagingengine.com (Postfix) with ESMTPA id 35231E454E; Sat, 4 Aug 2018 19:53:56 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Stephen Hemminger Date: Sun, 05 Aug 2018 01:53:49 +0200 Message-ID: <6205757.poZdTuqVUX@xps> In-Reply-To: <20180801231833.5846-1-stephen@networkplumber.org> References: <20180801231833.5846-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] netvsc: free ring with rte_ring_free X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 23:53:58 -0000 02/08/2018 01:18, Stephen Hemminger: > The internal receive ring should be freed with rte_ring_free > not rte_free. > > Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") > Signed-off-by: Stephen Hemminger Applied, thanks