From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id BCB6F20F for ; Sat, 8 Jul 2017 18:23:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 66DDA20921; Sat, 8 Jul 2017 12:23:17 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 08 Jul 2017 12:23:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=XGHL8qqGJPLXwPS LGI97wxAksQG59VJV4UEO8f7HaCw=; b=glYyuvM2V4IhYyaHV3cY1jH8gsVlK+7 vfQ9sT7aPPe3nXwOm452E7EE6+aq/gS1gBwaXPoO82L7tQps+oPf7jBaxTULEf5d xfVP0VLNtjWxZ0CxaHDAt0WbQqxJrkrK01/ni32pBNP1tvJCRP/7T902ZMOnQ2PT 1jhM+RNcd5VQ= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=XGHL8qqGJPLXwPSLGI97wxAksQG59VJV4UEO8f7HaCw=; b=ObQjafno NyPHlt1PrG3ayXmM7lvxXbV9DVGnp0wAG30pl2uGSLZ8vbNPZgEC2gnxYe8aWuxd GuagSA+6i4AHO6CM9dGDJf1ammAYZvX6SVgUtqiezLzcaRcSL2EtE3ygFqynK4S3 vN4UXczjuyGr9sToyMatl52jL64eJXTQT/VWytLhEDgEhEmol3uU+zhKrPeV0REO IiExnE6CBnMXzYvyGvIs6wIMwHTtAMpY/JlNMs+FwrevXNKQOIBK9bjGfLas2OpU hiIhHyM8/tW8JoxqlNlfetL5lwv0Q2G9Mbxtbf2dsEs89msHb/lB9UHsH5lnsnPE 77cQ6CqPUbiLAA== X-ME-Sender: X-Sasl-enc: x+fBl99HOiHXSKk8wcCJCmz6xNqvhWc7s2Bx5WIBksy8 1499530997 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1770B7E46B; Sat, 8 Jul 2017 12:23:17 -0400 (EDT) From: Thomas Monjalon To: Radu Nicolau Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Sat, 08 Jul 2017 18:23:16 +0200 Message-ID: <5432382.WhOxQu804y@xps> In-Reply-To: <1499419277-19178-1-git-send-email-radu.nicolau@intel.com> References: <1499333341-10875-1-git-send-email-radu.nicolau@intel.com> <1499419277-19178-1-git-send-email-radu.nicolau@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: release notes 17.08, API change description 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: Sat, 08 Jul 2017 16:23:18 -0000 Hi, 07/07/2017 11:21, Radu Nicolau: > Added API change description - moved bypass functions > from the rte_ether library to ixgbe PMD > > Signed-off-by: Radu Nicolau > --- > > v3: fixed indentation issue > > doc/guides/rel_notes/release_17_08.rst | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst > index 842f46f..3b371d3 100644 > --- a/doc/guides/rel_notes/release_17_08.rst > +++ b/doc/guides/rel_notes/release_17_08.rst > @@ -144,6 +144,31 @@ API Changes > Also, make sure to start the actual text at the margin. > ========================================================= > > +* **Moved bypass functions from the rte_ether library to ixgbe PMD** The library name is not rte_ether but rte_ethdev or just ethdev. The name rte_ether refers to the directory where the library code is wrongly located. > + * The following rte_ether library APIs were removed: They are all functions, right? So it's better to replace "APIs" by "functions". > + > + * ``rte_eth_dev_bypass_event_show`` > + * ``rte_eth_dev_bypass_event_store`` > + * ``rte_eth_dev_bypass_init`` > + * ``rte_eth_dev_bypass_state_set`` > + * ``rte_eth_dev_bypass_state_show`` > + * ``rte_eth_dev_bypass_ver_show`` > + * ``rte_eth_dev_bypass_wd_reset`` > + * ``rte_eth_dev_bypass_wd_timeout_show`` > + * ``rte_eth_dev_wd_timeout_store`` > + > + * The following ixgbe PMD APIs were added: > + > + * ``rte_pmd_ixgbe_bypass_event_show`` > + * ``rte_pmd_ixgbe_bypass_event_store`` > + * ``rte_pmd_ixgbe_bypass_init`` > + * ``rte_pmd_ixgbe_bypass_state_set`` > + * ``rte_pmd_ixgbe_bypass_state_show`` > + * ``rte_pmd_ixgbe_bypass_ver_show`` > + * ``rte_pmd_ixgbe_bypass_wd_reset`` > + * ``rte_pmd_ixgbe_bypass_wd_timeout_show`` > + * ``rte_pmd_ixgbe_bypass_wd_timeout_store`` > > ABI Changes > ----------- A newline is missing before next section.