From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 946A269C5 for ; Mon, 13 Feb 2017 15:36:46 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id c85so309550359wmi.1 for ; Mon, 13 Feb 2017 06:36:46 -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=XimHyCRhrIxcQQaN8x2wKKYkpU5q7f8PO3p5fY1sLI4=; b=rekWBZw3H5ch4sxHbm5fYXLskR7AhlkMd0n8mCPK1sst9FR/NK3HkJ40fMx8/Y57bq RFbUtSIqfm7AXUN9tguyX61g5EQysGBj4Y6sup06c0TugXfDTc+l4NXQeIlwf7BUaJ44 TxeDbStRiwXlEfg+4m99S9CIGWfkEjRxCPI+IQvGV0zlN2GsVLoWjkQRNIprTXt2CzXS Qig53M4MqEpB3epTZpN3wyjuf1kNo5r6P9RhgxbJIzCRFYrjSIwOZ370t7s1EoWUsdn5 WUMXntWVvkRbF8/Td61TQLQi/k8h05xI5JKv5kox1eLanuYhzmQvvABkM0QACwPzd0xs lCeg== 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=XimHyCRhrIxcQQaN8x2wKKYkpU5q7f8PO3p5fY1sLI4=; b=KNwFA1eGwm2UgCQPv/fKYOiokIVOncjCEixKheCd063GAxjYeVSv4fvBu5MZmreie6 fp6FBC9GPyHILow2B9HM0rFYry6l9Z+3c/g3orcW+Pdhcvrd55jN4mYuOSK4AhoOGVE5 S1tf1ys+ir31TPZOUNC8Hxc15rn8gOkw4z1qRNgupQXjs8hxhhYH9XA8mO9YujcB5K5a CtSdRe0z8g1YUAGAW9j2FVn5PtLOQgviNKtJgo8WIwyhCknzApI+mh6b3AsXAXiEHf+t hYDpDgbBnVfpOns4SYGdA6S4yART6eHPL+oZ2TUiAnaFId3e888a/48DwXFQLcKoa44L 6ZMg== X-Gm-Message-State: AMke39nB3B+ozUwo7N5s9/6ndHhfw7E9nDuyMY5TVI2ISjHWbUVqJgQhMHMS6crWIK1HSiC9 X-Received: by 10.28.181.145 with SMTP id e139mr18648239wmf.103.1486996606341; Mon, 13 Feb 2017 06:36:46 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u198sm5578046wmf.9.2017.02.13.06.36.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Feb 2017 06:36:45 -0800 (PST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org Date: Mon, 13 Feb 2017 15:36:44 +0100 Message-ID: <123925015.YuSkY7lV6J@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1486986944-27900-1-git-send-email-shreyansh.jain@nxp.com> References: <1486986944-27900-1-git-send-email-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: remove deprecation notice for rte_bus 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 14:36:46 -0000 2017-02-13 17:25, Shreyansh Jain: > Signed-off-by: Shreyansh Jain > --- > -* ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will be > - impacted because of introduction of a new ``rte_bus`` hierarchy. This would > - also impact the way devices are identified by EAL. A bus-device-driver model > - will be introduced providing a hierarchical view of devices. Applied, thanks rte_device/rte_driver have not been impacted and should not be when implementing the buses.