From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7EB93A00E6 for ; Thu, 8 Aug 2019 10:13:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75244137C; Thu, 8 Aug 2019 10:12:59 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3E46B3DC for ; Thu, 8 Aug 2019 10:12:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2019 01:12:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177242348" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga003.jf.intel.com with ESMTP; 08 Aug 2019 01:12:55 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.229]) by IRSMSX102.ger.corp.intel.com ([169.254.2.59]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 09:12:55 +0100 From: "O'Driscoll, Tim" To: "dev@dpdk.org" Thread-Topic: 19.11 Intel Roadmap Thread-Index: AdVNv3zoLJuoj7COTFGvFvF3QVga6g== Date: Thu, 8 Aug 2019 08:12:54 +0000 Message-ID: <26FA93C7ED1EAA44AB77D62FBE1D27BAB790C9E0@IRSMSX108.ger.corp.intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2NmYTdhMzYtZjJlZS00ODUwLTg3NzktODJkYjY5NWEyNjM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRkV1d1loQ3BSZFZcL2U0STQxMXlBeFR3K2srMFJYYmVDU2NXckdRNWlqQlU2cTlSc21JbFp1RmlDQWxmdXBuSUQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-dev] 19.11 Intel Roadmap 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These are the features that we plan to submit for the 19.11 release: Intel(r) Ethernet 810 Series Network Adapter Enhancements: Support for load= ing of device-specific Dynamic Device Personalization (DDP) profiles to sup= port new protocols, rte_flow/flow director/switch filter updates to support= DDP profiles, AVX2 versions of the ICE and IAVF PMDs to improve performanc= e, multi-process support, RSS support via rte_flow, support for high/low pr= iority flows via rte_flow, flexible descriptor support per Rx queue. IPsec Enhancements: The rte_security API will be updated to support inline = crypto statistics. A security association database will be added to the IPs= ec library. A new rte_security type (RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO) w= ill be added to improve performance for IPsec with software crypto. The IPs= ec Security Gateway sample app will be updated to demonstrate the IPSec lib= rary's ability to support multiple IPsec sessions for the same SA (inline-c= rypto session plus lookaside-none). Compression Enhancements: Intel(r) QuickAssist Technology support for state= ful decompression, enhancements to the performance test tool including the = ability to use external mbufs, and removal of the Experimental label from t= he compressdev API. Crypto Enhancements: Increased Intel(r) QuickAssist Technology support for = asymmetric (RSA) and symmetric (single-pass GCM) crypto operations, modific= ations to the cryptodev API to support sessionless asymmetric crypto. Hierarchical QoS Scheduler Enhancements: The pipe (subscriber) configuratio= n will be made more flexible by moving configuration data from the port to = the sub-port level. Enhancements will also be made to provide better suppor= t for over-subscription, allowing unused bandwidth for a pipe to be redistr= ibuted to other pipes in the same sub-port. ABI Stability: Agree and document new ABI stability policy. Implement code = changes (hiding of internal structures etc.) to make ABI easier to maintain= . Virtio packed ring (introduced in Virtio 1.1 spec) performance optimisation= s. Support graceful shutdown for the Intel(r) FPGA Programmable Acceleration C= ard N3000. The server will be able to gracefully shutdown and reload the ca= rd after certain errors (e.g. FPGA Die Temperature higher than Temperature = Threshold or FPGA AUX Voltage lower than Voltage Threshold). Extend Rawdev NTB PMD: The rawdev PMD for Non-Transparent Bridging will be = extended to add a FIFO ring for Rx/Tx. A sample application will be added for the Intel(r) QuickData Technology PM= D (drivers/raw/ioat). Intel PMDs will be updated to support RTE_ETH_DEV_CLOSE_REMOVE.