Re: [dpdk-dev] [PATCH v2] net/enic: add primary mac address handler

2018-04-17 Thread Ferruh Yigit
On 4/17/2018 6:12 AM, Hyong Youb Kim wrote: > On Mon, Apr 16, 2018 at 11:40:17AM +0200, David Marchand wrote: >> Modified enic_del_mac_address() to get a return value from the vnic layer. >> Reused the .mac_addr_add and .mac_addr_del callbacks code to implement >> primary mac address handler. >> >>

Re: [dpdk-dev] [PATCH v2] net/enic: add primary mac address handler

2018-04-16 Thread Hyong Youb Kim
On Mon, Apr 16, 2018 at 11:40:17AM +0200, David Marchand wrote: > Modified enic_del_mac_address() to get a return value from the vnic layer. > Reused the .mac_addr_add and .mac_addr_del callbacks code to implement > primary mac address handler. > > Signed-off-by: David Marchand > --- Thanks. Th

[dpdk-dev] [PATCH v2] net/enic: add primary mac address handler

2018-04-16 Thread David Marchand
Modified enic_del_mac_address() to get a return value from the vnic layer. Reused the .mac_addr_add and .mac_addr_del callbacks code to implement primary mac address handler. Signed-off-by: David Marchand --- Changes since v1: - rebased on dpdk-next-net following mac_addr_set rework, - since eni