[dpdk-dev] [PATCH] drivers/net/bnxt New driver for Broadcom bnxt

2016-03-02 Thread Thomas Monjalon
Please do not submit some disabled code and avoid #ifdef. 2016-03-02 13:36, Stephen Hurd: > +static struct eth_dev_ops bnxt_dev_ops = { > + .dev_infos_get = bnxt_dev_info_get_op, > + .dev_configure = bnxt_dev_configure_op, > + .dev_start = bnxt_dev_start_op, > + .dev_stop =

[dpdk-dev] [PATCH] drivers/net/bnxt New driver for Broadcom bnxt

2016-03-02 Thread Stephen Hemminger
Please split into pieces, at a minimum: * changes to base DPDK code, you are changing lib/librte_ether * driver files * config to enable, MAINTAINERS etc. Also lots and lots of checkpatch errors: Results of: DPDK_CHECKPATCH_PATH=$HOME/kernel/linux/scripts/checkpatch.pl ./scripts/checkpatch

[dpdk-dev] [PATCH] drivers/net/bnxt New driver for Broadcom bnxt

2016-03-02 Thread Stephen Hurd
Initial new driver for Broadcom bnxt (Cumulus) devices. - Adds drivers/net/bnxt and the librte_pmd_bnxt - Adds bnxt PCI IDs - Adds support for 2/2.5/25/50Gbps modes to rte_ethdev.h Signed-off-by: Stephen Hurd --- MAINTAINERS |4 + config/common_bsdapp