Re: [dpdk-dev] [PATCH v3 0/3] net/mlx5: implement set_mc_addr devop

2018-04-23 Thread Shahaf Shuler
Monday, April 23, 2018 2:09 PM, Nelio Laranjeiro: > Subject: [dpdk-dev] [PATCH v3 0/3] net/mlx5: implement set_mc_addr > devop > > Support eth_dev_ops.set_mc_addr_list(). > > Changes in v3: > > Check PMD as enough resources to process the Multicast address

[dpdk-dev] [PATCH v3 0/3] net/mlx5: implement set_mc_addr devop

2018-04-23 Thread Nelio Laranjeiro
Support eth_dev_ops.set_mc_addr_list(). Changes in v3: Check PMD as enough resources to process the Multicast address list. Changes in v2: Simplify the code and are even more verifications. Nelio Laranjeiro (3): net/mlx5: more checks on MAC addresses net/mlx5: split MAC address add/remove