From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com
 [209.85.192.169]) by dpdk.org (Postfix) with ESMTP id 60434ADDD
 for <dev@dpdk.org>; Thu, 12 Feb 2015 15:33:59 +0100 (CET)
Received: by pdjy10 with SMTP id y10so12304313pdj.6
 for <dev@dpdk.org>; Thu, 12 Feb 2015 06:33:58 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to
 :references:mime-version:content-type:content-transfer-encoding;
 bh=FMXGh68F967CeT35iczwirXbOwZgOfCPdF+QIsP/NKA=;
 b=Xk4Vfa4BlqKFPTbVK3Z33IaA1jzAR8z6kvOELOy5sEOUnle07sXiSfQOm/e2oPRUCC
 lhZM2vGkx5wIu53tkBDpWN/OBHXG3c1Q38QujxW2PGoYdnL+Ka73EtptDI3QRMT7v8Pf
 UmAzs9C5cH5o1RjNBIVw858RSu2wy5ZPxDps8c0ahHsKGrdMsVWQfLpxY0Igh1nV+ImS
 WjV7D+GqNZYySg8JIOoDtU36j2WzDoDWrVCbo/Ri6iy6sIUEgAxA5AOM8i0w95Znlc0R
 kPm7hRVkLUcvS1bz9EqfeYscDrGtybAxHHQpVLo4aouLDhmh2l2t4wVrI2Xi05HkzORf
 otsw==
X-Gm-Message-State: ALoCoQlHxaJ3E4Z5RYBNocnfyp+MLWbmEJYtnQ15xXmvhooMAA2wGLsqWXTh0pdyCJV6iAZVsGYN
X-Received: by 10.70.123.132 with SMTP id ma4mr7235713pdb.12.1423751638704;
 Thu, 12 Feb 2015 06:33:58 -0800 (PST)
Received: from uryu.home.lan ([144.49.132.22])
 by mx.google.com with ESMTPSA id mz5sm1050339pdb.35.2015.02.12.06.33.57
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 12 Feb 2015 06:33:58 -0800 (PST)
Date: Thu, 12 Feb 2015 06:33:53 -0800
From: Stephen Hemminger <stephen@networkplumber.org>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Message-ID: <20150212063353.6fb8d6a6@uryu.home.lan>
In-Reply-To: <5215853.ENRJpHG31c@xps13>
References: <1423247795-22399-1-git-send-email-stephen@networkplumber.org>
 <CACyt=TG8EgADhVpiWN4cu56z904hBFH4LyUJAPvgrWhddqemBQ@mail.gmail.com>
 <CAOaVG17Yb0yYVxrpm_qo1w3mEyZXDzXN+LX2K8GAZ=7pc5Hv_w@mail.gmail.com>
 <5215853.ENRJpHG31c@xps13>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: dev@dpdk.org, Stephen Hemminger <shemming@brocade.com>
Subject: Re: [dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Feb 2015 14:33:59 -0000

On Thu, 12 Feb 2015 15:00:13 +0100
Thomas Monjalon <thomas.monjalon@6wind.com> wrote:

> Hi Stephen,
> 
> 2015-02-07 07:15, Stephen Hemminger:
> > Source was from FreeBSD.
> > 
> > changes were to make it work and lots of de-uglification.
> 
> Maintenance would be eased by showing this work with separate commits.
> You should at least have a patch for importing FreeBSD source without
> modifications.
> 
> Other comment: there could be other drivers for Broadcom devices.
> Why not keeping the name bnx2x?
> 
> Thanks

That history is lost.