From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/6] net/mlx5: rework hardware structures Date: Mon, 19 Sep 2016 17:14:26 +0100 Message-ID: <20160919161426.GJ45548@bricha3-MOBL3> References: <44d2b25b3649efe37a5b1c863c81633ba21812f0.1473854800.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Adrien Mazarguil To: Nelio Laranjeiro Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 07D532A58 for ; Mon, 19 Sep 2016 18:14:32 +0200 (CEST) Content-Disposition: inline In-Reply-To: <44d2b25b3649efe37a5b1c863c81633ba21812f0.1473854800.git.nelio.laranjeiro@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Sep 14, 2016 at 02:18:02PM +0200, Nelio Laranjeiro wrote: > Rework Work Queue Element (aka WQE) structures to fit PMD needs. > A WQE is an aggregation of 16 bytes elements known as "data segments" > (aka dseg). > > Signed-off-by: Nelio Laranjeiro Hi Nelio, can you give a bit more detail in the commit message here. What are the "PMD needs" that must be met, and how is the WQE reworked to meet them? Thanks, /Bruce