From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: Fix doxygen comments of rte_eth_dev_close() and rte_eth_dev_detach() Date: Sat, 11 Jul 2015 00:31:10 +0200 Message-ID: <2622456.367bT8sd7v@xps13> References: <8CEF83825BEC744B83065625E567D7C204A46F17@IRSMSX108.ger.corp.intel.com> <1436429954-19924-1-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tetsuya Mukawa Return-path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id F06A3C46A for ; Sat, 11 Jul 2015 00:32:19 +0200 (CEST) Received: by wgjx7 with SMTP id x7so259183442wgj.2 for ; Fri, 10 Jul 2015 15:32:19 -0700 (PDT) In-Reply-To: <1436429954-19924-1-git-send-email-mukawa@igel.co.jp> 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" 2015-07-09 17:19, Tetsuya Mukawa: > The patch fixes doxygen comments of below functions. > - rte_eth_dev_close() > Add description about when the function can be called and also about > what kind of resources will be freed. > - rte_eth_dev_detach() > Add description about when the function can be called. > > Signed-off-by: Tetsuya Mukawa Applied, thanks