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 D98D9FFA for ; Tue, 5 May 2015 17:07:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 05 May 2015 08:06:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,373,1427785200"; d="scan'208";a="721009793" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 05 May 2015 08:06:47 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.246]) by IRSMSX154.ger.corp.intel.com ([169.254.12.138]) with mapi id 14.03.0224.002; Tue, 5 May 2015 16:06:47 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/3] port: added ethdev_writer_nodrop and ring_writer_nodrop ports Thread-Index: AQHQgz0iyLPud41y3Uy/uUlyUd/asJ1tg4OQ Date: Tue, 5 May 2015 15:06:46 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263235BB48@IRSMSX108.ger.corp.intel.com> References: <1430395084-6172-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1430395084-6172-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] port: added ethdev_writer_nodrop 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: Tue, 05 May 2015 15:07:51 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Michal Jastrzebski > Sent: Thursday, April 30, 2015 12:58 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/3] port: added ethdev_writer_nodrop and > ring_writer_nodrop ports >=20 > From: Maciej Gajdzica >=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 > Maciej Gajdzica (3): > port: added WRITER_APPROACH =3D=3D 1 implementation to ring port > port: added ethdev_writer_nodrop port > port: added ring_writer_nodrop port >=20 > lib/librte_port/rte_port_ethdev.c | 230 > ++++++++++++++++++++++++++++++ > lib/librte_port/rte_port_ethdev.h | 19 +++ > lib/librte_port/rte_port_ring.c | 285 > +++++++++++++++++++++++++++++++++++++ > lib/librte_port/rte_port_ring.h | 16 +++ > 4 files changed, 550 insertions(+) >=20 > -- > 1.7.9.5 Acked by: Cristian Dumitrescu