From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AD5BC559A for ; Fri, 29 Jul 2016 14:46:34 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 29 Jul 2016 05:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,439,1464678000"; d="scan'208";a="855837660" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 29 Jul 2016 05:46:32 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX153.ger.corp.intel.com ([169.254.9.206]) with mapi id 14.03.0248.002; Fri, 29 Jul 2016 13:46:32 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Poole, James G" CC: "web@dpdk.org" , "O'Driscoll, Tim" Thread-Topic: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap Thread-Index: AQHR5oUnoLWgVgNgnke58xbwK7OWW6AsT9gAgAMF22A= Date: Fri, 29 Jul 2016 12:46:30 +0000 Message-ID: References: <1469433611-27405-1-git-send-email-james.g.poole@intel.com> <1906874.Wibg0W66t0@xps13> In-Reply-To: <1906874.Wibg0W66t0@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTBiOWYxZGYtOGIyNi00ZWI3LTg5YjQtOWI5ZWZhMWYxMmM5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjYxeWhYUUJSeHAycGJoMHFQdURiRDFtR3A5UFZOXC9BS0x1ZDBDaklJcElzPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2016 12:46:35 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, July 27, 2016 3:55 PM > To: Poole, James G > Cc: web@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-web] [PATCH v2] roadmap: update to 16.11 roadmap >=20 > 2016-07-25 09:00, James Poole: > >

Version 16.11 (2016 November)

> >
    > > -
  • Rx Filtering Rework > > -
  • QEMU Vhost backend Reconnect > > -
  • Delay Packet Copy in Vhost-user > > -
  • Fix library and symbol Namespace > > +
  • Additional Hardware and Software Crypto Algorithms
  • > > +
  • Cryptodev Performance Optimisation
  • > > +
  • Support for AES-GCM, AES-CTR, config file support to > remove hard-coding of SAs/SPs etc.
  • >=20 > It is for IPsec example? >=20 > > +
  • Use forward cipher function to generate IV on CBC > mode
  • >=20 > Idem? is it really worth to be mentionned? >=20 > > +
  • Generic Rx Filtering API
  • >=20 > I think it is enough important to be in first position. >=20 > > +
  • Optimize the Cuckoo Hash lookup stages by using > intelligent prefetching for keys and using IA AVX instructions for vector > processing of keys
  • >=20 > Could it be shorter? "Optimize the Cuckoo Hash lookup for x86"? >=20 > > +
  • vHost PMD xStats
  • > > +
  • Delay Packet Copy in vHost-User Dequeue
  • Hi Thomas, How about the following: * Add Generic Rx Filtering API * Extend Hardware and Software Crypto algorithms support * Cryptodev: Optimize performance * IPSec sample app: add support for AES-GCM, AES-CTR and configuration file= s * vHost PMD : Add support for XStats * vHost-User: Add delayed packet copy in dequeue * Cuckoo Hash: Optimize the lookup for x86 John