From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 2/3] doc: announce removal of kni functions using port id Date: Mon, 17 Aug 2015 00:51:28 +0200 Message-ID: <1439765489-4747-3-git-send-email-thomas.monjalon@6wind.com> References: <1434387073-16951-1-git-send-email-stephen@networkplumber.org> <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id C1EF38E8F for ; Mon, 17 Aug 2015 00:52:53 +0200 (CEST) Received: by wicja10 with SMTP id ja10so57605599wic.1 for ; Sun, 16 Aug 2015 15:52:53 -0700 (PDT) In-Reply-To: <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These functions are marked as deprecated for a long time: fbf895d44cfe ("kni: identify device by name") As suggested in this patch, it should be removed: http://dpdk.org/ml/archives/dev/2015-June/019254.html Suggested-by: Stephen Hemminger Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a9a12c6..2424c61 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -58,6 +58,9 @@ Deprecation Notices the tunnel type, TNI/VNI, inner MAC and inner VLAN are monitored. The release 2.2 will contain these changes without backwards compatibility. +* librte_kni: Functions based on port id are deprecated for a long time and + should be removed (rte_kni_create, rte_kni_get_port_id and rte_kni_info_get). + * ABI changes are planned for struct virtio_net in order to support vhost-user multiple queues feature. It should be integrated in release 2.2 without backward compatibility. -- 2.4.2