[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-13 Thread Thomas Monjalon
2015-02-12 16:45, Stephen Hemminger: > On Thu, 12 Feb 2015 14:56:06 + > Thomas Monjalon wrote: > > > 2015-02-12 06:33, Stephen Hemminger: > > > On Thu, 12 Feb 2015 15:00:13 +0100 > > > Thomas Monjalon wrote: > > > > > > > Hi Stephen, > > > > > > > > 2015-02-07 07:15, Stephen Hemminger: > >

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-12 Thread Stephen Hemminger
On Thu, 12 Feb 2015 14:56:06 + Thomas Monjalon wrote: > 2015-02-12 06:33, Stephen Hemminger: > > On Thu, 12 Feb 2015 15:00:13 +0100 > > Thomas Monjalon wrote: > > > > > Hi Stephen, > > > > > > 2015-02-07 07:15, Stephen Hemminger: > > > > Source was from FreeBSD. > > > > > > > > changes we

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-12 Thread Thomas Monjalon
2015-02-12 06:33, Stephen Hemminger: > On Thu, 12 Feb 2015 15:00:13 +0100 > Thomas Monjalon 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 ea

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-12 Thread Thomas Monjalon
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. O

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-12 Thread Stephen Hemminger
On Thu, 12 Feb 2015 15:00:13 +0100 Thomas Monjalon 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 shoul

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-08 Thread Jun Xiao
Thanks Stephen for all the info! Do you expect this pmd driver will be in sync with FreeBSD repo in the future, or it's going to be diverged? I am just asking from a maintenance stand point. On Sat, Feb 7, 2015 at 11:15 PM, Stephen Hemminger wrote: > Source was from FreeBSD. > > changes were to

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-07 Thread Jun Xiao
Hi Stephen, Thanks for your great work on this! Could you elaborate on a few things: - What's the methodology used in the driver porting? e.g. what's the base source you ported from? what's the major change against the base source? - What kind of tests have been done on Linux? any known limit

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-07 Thread Stephen Hemminger
On Sun, 8 Feb 2015 00:05:16 +0800 Jun Xiao wrote: > Thanks Stephen for all the info! > > Do you expect this pmd driver will be in sync with FreeBSD repo in the future, > or it's going to be diverged? I am just asking from a maintenance stand point. > No. The driver is not going to be extended

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-07 Thread Stephen Hemminger
Source was from FreeBSD. changes were to make it work and lots of de-uglification. For example, the last change was to remove custom logging and debug macros. There are still lots of style issues with the driver, because of the amount of useless macro wrapping. I don't believe in the vendor mod

[dpdk-dev] [PATCH 0/4] Broadcom 10G NIC Poll Mode Driver

2015-02-06 Thread Stephen Hemminger
From: Stephen Hemminger These are the patches to enable supporting the Broadcom NetExtreme II 10G devices (show up as bnx2x on Linux). The driver has only been tested on Linux, there maybe issues with firmware loading and PCI config access on BSD. Stephen Hemminger (4): pci: allow access to P