From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Duszynski Subject: [PATCH 0/7] Sync with MUSDK-17.10 Date: Thu, 30 Nov 2017 14:32:16 +0100 Message-ID: <1512048743-23749-1-git-send-email-tdu@semihalf.com> Cc: mw@semihalf.com, jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com, Tomasz Duszynski To: dev@dpdk.org Return-path: Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by dpdk.org (Postfix) with ESMTP id 381C828EE for ; Thu, 30 Nov 2017 14:32:37 +0100 (CET) Received: by mail-lf0-f67.google.com with SMTP id f20so7917279lfe.3 for ; Thu, 30 Nov 2017 05:32:37 -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" This patchset brings following changes: o Sync with MUSDK-17.10. Latest version of the library comes with many improvements and fixes thus switching to it is beneficial. o A few code and documentation updates. Tomasz Duszynski (7): net/mrvl: sync compilation with musdk-17.10 net/mrvl: query link status using library API net/mrvl: do not enable port after setting MAC address net/mrvl: check if ppio is initialized net/mrvl: add extra error logs devtools/test-build: add MRVL NET PMD to test-build net/mrvl: update MRVL NET PMD documentation devtools/test-build.sh | 1 + doc/guides/nics/mrvl.rst | 69 ++++++++++++++++++++++------------ drivers/net/mrvl/Makefile | 4 +- drivers/net/mrvl/mrvl_ethdev.c | 85 ++++++++++++++++++++++++++++++------------ drivers/net/mrvl/mrvl_ethdev.h | 1 + 5 files changed, 111 insertions(+), 49 deletions(-) -- 2.7.4