From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ethdev: fix documentation for queue start/stop Date: Thu, 28 Jul 2016 17:05:02 +0200 Message-ID: <1672772.TTfGIY1hha@xps13> References: <1469542360-9010-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" , dev@dpdk.org, "Yigit, Ferruh" To: "Rao, Nikhil" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id BECA91518 for ; Thu, 28 Jul 2016 17:05:04 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id q128so255753735wma.1 for ; Thu, 28 Jul 2016 08:05:04 -0700 (PDT) In-Reply-To: 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" > > Fix documentation for rte_eth_dev_tx/rx_queue_start/stop() functions > > > > Fixes: 2de9f8551ff9 ("ethdev: fix documentation for queue start/stop") > > > > Signed-off-by: Nikhil Rao > > Acked-by: John McNamara Applied, thanks