From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id A07F92E8A for ; Mon, 30 Jan 2017 18:57:36 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id 196so9308151wmm.1 for ; Mon, 30 Jan 2017 09:57:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=oCArLoZ9acYKQcsnZ6BG7WjrIdgi1KId4PRHJXT9h1A=; b=nwzeVLLdPXDFAJnzUP4kAK/PtfraIkxkFaw0X4BeOs6R5rmhoH7ctOK3qXLW0jXtx7 wD0fSLi4i32XJKlA2osTWQvS1GFDqpQtzFvvMG7j8Euqm3VErQ7IQTg1bjUIej7nopoa 7K7YEYC71hEl0LoYEpzx0aIf3VAPCxxHYL2jjRLBEuYO0Q37BzcIKOF6ZDVxxjcrNV2l Omx+703RK9lXYJD9O2w4NKjdFuN9AjWjMZieJeviWbWdeNnOv6/K5OI8omO3FS1Rqn3X Lw4FIl5Rq0KaUWau1A0U5C2SqHC1Bv4bYjUmDtgFL3lwk/h1sGqnyz74UdgRP+Siezfy C6tQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=oCArLoZ9acYKQcsnZ6BG7WjrIdgi1KId4PRHJXT9h1A=; b=Iw8pfU5Qi4ICRt448Xd6nNrySP4udmPD72dqDnunIt2lNzYDaMTKV7Sz4Cd5nGLnND W0WnUphctQDO6L6x8zyVQcmFx9y+EAwSrLUGw1AFFn7e1w4/izfNj9mMVDHmTQ+InJtH qhWOiKW1JqBV1vCwRMpWq/1ibMZCZDiH9G/RuBel5ybTAKdSOFiJjKzR4y7nqmzN4cgB 2CvqawrTZlyu4PgoLfKVKAwme2koh+EiqSDs45JYAOLU+8BcvrTRdP+bMX/iNccdwkva f9ihmbSF3czV42Z6qMoQsOem82nrBc6OE7Pk96fubGA89jVSarIcih6AANrWmact0Z/6 5gWQ== X-Gm-Message-State: AIkVDXIkedq3MQ8f5rp9k0jQ9JW7I/dlqlP8rgclxRRGh6zGZSzhXVHpv6lcWKWWzumq1Ztu X-Received: by 10.28.95.87 with SMTP id t84mr14354743wmb.135.1485799056401; Mon, 30 Jan 2017 09:57:36 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i15sm6041134wmf.21.2017.01.30.09.57.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jan 2017 09:57:35 -0800 (PST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, John McNamara , Helin Zhang , Konstantin Ananyev , Jingjing Wu Date: Mon, 30 Jan 2017 18:57:34 +0100 Message-ID: <1713968.28jrDZZWvk@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170127122720.13768-1-ferruh.yigit@intel.com> References: <20170127122720.13768-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add PMD specific API 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: Mon, 30 Jan 2017 17:57:36 -0000 2017-01-27 12:27, Ferruh Yigit: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -153,3 +153,7 @@ There are many libraries, so their headers may be grouped by topics: > [ABI compat] (@ref rte_compat.h), > [keepalive] (@ref rte_keepalive.h), > [version] (@ref rte_version.h) > + > +- **PMD specific**: > + [ixgbe] (@ref rte_pmd_ixgbe.h), > + [i40e] (@ref rte_pmd_i40e.h) They could be grouped with bonding, vhost and KNI in a section device-specific, below "device" section.