From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: 19.02 Intel Roadmap Date: Sat, 1 Dec 2018 18:00:43 -0800 Message-ID: <20181201180043.35fb6262@xeon-e3> References: <26FA93C7ED1EAA44AB77D62FBE1D27BAB77C1B20@IRSMSX108.ger.corp.intel.com> <2348857.k0IvZTluD0@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "O'Driscoll, Tim" , dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by dpdk.org (Postfix) with ESMTP id 273391B4FC for ; Sun, 2 Dec 2018 03:00:52 +0100 (CET) Received: by mail-pf1-f178.google.com with SMTP id z9so4650406pfi.2 for ; Sat, 01 Dec 2018 18:00:51 -0800 (PST) In-Reply-To: <2348857.k0IvZTluD0@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sun, 02 Dec 2018 01:17:09 +0100 Thomas Monjalon wrote: > Hi, > > 23/11/2018 12:11, O'Driscoll, Tim: > > As discussed at yesterday's Release Status Meeting, we need to update our Roadmap page (http://core.dpdk.org/roadmap/) for 19.02. The features that we plan to contribute are described below. We'll submit a patch to update the roadmap page with this info. > > > > > > vDPA Live Migration Software Fallback: The current vDPA library provides the vDPA driver an interface to implement hardware-based dirty page logging. A software fallback option will be added to handle situations where the hardware does not log dirty pages. > > > > IPsec Library: An initial version of a DPDK IPsec library will be provided. This will define data structures and APIs to prepare IPsec data for crypto processing, APIs to handle ESP header encap/decap for tunnel and transport modes, and capabilities such as initialising Security Associations. The existing IPsec Security Gateway sample application (ipsec-secgw) will be updated to use the new library. > > > > Compression Performance Test Tool: A performance test application will be created which will allow performance testing of compression PMDs. > > > > I40E Queue Request: A new operation (VIRTCHNL_OP_REQUEST_QUEUES) will be implemented to allow an I40E VF to request a specific number of queues from the PF. > > > What about the new PMD ice for Intel E810? > https://patches.dpdk.org/cover/48285/ > > It is not planned to be part of DPDK 19.02? > > > As far as I know the hardware for ICE has not been released yet.