Re: [dpdk-dev] [PATCH v2 19/30] net/mlx5: use flow to enable unicast traffic

2017-10-05 Thread Yongseok Koh
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

[dpdk-dev] [PATCH v2 19/30] net/mlx5: use flow to enable unicast traffic

2017-10-05 Thread Nelio Laranjeiro
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