From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fvPYtarPCMCi9/QnhNw/d+Xc1S8Dz9Q3DsebzvbUTpA=; b=Xaf+emMox/a3dxmY6Er4dl21mJZpngiAWkF1XoX9VufocJBI95QhhgUepKFYzFUd53 GehE4482aD0QelAZqOSqIQ2MGpb+03+WH9z05aMglCrhsNFWV5H335aq9rBzUeLD86O6 2eCJ3mLGIsk8388Sx/V4BBGhZNdgL0v/DLLv9giaWssA9xaIBAlNBufTvch5RY2e6UUl Czmv01fr5QncsmxD4BFoPHQskdJu6dub3RHsn+GZPYt5IelYSDNtvGK8MOAS1IHPzwR9 zUo08stU4OnvjEydIrqh+wGvuMkQCmEf6lFX+SBnIktGfjbvgEkfoXPW7BDLaqL6eXxF sWRg== X-Gm-Message-State: ALoCoQlLsn/jW1CphMwa330paCiM+UEuyCleULAGtjcCDQZbvkE0JboxWd+njFzMpcoZGeSp+28/ X-Received: by 10.194.60.226 with SMTP id k2mr21660197wjr.10.1439765573642; Sun, 16 Aug 2015 15:52:53 -0700 (PDT) Received: from XPS13.localdomain (177.20.90.92.rev.sfr.net. [92.90.20.177]) by smtp.gmail.com with ESMTPSA id v8sm19108477wjr.15.2015.08.16.15.52.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 16 Aug 2015 15:52:53 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 17 Aug 2015 00:51:28 +0200 Message-Id: <1439765489-4747-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1439765489-4747-1-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 Subject: [dpdk-dev] [PATCH 2/3] doc: announce removal of kni functions using port id X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 22:52:54 -0000 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