From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id 870EF9A9E for ; Thu, 12 Feb 2015 15:00:42 +0100 (CET) Received: by mail-we0-f172.google.com with SMTP id k48so10267750wev.3 for ; Thu, 12 Feb 2015 06:00:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=UAa7GqvNT1C2cVFwfsEd/9ZubZgNFj1dcYvD5YFoYHM=; b=OBKTVrfP0+OlXT3dfNzXtSEEoGYdkcHwGSIXesL1W6Rov+as+88Rk6QFBtC31kJtCm lik2KvNgmoKPx8/KrNxADtu4ab+/cbEgVVPoZSfFo9KCP+TBcVfYfxzWUyRNWB8rD0Zr 88DgfMB/UmnoeIvfRFdG0WFU5XyFIzje4kl1z156XBFwtEFQsUSXip2X7M597tsZhtVU +o+kUHwNW0pRH5DkuvcjjOprEqx26q7vH9Okg/DBe02Obu3cyiUjxRU5kgNaHayKt61v NLDD2lskLRjk5XLOhgTdlMVEAyz4ZKjHuG37wSVmFU7DpGmWKguEB64LiwJyQOAqDGMf K3Dw== X-Gm-Message-State: ALoCoQk8BMvTqgfZQ9BUnTtpRQGTXxadBoI5tYwqH/Uk0+G6f+cj9jWD00CP3oZZqxZrctaZ04iO X-Received: by 10.194.104.196 with SMTP id gg4mr7775105wjb.31.1423749642382; Thu, 12 Feb 2015 06:00:42 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pr9sm5835660wjc.4.2015.02.12.06.00.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Feb 2015 06:00:41 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 12 Feb 2015 15:00:13 +0100 Message-ID: <5215853.ENRJpHG31c@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1423247795-22399-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 14:00:42 -0000 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