From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/mrvl: rename PMD driver as mvpp2 Date: Fri, 30 Mar 2018 11:38:15 +0100 Message-ID: References: <1522073770-15961-1-git-send-email-tdu@semihalf.com> <1522075130-17856-1-git-send-email-tdu@semihalf.com> <289e697e-8e51-6172-3987-bcfe37150e00@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dima@marvell.com, nsamsono@marvell.com, jck@semihalf.com, jianbo.liu@arm.com, mw@semihalf.com To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EE1815F2E for ; Fri, 30 Mar 2018 12:38:18 +0200 (CEST) In-Reply-To: <289e697e-8e51-6172-3987-bcfe37150e00@intel.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 3/27/2018 8:20 PM, Ferruh Yigit wrote: > On 3/26/2018 3:38 PM, Tomasz Duszynski wrote: >> From: Natalie Samsonov >> >> The name "mrvl" for Marvell PMD driver for PPv2 Marvell PPv2 >> (Packet Processor v2) 1/10 Gbps adapter is too generic and causes >> problem for adding new PMD drivers for other Marvell devices. >> Changed to "mvpp2" for specific Marvell PPv2 PMD. >> >> This patch doesn't introduce any change except renaming. >> >> Signed-off-by: Natalie Samsonov > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.