From: Thomas Monjalon Date: Sun, 16 Aug 2015 22:26:09 +0000 (+0200) Subject: doc: announce removal of kni functions using port id X-Git-Tag: spdx-start~8514 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=16669500b19ec20d8ae498f11277af768299a01f;p=dpdk.git doc: announce removal of kni functions using port id 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 --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a9a12c6fa0..2424c61292 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.