From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/7] Sync with MUSDK-17.10 Date: Wed, 6 Dec 2017 17:13:00 -0800 Message-ID: <81983f36-2f82-4818-5bd0-6ef5a7358727@intel.com> References: <1512141592-16695-1-git-send-email-tdu@semihalf.com> <1512466762-1982-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 76C0B2B99 for ; Thu, 7 Dec 2017 02:13:02 +0100 (CET) In-Reply-To: <1512466762-1982-1-git-send-email-tdu@semihalf.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/5/2017 1:39 AM, Tomasz Duszynski wrote: > 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. > > Changes since v2: > o Fix NET PMD conditional compilation in test-build.sh > > Changes since v1: > o Add extra error log in case setting link up fails. > o Cram all MUSDK related headers into the same the driver header. > > 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 Series applied to dpdk-next-net/master, thanks.