From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9EF292C31 for ; Wed, 13 Jul 2016 13:04:00 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 13 Jul 2016 04:04:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,357,1464678000"; d="scan'208";a="733556181" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2016 04:03:58 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX152.ger.corp.intel.com ([169.254.6.247]) with mapi id 14.03.0248.002; Wed, 13 Jul 2016 12:03:58 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Poole, James G" CC: "web@dpdk.org" , "O'Driscoll, Tim" Thread-Topic: [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items Thread-Index: AQHR2STdjbD5iBgBj0ig1Zm+R32sh6ATqEWAgAKPigA= Date: Wed, 13 Jul 2016 11:03:57 +0000 Message-ID: References: <1467962864-23321-1-git-send-email-james.g.poole@intel.com> <1605364.DcJpcoMCeS@xps13> In-Reply-To: <1605364.DcJpcoMCeS@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmM5ZWQzNjktMGIzZS00ZmQ5LTg2NDYtM2MyZjliZjA5OTkwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNGMEhGRnFiMzlueW16RXhVU2w1K2xUZWtUdkFKZXE3T2ZzZUk4RStRY0E9In0= 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] roadmap: update to 16.11 roadmap items 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: Wed, 13 Jul 2016 11:04:01 -0000 Hi Thomas, Comments below. > -----Original Message----- > From: web [mailto:web-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, July 11, 2016 9:49 PM > To: Poole, James G > Cc: web@dpdk.org > Subject: Re: [dpdk-web] [PATCH] roadmap: update to 16.11 roadmap items >=20 > Hi, >=20 > Thanks for helping to update the website. > Below are some comments: >=20 > 2016-07-08 08:27, James Poole: > > -
  • Rx Filtering Rework > > -
  • QEMU Vhost backend Reconnect >=20 > Yes it is in 16.07 already. Yes. So it is okay to take it off the older roadmap. Right? >=20 > > -
  • Delay Packet Copy in Vhost-user > > -
  • Fix library and symbol Namespace > > +
  • Cryptodev Support for Hardware Acceleration (via Intel(r) > QuickAssist Technology) for Additional Algorithms > > +
  • Cryptodev Support for Software Acceleration for Additional > > +Algorithms >=20 > It's a bit too long. > Why not just "More Crypto Algorithms" instead of the above 2 lines? Ok. Having them as two item is probably a result of us thinking about them = separately. We will update to one item with: "Additional Hardware and Software Crypto Algorithms" >=20 > > +
  • Cryptodev Performance Optimisation > > +
  • IPsec Sample App Enhancements >=20 > Which IPsec enhancements? The details are on Tim's longer announcement to the list:=20 "Add support for AES-GCM, AES-CTR, config file support to remove hard-codin= g of SAs/SPs etc., use forward cipher function to generate IV on CBC mode."= " I don't think it helps to get into that level of detail here. >=20 > > +
  • Generic Flow Director/Filtering/Classification API >=20 > The old API was already meant to be generic :) I think the "Rx Filtering" > wording is a simpler name than "Flow Director/Filtering/Classification". The name actually came from Adrien's RFC. :-) No problem changing it. "Rx F= iltering API" seems fine to me. >=20 > > +
  • Cuckoo Hash Enhancements >=20 > Which enhancements? Optimize the Cuckoo Hash lookup stages by using intelligent prefetching for= keys and using IA AVX instructions for vector processing of keys. The deta= ils are on the longer list. >=20 > > +
  • Add vHost PMD xStats >=20 > The previous lines had no verb "Add". >=20 > > +
  • Delay Packet Copy in vHost-User Dequeue >=20 No problem. We can just call it " vHost PMD xStats" James will make the changes and submit a v2. If you have any other concerns= you can just make the changes during merge. John