From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv2 0/5] ixgbe: fix mbuf release on RX and TX Date: Sun, 26 Jul 2015 10:48:34 +0200 Message-ID: <6786713.VzkSvV3k8n@xps13> References: <1437667506-3890-2-git-send-email-bruce.richardson@intel.com> <1437746295-12184-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 2253CC426 for ; Sun, 26 Jul 2015 10:49:52 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so74808934wic.1 for ; Sun, 26 Jul 2015 01:49:51 -0700 (PDT) In-Reply-To: <1437746295-12184-1-git-send-email-konstantin.ananyev@intel.com> 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" 2015-07-24 14:58, Konstantin Ananyev: > 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. > > v2 chages: > - Make sure that rx_using_sse is reset to zero if scalar RX function was chosen. > - fix checkpatch.pl errors. > - fix remaining wrong typecast. Applied, thanks