From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix 2 bugs in rxtx_queue_disable and fm10k_dev_start Date: Mon, 03 Aug 2015 16:53:43 +0200 Message-ID: <5736320.kNhgtNXvsL@xps13> References: <1438319147-23633-1-git-send-email-xiao.w.wang@intel.com> <4341B239C0EFF9468EE453F9E9F4604D0173EAB0@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wang, Xiao W" Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 06EDE6A95 for ; Mon, 3 Aug 2015 16:55:00 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so118149486wib.1 for ; Mon, 03 Aug 2015 07:54:59 -0700 (PDT) In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D0173EAB0@shsmsx102.ccr.corp.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" > > In Rx and Tx queue_disable functions, the index of queue should > > be qnum other than i which is the iteration of time expiration. > > When a Tx queue fails to start in fm10k_dev_start, all Rx queues > > and Tx queues that are started should be cleaned before the > > function returns an error. > > > > Signed-off-by: Wang Xiao W > Acked-by: Jing Chen Applied in 2 patches, thanks