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 CCF0A1B313 for ; Fri, 19 Jan 2018 21:11:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2018 12:11:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,382,1511856000"; d="scan'208";a="197159946" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga006.fm.intel.com with ESMTP; 19 Jan 2018 12:11:36 -0800 From: Ferruh Yigit 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> Message-ID: <01f9a0bc-33c3-0ae6-6433-62f9ebdedc16@intel.com> Date: Fri, 19 Jan 2018 20:11:34 +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: 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:11:39 -0000 On 1/19/2018 8:10 PM, Ferruh Yigit wrote: > 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 Applied to dpdk-next-net/master, thanks.