From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 2/3] net/e1000: e1000 igb support to free consumed buffers Date: Mon, 27 Feb 2017 14:49:48 +0100 Message-ID: <8835134.B7kfOWfBzi@xps13> References: <20170123211340.22570-1-bmcfall@redhat.com> <20170127183800.27466-1-bmcfall@redhat.com> <20170127183800.27466-3-bmcfall@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Billy McFall , olivier.matz@6wind.com, dev@dpdk.org To: wenzhuo.lu@intel.com Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5997C5911 for ; Mon, 27 Feb 2017 14:49:50 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id 196so18361303wmm.1 for ; Mon, 27 Feb 2017 05:49:50 -0800 (PST) In-Reply-To: <20170127183800.27466-3-bmcfall@redhat.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" 2017-01-27 13:37, Billy McFall: > Add support to the e1000 igb driver for the new API to force free > consumed buffers on Tx ring. e1000 igb driver does not implement a > tx_rs_thresh to free mbufs, it frees a slot in the ring as needed, so > a new function needed to be written. > > Signed-off-by: Billy McFall > --- > doc/guides/nics/features/e1000.ini | 1 + > drivers/net/e1000/e1000_ethdev.h | 2 + > drivers/net/e1000/igb_ethdev.c | 1 + > drivers/net/e1000/igb_rxtx.c | 126 +++++++++++++++++++++++++++++++++++++ > 4 files changed, 130 insertions(+) Please maintainers, we need review here.