From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5F52B20A17; Wed, 5 Jul 2017 19:13:03 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 05 Jul 2017 19:13:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=GjI0VJD+MQvI0Ob55UcI1CYYFNqf9zi04/Cqlq GfqbE=; b=LZN3TCCMmwqFSfLLSdMolmhrTSghyN2zDgScPaBW8mUEhrhNbYPnom vnSfaJjMCtgaht2J2BYkN6G6JIeanH7HBP4mEPf3GTYAKdZek4eDqxs/uzDsPu2e zMqhX2IV8l38xbSrSurosEaCWjm5NIgWitrx6S35PrcLFWdxZUzJI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=GjI0VJD+MQvI0Ob55U cI1CYYFNqf9zi04/CqlqGfqbE=; b=HQ5+CBF9s6T5d3JNxr5lPjcZ9XxBdu1J86 WsA4u79VbDK4G+aawQYzHqaIsFnY8Zfsdgy70HpHh1j2rtHBSydggKdwLznxFGde 4chewac5XDYI81ZMrQBmX/DxFZpzzC6z74oayt+TjboEbDr4z8Ojgq0DXjTPXmz7 Zv9Xb8JHZv/V1WImeHZWdIS+iJW3xQIFmNdNafo9ZgiTxq2zE19kGhMDjIyk21WJ yuv94jrhHwj6zmk3LXFsC6BKhG7CE+IJ+EQyBXxAuN4GiZ8A/g0huCreggTcPiJm iBXOZ7GKfZ+C/RA7ZBbwbrYtZYcrFKETgXkHhQ70FZJS67KEc5KA== X-ME-Sender: X-Sasl-enc: 2Wo1aD1gJWEncjB13CZ9yTXqR3tyKWVUpG/B3mQZHVuW 1499296383 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1B2E27E854; Wed, 5 Jul 2017 19:13:03 -0400 (EDT) From: Thomas Monjalon To: Radu Nicolau , Fan Zhang Cc: dev@dpdk.org Date: Thu, 06 Jul 2017 01:13:02 +0200 Message-ID: <3371651.1WhZfxdsbz@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] API changes in release notes 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: Wed, 05 Jul 2017 23:13:04 -0000 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 -----------------------------------------------------------