From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrien Mazarguil Subject: Re: [PATCH v2 0/3] net/mlx5: implement set_mc_addr devop Date: Wed, 18 Apr 2018 16:43:36 +0200 Message-ID: <20180418144336.GS4957@6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Yongseok Koh To: Nelio Laranjeiro Return-path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id B246C8DA0 for ; Wed, 18 Apr 2018 16:43:50 +0200 (CEST) Received: by mail-wr0-f193.google.com with SMTP id q13-v6so5584723wre.3 for ; Wed, 18 Apr 2018 07:43:50 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Apr 18, 2018 at 03:50:03PM +0200, Nelio Laranjeiro wrote: > Support eth_dev_ops.set_mc_addr_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 code > net/mlx5: implement multicast add list devop > > drivers/net/mlx5/mlx5.c | 2 + > drivers/net/mlx5/mlx5.h | 2 + > drivers/net/mlx5/mlx5_defs.h | 7 +- > drivers/net/mlx5/mlx5_ethdev.c | 2 +- > drivers/net/mlx5/mlx5_mac.c | 117 ++++++++++++++++++++++++++++----- > 5 files changed, 112 insertions(+), 18 deletions(-) For the series, Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND