From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 2/2] doc: update poll mode driver guide Date: Mon, 07 Nov 2016 16:50:05 +0100 Message-ID: <1580943.Wlbeq4y5Ff@xps13> References: <1476462909-14891-3-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Bernard Iremonger 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) In-Reply-To: <1476462909-14891-3-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.