From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: DPDK ethdev/mbuf features and reviews Date: Fri, 07 Jul 2017 11:20:55 +0200 Message-ID: <7163702.SNZHi7COno@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andrew Rybchenko , Rasesh Mody , Harish Patil , Alejandro Lucero , Adrien Mazarguil , John Daley , Rahul Lakkireddy , Stephen Hurd , Ajit Khaparde , Ed Czeck , John Miller , Wenzhuo Lu , Jingjing Wu , Beilei Xing , Jing Chen , Bruce Richardson , Shijith Thotton , Srisivasubramanian Srinivasan , Shrikrishna Khare , Ferruh Yigit , Olivier Matz Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D6CE5235 for ; Fri, 7 Jul 2017 11:20:56 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, The ethdev library is very special as it defines the services (ops) to be implemented in every DPDK networking drivers. It defines also some configuration bits to support. The mbuf library defines also some offloads to support in drivers. Some of these features are not enough supported and need more efforts. You can check this table for a summary: http://dpdk.org/doc/guides/nics/overview.html#id1 These features are being summarized by Ferruh who needs help and review: http://dpdk.org/patch/26492 We must also take care of the new added features. Adding a feature means it should be supported by every drivers. For a PMD maintainer, the first step is to carefully review the new proposed feature in mbuf or ethdev. The second step is to implement it. Thanks for your help PS: this reminder was thought after sending this email: http://dpdk.org/ml/archives/dev/2017-July/070591.html