From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/5] ixgbe: fix mbuf release on RX and TX Date: Thu, 23 Jul 2015 17:05:01 +0100 Message-ID: <1437667506-3890-1-git-send-email-bruce.richardson@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 326E2C3AE for ; Thu, 23 Jul 2015 18:05:15 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Konstantin has correctly pointed out that the previously applied fix: b35d0d80f0a8 ("ixgbe: check mbuf refcnt when clearing a ring") is not a proper fix for the reported issue at all. Ref: http://permalink.gmane.org/gmane.comp.networking.dpdk.devel/21932 This patch set reverts the original fix, and applies a better fix for the issue, as well as performing other cleanups in the code in question, to try and avoid future issues. Bruce Richardson (5): Revert "ixgbe: check mbuf refcnt when clearing a ring" ixgbe: fix comments on rx_queue fields ixgbe: fix bug on release of mbufs from queue ixgbe: rename tx queue release function for consistency ixgbe: remove awkward typecasts from ixgbe SSE PMD drivers/net/ixgbe/ixgbe_rxtx.c | 19 +++++++++- drivers/net/ixgbe/ixgbe_rxtx.h | 11 ++++-- drivers/net/ixgbe/ixgbe_rxtx_vec.c | 76 +++++++++++++++++++++----------------- 3 files changed, 68 insertions(+), 38 deletions(-) -- 1.8.3.1