From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: announce API and ABI change for ethdev Date: Mon, 13 Feb 2017 18:57:20 +0100 Message-ID: <1783105.gzj7YZmmC4@xps13> References: <1483613049-25155-1-git-send-email-bernard.iremonger@intel.com> <1483629936-14057-1-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 EFFF32C74 for ; Mon, 13 Feb 2017 18:57:21 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id v186so164432625wmd.0 for ; Mon, 13 Feb 2017 09:57:21 -0800 (PST) In-Reply-To: <1483629936-14057-1-git-send-email-bernard.iremonger@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-05 15:25, Bernard Iremonger: > In 17.05 nine rte_eth_dev_* functions will be removed from > librte_ether, renamed and moved to the ixgbe PMD. > > Signed-off-by: Bernard Iremonger "ixgbe bypass" should be in the title and the description. I'll reword to: doc: announce move of ethdev bypass function to ixgbe API In 17.05, nine rte_eth_dev_* functions for bypass control, and implemented only in ixgbe, will be removed from ethdev, renamed and moved to the ixgbe PMD-specific API. Acked-by: Thomas Monjalon