From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Sanford Subject: [PATCH 0/4] port: fix and test bugs in tx_bulk ops Date: Mon, 28 Mar 2016 16:51:33 -0400 Message-ID: <1459198297-49854-1-git-send-email-rsanford@akamai.com> To: dev@dpdk.org, cristian.dumitrescu@intel.com Return-path: Received: from mail-vk0-f66.google.com (mail-vk0-f66.google.com [209.85.213.66]) by dpdk.org (Postfix) with ESMTP id 925F937B4 for ; Mon, 28 Mar 2016 22:52:15 +0200 (CEST) Received: by mail-vk0-f66.google.com with SMTP id a62so16362920vkh.0 for ; Mon, 28 Mar 2016 13:52:15 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch series does the following: * enhances port ring writer test, to send two large, but not full bursts; exposes ring writer buffer overflow * fixes ring writer buffer overflow * fixes full burst checks in ethdev, ring, and sched f_tx_bulk ops * fixes ethdev writer, to send bursts no larger than specified max -------- Robert Sanford (4): app/test: enhance test_port_ring_writer port: fix ring writer buffer overflow port: fix full burst checks in f_tx_bulk ops port: fix ethdev writer burst too big app/test/test_table_ports.c | 27 +++++++++++++++++++++++++-- lib/librte_port/rte_port_ethdev.c | 35 ++++++++++++++--------------------- lib/librte_port/rte_port_ring.c | 20 ++++++-------------- lib/librte_port/rte_port_sched.c | 7 ++----- 4 files changed, 47 insertions(+), 42 deletions(-)