Re: [dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-03-06 Thread Ferruh Yigit
On 3/6/2020 9:56 AM, Kumar, Ravi1 wrote: > [AMD Official Use Only - Internal Distribution Only] <...> >> From: Chandu Babu N >> >> Supports adding MAC addresses to enable whitelist filtering to accept >> packets implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove >> and set_mc_addr

Re: [dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-03-06 Thread Kumar, Ravi1
[AMD Official Use Only - Internal Distribution Only] For series, Acked-by: Ravi Kumar >From: Chandu Babu N > >Supports adding MAC addresses to enable whitelist filtering to accept packets >implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove and >set_mc_addr_list > >Signed-off-

[dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-02-28 Thread chandu
From: Chandu Babu N Supports adding MAC addresses to enable whitelist filtering to accept packets implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove and set_mc_addr_list Signed-off-by: Chandu Babu N --- drivers/net/axgbe/axgbe_dev.c| 29 ++ drivers/net/axgbe/axgbe_et

Re: [dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-02-28 Thread Namburu, Chandu-babu
, Ravi1 Subject: Re: [dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support On 2/28/2020 1:59 PM, cha...@amd.com wrote: > From: Chandu Babu N > > Supports adding MAC addresses to enable whitelist filtering to accept > packets implement eth_dev_ops mac_addr_set,

[dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-02-28 Thread chandu
From: Chandu Babu N Supports adding MAC addresses to enable whitelist filtering to accept packets implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove and set_mc_addr_list Signed-off-by: Chandu Babu N --- drivers/net/axgbe/axgbe_dev.c| 29 ++ drivers/net/axgbe/axgbe_et

Re: [dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-02-28 Thread Ferruh Yigit
On 2/28/2020 1:59 PM, cha...@amd.com wrote: > From: Chandu Babu N > > Supports adding MAC addresses to enable whitelist filtering to > accept packets > implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove and > set_mc_addr_list > > Signed-off-by: Chandu Babu N Hi Chandu, Amaranath

[dpdk-dev] [PATCH v1 1/2] net/axgbe: add additional MAC address support

2020-02-28 Thread chandu
From: Chandu Babu N Supports adding MAC addresses to enable whitelist filtering to accept packets implement eth_dev_ops mac_addr_set, mac_addr_add, mac_addr_remove and set_mc_addr_list Signed-off-by: Chandu Babu N --- drivers/net/axgbe/axgbe_dev.c| 29 ++ drivers/net/axgbe/axgbe_et