From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by dpdk.org (Postfix) with ESMTP id 801086CD2 for ; Fri, 27 Apr 2018 07:31:13 +0200 (CEST) Received: by mail-lf0-f66.google.com with SMTP id g12-v6so889834lfb.10 for ; Thu, 26 Apr 2018 22:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=o05DewD1lbm+MwCkGAmyHH3QvhIFqNpu0UwM9A2kLmU=; b=DGBaMMoAH7jDERHadfGYhNq5Pe3dSCtPkhq4+pzGFi1vRh+EyM02Lu8FbQHaIkMSrR ydiWpcT8InnyrAzpqgSLwiD+QOS0SYnLmzg/rveBb26B9XdAGMeIW2pz4mZSo9cNa5gv n3mEJrmLRvgnei7S6BPVx9D2vaai0uA87y/ZtrS6kiISsW9/rOa+qCNMcOJrX+olOXui F0MJsh+mpMZUJZKeo1pD88ok8ZALxEQg4/BwnI07vH8U0m/ud10aMu+EVN1O7K1IjwwM oY2F/dZQMZxzNww4Io3OvLbu+vmpH0xgO4yQtBx3Kv+VpJvEUjaQGbvRhdGTKOtjkBp5 R+QA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=o05DewD1lbm+MwCkGAmyHH3QvhIFqNpu0UwM9A2kLmU=; b=Jkd9FbOFU+U5MDUIEJ720niaCEvbVirvO5U63Ai02Dgr3jEPjzSkzG8rEBxivtvmAh E5si8tO6Us2br/JniQ2BV+tv3HClvQ9poh2FA2xgRcW96TR8zSFWjtz5xCFwanRJqVer nDAVxBlWCDQ/hOXPL6CDlL1UGGMpD7uK5NXeF/9oxcn5Nb8Ny+8V4HGy2uKXD+70CBpP 8DUKcr3TyUy8x97M3Dyph6hKlUvGKounwfoT3ea68KS5Tmc9idAvHMNx3b3PoIzcoybr EzFEdfvIUqwBL6rDY6d2bcEhRrsxBAPHFOxsznc7k3aws7wszZGPvkJHYYK+PZ3nDHrg 3RDw== X-Gm-Message-State: ALQs6tCTctIWfzJluc13wXXKJQWbgy7cQvXCFULBUMQtbfgzOyU/8UAV fRt/kyBiWFK2e8x/LXrZ9ZEjZKqt0eg= X-Google-Smtp-Source: AB8JxZqcF9xOuFWMLD3l3lsYl00zRpukd35Al2C9DUL31D+g3KXRJBcGTpwLdfRoVQZIInvFqwt9qw== X-Received: by 2002:a2e:c41:: with SMTP id o1-v6mr496804ljd.87.1524807073060; Thu, 26 Apr 2018 22:31:13 -0700 (PDT) Received: from localhost (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id h5-v6sm106301lfc.8.2018.04.26.22.31.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 22:31:12 -0700 (PDT) Date: Fri, 27 Apr 2018 07:31:11 +0200 From: Tomasz Duszynski To: Stephen Hemminger Cc: Tomasz Duszynski , dev@dpdk.org, pablo.de.lara.guarch@intel.com, dima@marvell.com, Natalie Samsonov Message-ID: <20180427053111.GB7674@sh> References: <1524763320-29946-1-git-send-email-tdu@semihalf.com> <20180426103812.5c406d35@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20180426103812.5c406d35@xeon-e3> User-Agent: Mutt/1.5.23.1 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] crypto/mrvl: rename PMD to mvsam 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, 27 Apr 2018 05:31:13 -0000 On Thu, Apr 26, 2018 at 10:38:12AM -0700, Stephen Hemminger wrote: > On Thu, 26 Apr 2018 19:22:00 +0200 > Tomasz Duszynski wrote: > > > Picking a company stock ticker for a PMD name might not be a best appro= ach > > in a long run since name is too generic. > > > > This patch addresses that and renames mrvl to mvsam. > > > > Signed-off-by: Natalie Samsonov > > Signed-off-by: Tomasz Duszynski > > I would prefer that the device name is the same as Linux or BSD. > It makes life easier for multiple OS maintenance. > I understand your concern but since DPDK MRVL PMDs are based on external MUSDK library, PMDs names are library centric, i.e we have mvpp2 NET PMD both in library (not prefixed) and in DPDK tree. Ideally the same should apply to CRYPTO part and for the other future drivers as well. -- - Tomasz Duszy=C5=84ski