From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f180.google.com (mail-ua0-f180.google.com [209.85.217.180]) by dpdk.org (Postfix) with ESMTP id 2202D201 for ; Tue, 25 Jul 2017 17:46:38 +0200 (CEST) Received: by mail-ua0-f180.google.com with SMTP id f9so106566567uaf.4 for ; Tue, 25 Jul 2017 08:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Crg/2sw6ohYu3q3aCiRTIsTg4u86ANxix2XbMOMIZMk=; b=ns6kbkX3ptqpAdaAZrYLR1Dl4cWeZ6nlrgLqQK4M+VrBL2RjcxDTddMqiL3/fJFS73 LEgpwz+Z5uJnG30gNvObiTm5h3mnhqwVOPPZ6HQoTPmbF5mNdHzxMC8W1nQPGMuuY1Ui EpgN0WgIVVh5Jlc+a0lIMhIkLFiWArrgtG4koYhmxNBn1ZW+/5PL9cOmSNj195s0m3+C Fi5R9qC+nU76lGMwgKupQP9hwCf8RVnOc6mERpBPMpPUlDRozobUbn9ilffcTmsLoYty lhpo8G3wjqZ7QTp0FqmbB5d6KBNQpwdK1gTciT6D40h7MgSSlS5gKmrA/S844kqo8tDD fFug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Crg/2sw6ohYu3q3aCiRTIsTg4u86ANxix2XbMOMIZMk=; b=OtJyv4BQazYy/l0dHryLeBq7manIfF4yGyR25AqrK1ezho70CH47DJGL1lqNaKZJlT mjB8KfueqAt/hqf/XpZBuNRNspUMBTCz1D0HXiKCl2SVZAVdIEusLxrxl5Bxx0jeGG/R NUjnaSu69eSIWXdD6tjJY9gMq+1NJUoa1drTsB27fcTcUK7eZWEusriNjqLvAcvbZ7Kf mjN2V3poQYLsNexWPAXcYq3FBmBIZbbDjs+/qCWeciLZQSTUs+ZJx3U56NtCfeNNUO07 gr8EJDr+/Z51M4eypqJ1lE0llJhhedDCC4auNEFxuRlcTTlaxxDyTv3gaJ2wLJLt9emk ZonQ== X-Gm-Message-State: AIVw111W6SQRpjA69IbKyNAfCTHjBklgGVmNL+l4jj/mkXOUiEEIsHJQ 31Q1DMUuAkDFzPHvats5Pb+7wBF1a95f X-Received: by 10.31.107.66 with SMTP id g63mr11104410vkc.76.1500997597483; Tue, 25 Jul 2017 08:46:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.101.6 with HTTP; Tue, 25 Jul 2017 08:46:36 -0700 (PDT) In-Reply-To: <26FA93C7ED1EAA44AB77D62FBE1D27BA9BA1E40C@IRSMSX101.ger.corp.intel.com> References: <26FA93C7ED1EAA44AB77D62FBE1D27BA9BA1E40C@IRSMSX101.ger.corp.intel.com> From: Alejandro Lucero Date: Tue, 25 Jul 2017 16:46:36 +0100 Message-ID: To: "O'Driscoll, Tim" Cc: "dev@dpdk.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] 17.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: , X-List-Received-Date: Tue, 25 Jul 2017 15:46:38 -0000 Hi Tim, I'd like to add this: Netronome NFP PMD with PF support, including PF mutliport suport. Currently NFP PMF just supports VFs. Thanks On Tue, Jul 25, 2017 at 11:18 AM, O'Driscoll, Tim wrote: > Below are the features that we're planning to submit for the 17.11 > release. We'll submit a patch to update the roadmap page with this info. > > It would be good if others are also willing to share their plans so that > we can build up a complete picture of what's planned for 17.11 and make > sure there's no duplication. > > > QoS Traffic Management Software Fallback and Sample App: The new QoS > traffic management API (rte_tm) was added to ethdev in 17.08. A software > fallback using the existing DPDK QoS scheduling library (librte_sched) will > be added. A sample application will also be created which demonstrates > usage of this API. > > Extend Power Management Lib to Support Per-Core Turbo Boost: The power > management library will be enhanced to support the ability to enable > per-core turbo boost for CPUs that support this capability. An example > usage of this would be in a pipeline model where enabling turbo boost on a > distributor core will increase overall system performance without having to > enable turbo on the worker cores. > > Power Management Policy Control: This change will allow policy control to > be applied to power management actions such as changes to p-states. A guest > will be able to send policy info to a power management process on the host, > which will apply that policy when making power management changes. > > DES SW PMD: A new SW crypto PMD will be created to support DES. This will > provide an optimized implementation for AVX512, and an unoptimised > implementation for AVX2/AVX/SSE. > > AES CCM Support in OpenSSL PMD: Support for AES CCM mode will be added to > the OpenSSL PMD. Further details on AES CCM are available at: > https://en.wikipedia.org/wiki/CCM_mode. > > QAT PMD Performance Enhancements: Improve QAT cryptodev driver performance > by 1) RX/TX CSR writes coalescing, 2) deferred freeing of RX descriptors, > and 3) removing atomics and assuming single threaded queue pair operation. > > Generic Segmentation Offload (GSO): Support for Generic Receive Offload > (GRO) was added in 17.08. Similar support for GSO will be added in 17.11. > > GRO Heavyweight Mode Sample App: The Generic Receive Offload library added > in 17.08 operates in two modes: lightweight and heavyweight. Use of the > lightweight mode is demonstrated with testpmd. A sample application will be > created to demonstrate usage of the heavyweight mode. > > Primary/Secondary Process Support for Virtual Devices: Most virtual > devices don't currently support the primary/secondary process model. > Support for this will be added. > > Extend Port ID to 2 Bytes: The Port ID will be extended to 2 bytes. See > the ABI deprecation notice for further details: http://www.dpdk.org/dev/ > patchwork/patch/26852/. > > I40E API to Configure RSS Queue Regions: The I40E allows queue regions to > be defined, so that different traffic classes or different packet > classification types can be sent to different queues. > >