Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-24 Thread Ferruh Yigit
On 9/21/2018 5:09 PM, Gaëtan Rivet wrote: > Hi, > > Seems good, thanks. > > Acked-by: Gaetan Rivet Series applied to dpdk-next-net/master, thanks. > > On Fri, Sep 21, 2018 at 04:36:20PM +0100, Andrew Rybchenko wrote: >> v3: >> - move apply on sync to fs_eth_dev_conf_apply() to apply to >>

Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Stephen Hemminger
On Fri, 21 Sep 2018 19:33:16 +0300 Andrew Rybchenko wrote: > On 9/21/18 7:21 PM, Stephen Hemminger wrote: > > On Fri, 21 Sep 2018 16:36:19 +0100 > > Andrew Rybchenko wrote: > > > >> v3: > >> - move apply on sync to fs_eth_dev_conf_apply() to apply to > >>a new subdevice only > >>

Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Andrew Rybchenko
On 9/21/18 7:33 PM, Andrew Rybchenko wrote: On 9/21/18 7:21 PM, Stephen Hemminger wrote: On Fri, 21 Sep 2018 16:36:19 +0100 Andrew Rybchenko wrote: v3: - move apply on sync to fs_eth_dev_conf_apply() to apply to    a new subdevice only - use ethdev API to apply to sub-device on

Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Andrew Rybchenko
On 9/21/18 7:21 PM, Stephen Hemminger wrote: On Fri, 21 Sep 2018 16:36:19 +0100 Andrew Rybchenko wrote: v3: - move apply on sync to fs_eth_dev_conf_apply() to apply to a new subdevice only - use ethdev API to apply to sub-device on sync - remove unnecessary check the same

Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Stephen Hemminger
On Fri, 21 Sep 2018 16:36:19 +0100 Andrew Rybchenko wrote: > v3: > - move apply on sync to fs_eth_dev_conf_apply() to apply to > a new subdevice only > - use ethdev API to apply to sub-device on sync > - remove unnecessary check the same pointer from the method > implement

Re: [dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Gaëtan Rivet
Hi, Seems good, thanks. Acked-by: Gaetan Rivet On Fri, Sep 21, 2018 at 04:36:20PM +0100, Andrew Rybchenko wrote: > v3: > - move apply on sync to fs_eth_dev_conf_apply() to apply to > a new subdevice only > - use ethdev API to apply to sub-device on sync > - remove unnecessary

[dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Andrew Rybchenko
v3: - move apply on sync to fs_eth_dev_conf_apply() to apply to a new subdevice only - use ethdev API to apply to sub-device on sync - remove unnecessary check the same pointer from the method implementation in failsafe v2: - fix setting of zero addresses since rte_real

[dpdk-dev] [PATCH v3 0/2] net/failsafe: support multicast MAC address set

2018-09-21 Thread Andrew Rybchenko
v3: - move apply on sync to fs_eth_dev_conf_apply() to apply to a new subdevice only - use ethdev API to apply to sub-device on sync - remove unnecessary check the same pointer from the method implementation in failsafe v2: - fix setting of zero addresses since rte_real