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 =
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
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
3 matches
Mail list logo