[dpdk-dev] [PATCH v17 04/10] drivers/net: update Rx RSS hash offload capabilities
Ferruh Yigit
ferruh.yigit at intel.com
Mon Nov 11 16:05:59 CET 2019
On 11/11/2019 1:19 PM, pbhagavatula at marvell.com wrote:
> diff --git a/drivers/net/mlx4/mlx4.c b/drivers/net/mlx4/mlx4.c
> index 931e4f4fe..6bc85a3d5 100644
> --- a/drivers/net/mlx4/mlx4.c
> +++ b/drivers/net/mlx4/mlx4.c
> @@ -248,6 +248,8 @@ mlx4_dev_configure(struct rte_eth_dev *dev)
> struct rte_flow_error error;
> int ret;
>
> + dev->data->dev_conf.rxmode.offload |= DEV_RX_OFFLOAD_RSS_HASH;
> +
Build still fails because of this change, s/offload/offloads, I can fix it while
merging if this is the only issue.
More information about the dev
mailing list