[dpdk-dev] [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver.

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Jun 28 21:32:32 CEST 2015


2015-06-18 17:47, Rahul Lakkireddy:
> +Chelsio cxgbe
> +M: Rahul Lakkireddy <rahul.lakkireddy at chelsio.com>
> +F: drivers/net/cxgbe/
> +F: doc/guides/nics/cxgbe.rst

Just a detail: the doc file is added in a later patch.
For consistency, this line should be added later.

[...]
> --- a/config/common_linuxapp
> +++ b/config/common_linuxapp
> @@ -208,6 +208,16 @@ CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE=8
>  CONFIG_RTE_LIBRTE_MLX4_SOFT_COUNTERS=1
>  
>  #
> +# Compile burst-oriented Chelsio Terminator 10GbE/40GbE (CXGBE) PMD
> +#
> +CONFIG_RTE_LIBRTE_CXGBE_PMD=y
> +CONFIG_RTE_LIBRTE_CXGBE_DEBUG=n
> +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_REG=n
> +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_MBOX=n
> +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_TX=n
> +CONFIG_RTE_LIBRTE_CXGBE_DEBUG_RX=n

What is the status of the driver with FreeBSD?
Could we, at least, add the options in common_bsdapp even disabled?



More information about the dev mailing list