From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] multicast address filtering Date: Fri, 12 Jun 2015 15:58:10 +0200 Message-ID: <16126896.ylB63xNk78@xps13> References: <1432825523-19006-1-git-send-email-ivan.boule@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ivan Boule Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 3B3C55ABA for ; Fri, 12 Jun 2015 15:59:08 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so18646756wib.1 for ; Fri, 12 Jun 2015 06:59:08 -0700 (PDT) In-Reply-To: <1432825523-19006-1-git-send-email-ivan.boule@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-05-28 17:05, Ivan Boule: > Introduce PMD API to set the list of multicast MAC addresses filtered > by a port. > Implemented in the following PMDs: igb, igbvf, em, ixgbe, and ixgbevf. > Implementation for physical PMDs i40e, i40evf, enic, and fm10k left > to their respective maintainers. > > Ivan Boule (5): > ethdev: add multicast address filtering > app/testpmd: new command to add/remove multicast MAC addresses > e1000: add multicast MAC address filtering > ixgbe: add multicast MAC address filtering > app/testpmd: fix reply to a multicast ICMP request The new symbol was not exported in the .map file (fixed before push). Applied, thanks