From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A486BA00E6 for ; Mon, 8 Jul 2019 21:52:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51EC11B970; Mon, 8 Jul 2019 21:52:44 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id C50261B957 for ; Mon, 8 Jul 2019 21:52:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 94CD0694; Mon, 8 Jul 2019 15:52:41 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 15:52:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=NeXw6aTNBldAmEfoF/XnTZsFVgkw9mP6SndJ0C/Kmto=; b=DRwVoWUo9zEg 20yAiusTzv4Jo31HWHtoX7FJFugRNoWTQ3/Dc1vkl5mDEXJ4daPSrvHt2B1WfHBu 2Hm7tVG+Wo5ZJI1+9JumMYfWfoni4ZD9utyDAOJVRoBMSYoUbevugbzXBraTFPp7 vUXA5MWoqx6bbo/mKaIpstmFonPUpm0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=NeXw6aTNBldAmEfoF/XnTZsFVgkw9mP6SndJ0C/Km to=; b=Zo48e4N/A6wvnPNAF2AmT8fRmQ4li8CHmOIBH+6Tri8H7q2+gvW/bkW47 Lt9A3GLI4Vy9JkO49q1WIlmNOPuUtlnvTlEjSkWyeygXR8TmKyEawohQcaNUBUap LL12RVC15NRevpRAj0Odoi7hQfufl+NaE9bwXDxR8JtOtitVc1B9bx/ab0rxXZ4y lhIRSUK5QipSwA/vuto7sLo+kOjggrHtExdyPDOZtcSu467i/GWUlXIt5pwlqSTA XDCAFqGqcx/S3OKqQs8NK4HlOAkieQkQyPOjDw0pCTVDMsEyfcRYOmYtI9nBlNN7 DhxuhUFrc0IvujjjsapT5IGBmZaJQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgddugeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8FD2C80062; Mon, 8 Jul 2019 15:52:39 -0400 (EDT) From: Thomas Monjalon To: "A.McLoughlin" Cc: dev@dpdk.org, Ferruh Yigit , marko.kovacevic@intel.com, john.mcnamara@intel.com Date: Mon, 08 Jul 2019 21:52:37 +0200 Message-ID: <4268851.pKjgac9LbL@xps> In-Reply-To: References: <20190626152055.30369-1-aideen.mcloughlin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc/api: add missing header file to API documentation 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/06/2019 18:32, Ferruh Yigit: > On 6/26/2019 4:20 PM, A.McLoughlin wrote: > > The APIs in the rte_bus_vdev.h file were not part of the API > > documentation. I added this header file to the doxygen config file with > > the name vdev. > > > > Signed-off-by: A.McLoughlin > > Acked-by: Ferruh Yigit I suspect there are more to add to doxygen. Applied, thanks