From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8F66E1B19 for ; Fri, 12 Jan 2018 20:13:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jan 2018 11:13:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,350,1511856000"; d="scan'208";a="18758204" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 12 Jan 2018 11:13:10 -0800 To: Tomasz Duszynski , dev@dpdk.org Cc: jck@semihalf.com, mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@arm.com References: <1515684943-32506-1-git-send-email-tdu@semihalf.com> From: Ferruh Yigit Message-ID: Date: Fri, 12 Jan 2018 19:13:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1515684943-32506-1-git-send-email-tdu@semihalf.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/5] net/mrvl: fix recently found pmd issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 19:13:14 -0000 On 1/11/2018 3:35 PM, Tomasz Duszynski wrote: > 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 Series applied to dpdk-next-net/master, thanks. Please use provided fixline alias to generate Fixes lines, which produces slightly different output than yours. Also my scripts doesn't cover mrvl PMD because of MUSDK dependency, can you please confirm the build with latest next-net?