From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id 94B552C36
 for <dev@dpdk.org>; Thu,  5 Jan 2017 14:31:21 +0100 (CET)
Received: by mail-wm0-f43.google.com with SMTP id t79so483740636wmt.0
 for <dev@dpdk.org>; Thu, 05 Jan 2017 05:31:21 -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=uaNkYZkpX60ziyCPsyt4tQiP13VREoKrNhogC1l4DIA=;
 b=Gp4o/kxgsGlcXb4dSf9MkFWCm/YjQl7OwPM933dqj5jpwnDWkdQatZix8hHjsH7AKw
 JW4Wds/aqErz47BFryR9RyTrM3nxQMXHaz0UnqgtyaxUsl0dIQ3rPbPatLS5fDE5AV+m
 hyEdHPOVTPVeDj1PjFrEgYn1k0JQVq7MDpDSm1i8bAiqd+JDxl/xRdhz51xY0MxiNYH+
 VehD6WsVRbEiBUv5oKLy4eiu2zknOROgtoBApckqZZFHA5+f9Nw6MoOM0ui5jZnJQbna
 tM6xEUnt4lDzytzEp6L7S993xy7cyUdCoduiq+c2FWNOdmq9H4O6iDdpVvbcGPsD+FdA
 eTJw==
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=uaNkYZkpX60ziyCPsyt4tQiP13VREoKrNhogC1l4DIA=;
 b=oNnSqPsSBMVwIDNsUXQeHyQUyqK2xCJjLOG0ciHMztMkftdfWS9IWuWtSk2ReoFAbj
 nu+F7Odq7l4URG5jP0KHXY9SgtAOgNX0nidniFa8cRFcfjPPt62O5TGzahLJ54NorbMw
 cc3lpPh8NIvnbRDmGDC2eQepy81t0upqu4hF6cKT7U+1iOuGjXNZ/U3WyvJ8c16vj11/
 saquLYcktxJ4STkfIVA+WfJ57aFcvelbHTZsd0ZM2BH5+oebZzfBUQJBR+rNw8Bu1gSX
 x05+qt01B3Y6rc2g5M7gccp8oJUmZIoUPr9IynyQUaDY8F685IMp4HjFMmjTuYkrIbFL
 aZSQ==
X-Gm-Message-State: AIkVDXJczKJlRM893Qkb0tm+lAyiW1FyZx1llDfdPpjTjpTxYIpTylSBCf82i+rph9I7ZGFO
X-Received: by 10.28.136.80 with SMTP id k77mr60760014wmd.57.1483623081270;
 Thu, 05 Jan 2017 05:31:21 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id kq6sm70167871wjc.7.2017.01.05.05.31.20
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 05 Jan 2017 05:31:20 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bernard Iremonger <bernard.iremonger@intel.com>
Cc: dev@dpdk.org, john.mcnamara@intel.com
Date: Thu, 05 Jan 2017 14:31:19 +0100
Message-ID: <3085992.4K2P9mV14s@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1483613049-25155-1-git-send-email-bernard.iremonger@intel.com>
References: <1483613049-25155-1-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] doc: announce API and ABI change for
	ethdev
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Jan 2017 13:31:21 -0000

2017-01-05 10:44, Bernard Iremonger:
> In 17.05 nine rte_eth_dev_* functions will be removed from
> librte_ether, renamed and moved to the ixgbe PMD.

I agree it is a good move to clean up ethdev API.

> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> +* ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_* functions
> +  and move them into the ixgbe PMD:
> +
> +  ``rte_eth_dev_bypass_init``
> +
> +  ``rte_eth_dev_bypass_state_set``
> +
> +  ``rte_eth_dev_bypass_state_show``
> +
> +  ``rte_eth_dev_bypass_event_store``
> +
> +  ``rte_eth_dev_bypass_event_show``
> +
> +  ``rte_eth_dev_wd_timeout_store``
> +
> +  ``rte_eth_dev_bypass_wd_timeout_show``
> +
> +  ``rte_eth_dev_bypass_ver_show``
> +
> +  ``rte_eth_dev_bypass_wd_reset``
> +
> +  The following fields will be removed from ``struct eth_dev_ops``:
> +
> +  ``bypass_init_t``
> +
> +  ``bypass_state_set_t``
> +
> +  ``bypass_state_show_t``
> +
> +  ``bypass_event_set_t``
> +
> +  ``bypass_event_show_t``
> +
> +  ``bypass_wd_timeout_set_t``
> +
> +  ``bypass_wd_timeout_show_t``
> +
> +  ``bypass_ver_show_t``
> +
> +  ``bypass_wd_reset_t``
> +
> +  The functions will be renamed to the following, and moved to the ``ixgbe`` PMD:
> +
> +  ``rte_pmd_ixgbe_bypass_init``
> +
> +  ``rte_pmd_ixgbe_bypass_state_set``
> +
> +  ``rte_pmd_ixgbe_bypass_state_show``
> +
> +  ``rte_pmd_ixgbe_bypass_event_set``
> +
> +  ``rte_pmd_ixgbe_bypass_event_show``
> +
> +  ``rte_pmd_ixgbe_bypass_wd_timeout_set``
> +
> +  ``rte_pmd_ixgbe_bypass_wd_timeout_show``
> +
> +  ``rte_pmd_ixgbe_bypass_ver_show``
> +
> +  ``rte_pmd_ixgbe_bypass_wd_reset``
> 

Please could you make it shorter by using commas for listing?