From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 30/38] net/dpaa: add support for multicast toggle Date: Wed, 28 Jun 2017 16:47:01 +0100 Message-ID: <79686db1-b404-a84a-1934-5a5e1993a7e8@intel.com> References: <1497591668-3320-1-git-send-email-shreyansh.jain@nxp.com> <1497591668-3320-31-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: hemant.agrawal@nxp.com To: Shreyansh Jain , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B66B22C8 for ; Wed, 28 Jun 2017 17:47:03 +0200 (CEST) In-Reply-To: <1497591668-3320-31-git-send-email-shreyansh.jain@nxp.com> Content-Language: en-US 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 6/16/2017 6:41 AM, Shreyansh Jain wrote: > Signed-off-by: Hemant Agrawal > Signed-off-by: Shreyansh Jain <...> > diff --git a/doc/guides/nics/features/dpaa.ini b/doc/guides/nics/features/dpaa.ini > index a6984a4..80dd3ca 100644 > --- a/doc/guides/nics/features/dpaa.ini > +++ b/doc/guides/nics/features/dpaa.ini > @@ -10,5 +10,7 @@ Queue start/stop = Y > Jumbo frame = Y > MTU update = Y > Promiscuous mode = Y > +Allmulticast mode = Y > +Unicast MAC filter = Y "Unicast MAC filter" means implementing "mac_addr_set, mac_addr_add, mac_addr_remove" dev_ops > ARMv8 = Y > Usage doc = Y <...>