From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A5D625A73 for ; Mon, 30 Mar 2015 12:03:12 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 30 Mar 2015 03:03:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,493,1422950400"; d="scan'208";a="706057751" Received: from unknown (HELO Sent) ([10.217.248.233]) by orsmga002.jf.intel.com with SMTP; 30 Mar 2015 03:03:09 -0700 Received: by Sent (sSMTP sendmail emulation); Mon, 30 Mar 2015 11:56:54 +0200 From: Maciej Gajdzica To: dev@dpdk.org Date: Mon, 30 Mar 2015 11:56:41 +0200 Message-Id: <1427709404-28921-1-git-send-email-maciejx.t.gajdzica@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH 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: Mon, 30 Mar 2015 10:03:13 -0000 When nodrop writer port fails to send data, it retries until reach maximum number of retries. Also added new tx_bulk implementation for ring writer port. Maciej Gajdzica (3): port: added WRITER_APPROACH == 1 implementation to ring port port: added ethdev_writer_nodrop port port: added ring_writer_nodrop port 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(+) -- 1.7.9.5