From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A9E9A5947 for ; Thu, 21 May 2015 18:30:52 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 21 May 2015 09:30:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,470,1427785200"; d="scan'208";a="733183609" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 21 May 2015 09:30:50 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by IRSMSX109.ger.corp.intel.com ([169.254.13.51]) with mapi id 14.03.0224.002; Thu, 21 May 2015 17:30:50 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports Thread-Index: AQHQk8G06Few6mpz706zzsI7PLvE452Gn0bg Date: Thu, 21 May 2015 16:30:49 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263236B051@IRSMSX108.ger.corp.intel.com> References: <1432211324-5078-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1432211324-5078-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_writer nodrop ports X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 16:30:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Thursday, May 21, 2015 1:29 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/4] port: add ethdev_writer and ring_write= r > nodrop ports >=20 > When nodrop writer port fails to send data, it retries until reach maximu= m > number of retries. Also added new tx_bulk implementation for ring writer > port. >=20 > Changes in v2: > - added missing signoffs >=20 > Changes in v3: > - removed second implementation of tx_bulk functions >=20 > Maciej Gajdzica (4): > port: removed second implementation of tx_bulk from ethdev_writer > port > port: changed tx_bulk implementation if ring_writer port > port: added ethdev_writer_nodrop port > port: added ring_writer_nodrop port >=20 > lib/librte_port/rte_port_ethdev.c | 206 > +++++++++++++++++++++++++++++------ > lib/librte_port/rte_port_ethdev.h | 19 ++++ > lib/librte_port/rte_port_ring.c | 214 > +++++++++++++++++++++++++++++++++++-- > lib/librte_port/rte_port_ring.h | 16 +++ > 4 files changed, 409 insertions(+), 46 deletions(-) >=20 > -- > 1.7.9.5 Acked-by: Cristian Dumitrescu