[dpdk-dev] [PATCH v5 0/4] bnx2x: poll mode driver

2015-07-27 Thread Thomas Monjalon
> >Stephen Hemminger (4): > > eal: provide functions to access PCI config > > bnx2x: driver core > > bnx2x: driver support routines > > bnx2x: enable PMD build > > Acked-by: Harish Patil This driver is too big, its style do not comply with the DPDK coding style, there is no git history (drop

[dpdk-dev] [PATCH v5 0/4] bnx2x: poll mode driver

2015-07-23 Thread Harish Patil
> >Changes in this version (v5): > - rebase to 2.1.0-rc1 > - fix version map for 2.1 > - fix doxygen comments > - add BCM57410 ids > >Stephen Hemminger (4): > eal: provide functions to access PCI config > bnx2x: driver core > bnx2x: driver support routines > bnx2x: enable PMD build > > MAIN

[dpdk-dev] [PATCH v5 0/4] bnx2x: poll mode driver

2015-07-20 Thread Stephen Hemminger
Changes in this version (v5): - rebase to 2.1.0-rc1 - fix version map for 2.1 - fix doxygen comments - add BCM57410 ids Stephen Hemminger (4): eal: provide functions to access PCI config bnx2x: driver core bnx2x: driver support routines bnx2x: enable PMD build MAINTAINERS