From mboxrd@z Thu Jan 1 00:00:00 1970 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 53CCFC574 for ; Mon, 27 Jul 2015 15:57:02 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so118001576wib.1 for ; Mon, 27 Jul 2015 06:57:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GiHoLeqJ58WGVtcF4/byhNW6+fOyML0O98r8WCEq2U4=; b=EtdBZ7gPz8aL21mRieEVA2VksxOfCVMAnbQRDATbpgHhoMj51hY0AFYeqDUIRFSwEj ggiZ3lEZN4Ry5A5cbGWt/O5hWV7SJTAopMe5KgATYJcZ71+9F0StHm6dd2YV8Er4CoFL VkUUZ1u9RJa5wIXFgGUKjsnQIGSbNFQkIEvXWccyJOMB8GmWiL7s3wNnxiTV4Ws8qTDZ 4eOEbHszwchc7WuD2bSXhRKD9VCtNCItoDaZcCWZbCL2q7Ifk8vq3tHB1LlzCEEjHNty 2v2d3tRsQxwjhPyxTa46p2M9v4OMO/BZLaoF3ppkZoHou/Gbn1jse2fsg2DkgHZtsuSO +I8g== X-Gm-Message-State: ALoCoQmc2/Vj9ffaELf89ifX3GlI47Z+qF5zwdLw6vJLXbr6r3HeIaCmMjSCWFh9W7rOprqJmsWa X-Received: by 10.180.98.200 with SMTP id ek8mr24483714wib.38.1438005422160; Mon, 27 Jul 2015 06:57:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z9sm13805928wiv.9.2015.07.27.06.57.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 06:57:01 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Mon, 27 Jul 2015 15:55:46 +0200 Message-ID: <7781985.E9nPPtIIQD@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438003696-15787-1-git-send-email-konstantin.ananyev@intel.com> References: <1438003696-15787-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix RX queue vector fields are not reset properly X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 13:57:02 -0000 > As Steve pointed out, "ixgbe: fix release queue mbufs" is not complete. > As at queue stop we don't reset vector related rx queue fields to their > initial values. > > Reported-by: Cunming Liang > Signed-off-by: Konstantin Ananyev Applied, thanks