From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 30/38] net/dpaa: add support for multicast toggle Date: Thu, 29 Jun 2017 20:28:46 +0530 Message-ID: <806bddd7-be14-336d-3d92-91cc8e82d909@nxp.com> References: <1497591668-3320-1-git-send-email-shreyansh.jain@nxp.com> <1497591668-3320-31-git-send-email-shreyansh.jain@nxp.com> <79686db1-b404-a84a-1934-5a5e1993a7e8@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Ferruh Yigit , Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0063.outbound.protection.outlook.com [104.47.40.63]) by dpdk.org (Postfix) with ESMTP id DA59A4CC5 for ; Thu, 29 Jun 2017 16:49:38 +0200 (CEST) In-Reply-To: <79686db1-b404-a84a-1934-5a5e1993a7e8@intel.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 Wednesday 28 June 2017 09:17 PM, Ferruh Yigit wrote: > 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 I will fix this as well - I am not sure why I set it this way (too less or too much coffee). Sorry. > >> ARMv8 = Y >> Usage doc = Y > > <...> >