From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: API changes in release notes Date: Thu, 06 Jul 2017 01:13:02 +0200 Message-ID: <3371651.1WhZfxdsbz@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Radu Nicolau , Fan Zhang Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id BC52A2862 for ; Thu, 6 Jul 2017 01:13:03 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Radu, Fan, You have change the API as announced in the deprecation notice. Please, could you update the release notes as well in the "API Changes" section? Thank you ----------------------------------------------------------- crypto/scheduler: remove deprecated functions This patch remove the deprecated functions as well as notice for scheduler mode set/get API changes. Signed-off-by: Fan Zhang Acked-by: Pablo de Lara ----------------------------------------------------------- ethdev: move bypass functions to ixgbe PMD Move all bypass functions to ixgbe pmd and remove function pointers from the eth_dev_ops struct. Signed-off-by: Radu Nicolau Acked-by: Wenzhuo Lu -----------------------------------------------------------