On Thu, Oct 05, 2017 at 02:49:51PM +0200, Nelio Laranjeiro wrote:
[...]
> -int
> -mlx5_vlan_filter_set(struct rte_eth_dev *dev, uint16_t vlan_id, int on)
> -{
> - struct priv *priv = dev->data->dev_private;
> - int ret;
> -
> - priv_lock(priv);
> - ret = vlan_filter_set(dev, vlan_id
RSS hash configuration is currently ignored by the PMD, this commits
removes the RSS feature.
This functionality will be added in a later commit.
Signed-off-by: Nelio Laranjeiro
---
drivers/net/mlx5/mlx5.c | 10 +-
drivers/net/mlx5/mlx5.h | 29 ++-
drivers/net/mlx5/mlx5_defs.h
2 matches
Mail list logo