From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 22AAA2A5E for ; Mon, 7 Nov 2016 16:50:08 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id a197so190806335wmd.0 for ; Mon, 07 Nov 2016 07:50:08 -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=Ko2CEXlZWHzXzgm//AJgqFbVrr70CMXK7xEzYD7VUag=; b=U4dj1pF4VCsoPYjl0d8ovy2NxM8rL5D5eVm7rbduc5+f4HWCkktfEbNcAXk1Adm2zY UsoB8WdWV+bRVYgWjI5rWn91R8PjRYS69cKGTMF1L6mmJBrm30lJA8OJX48OWoslRKPN G9I71M/AypEZRrMTeIyxIt35QWM+tuV3DlSMFzVFu2wRoUNlkphDuAN9/5Cf0CWvn84i ay9kPuRPVzHLxLVg8iFm1cOCE7WXwyOjSw2r67VWNiN3k4H2NbLiMsMHLde4XcVloPEo YxADEzmWdsa6d5/UNv1uCJMWNk3LiDfcqej7MCKt+EmPWn8AvbeJ2Jidsov+IB4DOwLD 8Ysw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Ko2CEXlZWHzXzgm//AJgqFbVrr70CMXK7xEzYD7VUag=; b=mjPULy3B3qHeOAeOwouVWYycfdicYD2UKQy++VSbJPjc4E/8Af5OlOqJcGwpGucyDA aHjTWTyzkbmMCtv6Un3/1bQEBLRcq6K94T5ula/uK81/Q0aY8+vUfy897WBH8G1WWUBS 98D4aFp3Crxt8f/b47nCmOpNzBY95UyRSb1/PC7pSRplRbOTnRMbKep0S/Y3nliGI7kA ExsuQuKK4+2he7IWMnuCL4IF2KflZYOHtHXGdpvaZuxmdyfvDLmO1lrIGPaLmujof83V aF0gy0RQNCwOoukgm4n0bN7Sj37esnn00YaCmB+tpwrOG9hCv2N2Kuoch1Wt8cbFVow5 cd0w== X-Gm-Message-State: ABUngvehvGD+fG81sqAtKymyxSh85s/Xi55yYcPVoUgntlNM1WB0uczpRHvznLwSEjfba4f1 X-Received: by 10.194.86.34 with SMTP id m2mr5942527wjz.90.1478533807571; Mon, 07 Nov 2016 07:50:07 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id s133sm14223687wmd.19.2016.11.07.07.50.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Nov 2016 07:50:06 -0800 (PST) From: Thomas Monjalon To: Bernard Iremonger Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Mon, 07 Nov 2016 16:50:05 +0100 Message-ID: <1580943.Wlbeq4y5Ff@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1476462909-14891-3-git-send-email-bernard.iremonger@intel.com> References: <1476462909-14891-3-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 2/2] doc: update poll mode driver guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 15:50:08 -0000 2016-10-14 17:35, Bernard Iremonger: > --- a/doc/guides/prog_guide/poll_mode_drv.rst > +++ b/doc/guides/prog_guide/poll_mode_drv.rst > @@ -356,3 +356,9 @@ Some additions in the metadata scheme are as follows: > An example where queue numbers are used is as follows: ``tx_q7_bytes`` which > indicates this statistic applies to queue number 7, and represents the number > of transmitted bytes on that queue. > + > +Extended ixgbe PMD API > +~~~~~~~~~~~~~~~~~~~~~~ > + > +In DPDK release v16.11 an API for ixgbe specific functions has been added to the ixgbe PMD. > +The declarations for the API functions are in the header ``rte_pmd_ixgbe.h``. NACK I think we should not add driver-specific details in this high-level and generic doc.