From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v3 0/3] net/mlx5: implement set_mc_addr devop Date: Mon, 23 Apr 2018 13:09:25 +0200 Message-ID: References: Cc: Adrien Mazarguil To: dev@dpdk.org, Yongseok Koh Return-path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id E0D4FF3E for ; Mon, 23 Apr 2018 13:08:47 +0200 (CEST) Received: by mail-wr0-f194.google.com with SMTP id o15-v6so40058210wro.11 for ; Mon, 23 Apr 2018 04:08:47 -0700 (PDT) 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" 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 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 | 113 ++++++++++++++++++++++++++++----- 5 files changed, 108 insertions(+), 18 deletions(-) -- 2.17.0