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 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) 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=CQ3XQebZ8CLhLzm3MF7vlP/GTDnrQlNAFV8j3i9a1OE=; b=pG+2gLUGulYrIHhpoQRt/+2Pv/aJ1BcXYPLsfDKfGuclUJ7YLPIVMPu35/5h0bF5qk Hvw6zAZmN6ROy3WkcdRGCCWogeYoOKNGhzS27nSHdBZQdL3XqIzNxeJxfjtRs9jc9Cmt W0N72rNReA/AZRmTSio5XRBCDIkzedSrvf4mug/qtMGFPQTyyDNV/YoAEdvvIi1ZLXjE roWWcw5JwXscG1skST7sx15TtO9nUGZ3AdFZWJmTDRj9OFAickZqkIF2YexrWnyED948 tnV4Qi5invhFXHAkinDUHo/l+Z/Xr9vanwFWWbp7IIPWBNKw3xfs1fJPhlPqEDx8F6iA qqfQ== 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=CQ3XQebZ8CLhLzm3MF7vlP/GTDnrQlNAFV8j3i9a1OE=; b=baPyNxWAcfpWik+xf6MNAnalDPsVCH2GrR5U953D1uTMtGbjTqhiZwYsn5XIc3kVZB UemuRInuHeYhdjajRtCr01/2OrA0NCPoLKVwNd797eiRpj40Zu1W4IXqn1RNTYZnFZIa qzkMEgvC81h9FhnpA8MzlO6SNec2OwFx4he+lzhGYfd7PfRLukk00wNQM8XKuloBRpE7 cJd/L1Na9cjGkNOqo4bwBjCEnR6pi/OldYazMTsymX1rMViN6DYGLbPc3h/+Ao6H16Pi g4t3G4sbQ4taqzZlaXZJh1tL1NBOnfZr6uGNfrBUku1sln5jdeYvzLfsT9JJG8yXeVQW a2tQ== X-Gm-Message-State: AMke39mQVPKCi6EsQmcb+pVuqkX40+XDw8FiARB1z6QwBjaUSlsdjDLypjuxJBX1T65u8sWo X-Received: by 10.28.69.202 with SMTP id l71mr40490447wmi.68.1487008641766; Mon, 13 Feb 2017 09:57: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 10sm206689wmk.26.2017.02.13.09.57.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Feb 2017 09:57:21 -0800 (PST) From: Thomas Monjalon To: Bernard Iremonger Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Mon, 13 Feb 2017 18:57:20 +0100 Message-ID: <1783105.gzj7YZmmC4@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1483629936-14057-1-git-send-email-bernard.iremonger@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 17:57:22 -0000 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