From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Duszynski Subject: [PATCH 0/5] net/mrvl: fix recently found pmd issues Date: Thu, 11 Jan 2018 16:35:38 +0100 Message-ID: <1515684943-32506-1-git-send-email-tdu@semihalf.com> Cc: jck@semihalf.com, mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@arm.com, Tomasz Duszynski To: dev@dpdk.org Return-path: Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by dpdk.org (Postfix) with ESMTP id A2CC07CC4 for ; Thu, 11 Jan 2018 16:35:56 +0100 (CET) Received: by mail-lf0-f68.google.com with SMTP id z124so3236457lfd.10 for ; Thu, 11 Jan 2018 07:35:56 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Following commits provide fixes for a few recently found NET MRVL PMD issues. Natalie Samsonov (5): net/mrvl: fix multiple probe issue net/mrvl: fix hif objects allocation net/mrvl: fix oversize bpool handling net/mrvl: fix shadow queue tail and size calculations net/mrvl: keep shadow txqs inside pmd txq drivers/net/mrvl/mrvl_ethdev.c | 340 ++++++++++++++++++++++++++--------------- drivers/net/mrvl/mrvl_ethdev.h | 3 - drivers/net/mrvl/mrvl_qos.c | 2 +- 3 files changed, 217 insertions(+), 128 deletions(-) -- 2.7.4