From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 0/6] get status of Rx and Tx descriptors Date: Thu, 2 Mar 2017 14:40:52 +0100 Message-ID: <20170302144052.5350f795@platinum> References: <1479981261-19512-1-git-send-email-olivier.matz@6wind.com> <1488388752-1819-1-git-send-email-olivier.matz@6wind.com> <1d681ebc-bc85-934b-0d94-7b0b7faaaa77@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , To: Andrew Rybchenko Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id D1FEB2A5E for ; Thu, 2 Mar 2017 14:40:55 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id n11so24446094wma.1 for ; Thu, 02 Mar 2017 05:40:55 -0800 (PST) In-Reply-To: <1d681ebc-bc85-934b-0d94-7b0b7faaaa77@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 1 Mar 2017 21:02:16 +0300, Andrew Rybchenko wrote: > On 03/01/2017 08:19 PM, Olivier Matz wrote: > > This patchset introduces a new ethdev API: > > - rte_eth_rx_descriptor_status() > > - rte_eth_tx_descriptor_status() > > May be corresponding features should be added to the NICs documentation? Yes, good idea. I propose to use these straightforward names: "Rx Descriptor Status" and "Tx Descriptor Status".