From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CB11E3B5 for ; Tue, 26 Jul 2016 16:24:45 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 26 Jul 2016 07:24:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,425,1464678000"; d="scan'208";a="1024206860" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga002.jf.intel.com with ESMTP; 26 Jul 2016 07:24:44 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Tue, 26 Jul 2016 15:24:42 +0100 From: "Mcnamara, John" To: "Rao, Nikhil" , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Yigit, Ferruh" Thread-Topic: [PATCH v2] ethdev: fix documentation for queue start/stop Thread-Index: AQHR50i7zh1xtqMBKE+6l51aRlF4GKAqxC7A Date: Tue, 26 Jul 2016 14:24:42 +0000 Message-ID: References: <1469542360-9010-1-git-send-email-nikhil.rao@intel.com> In-Reply-To: <1469542360-9010-1-git-send-email-nikhil.rao@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDk3ODVjMjMtYWQzYi00MTY2LWEzZTEtYTdkMmUzNzkwZTg5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImIwK2N4d25HZDZndVJxeTdlV016UGN5SmVmVFg5R0JZVmRMSmhBS01qSDQ9In0= x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] ethdev: fix documentation for queue start/stop 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: Tue, 26 Jul 2016 14:24:46 -0000 > -----Original Message----- > From: Rao, Nikhil > Sent: Tuesday, July 26, 2016 3:13 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Yigit, Ferruh ; > Mcnamara, John ; Rao, Nikhil > > Subject: [PATCH v2] ethdev: fix documentation for queue start/stop >=20 > Fix documentation for rte_eth_dev_tx/rx_queue_start/stop() functions >=20 > Fixes: 2de9f8551ff9 ("ethdev: fix documentation for queue start/stop") >=20 > Signed-off-by: Nikhil Rao Acked-by: John McNamara