From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8ACA01B320 for ; Fri, 19 Jan 2018 21:10:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2018 12:10:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,382,1511856000"; d="scan'208";a="11593688" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga007.fm.intel.com with ESMTP; 19 Jan 2018 12:10:07 -0800 To: Radu Nicolau , dev@dpdk.org Cc: thomas@monjalon.net, declan.doherty@intel.com, borisp@mellanox.com, aviadye@mellanox.com, hemant.agrawal@nxp.com References: <1516362154-4097-1-git-send-email-radu.nicolau@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 19 Jan 2018 20:10:06 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516362154-4097-1-git-send-email-radu.nicolau@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: add missing doxygen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2018 20:10:09 -0000 On 1/19/2018 11:42 AM, Radu Nicolau wrote: > Added missing doxygen for rte_eth_dev_get_sec_ctx > and moved the declaration to the proper place. > > Signed-off-by: Radu Nicolau Reviewed-by: Ferruh Yigit