From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix RX queue vector fields are not reset properly Date: Mon, 27 Jul 2015 15:55:46 +0200 Message-ID: <7781985.E9nPPtIIQD@xps13> References: <1438003696-15787-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 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) In-Reply-To: <1438003696-15787-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" > 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