Re: [dpdk-dev] [PATCH 5/7] ethdev: do nothing if all-multicast mode is applied again

2019-09-24 Thread Andrew Rybchenko
On 9/24/19 2:03 PM, Ferruh Yigit wrote: On 9/24/2019 9:54 AM, Andrew Rybchenko wrote: On 9/24/19 11:36 AM, Ferruh Yigit wrote: On 9/9/2019 1:13 PM, Andrew Rybchenko wrote: Since driver callbacks return status code now, there is no necessity to enable or disable all-multicast mode once again if

Re: [dpdk-dev] [PATCH 5/7] ethdev: do nothing if all-multicast mode is applied again

2019-09-24 Thread Ferruh Yigit
On 9/24/2019 9:54 AM, Andrew Rybchenko wrote: > On 9/24/19 11:36 AM, Ferruh Yigit wrote: >> On 9/9/2019 1:13 PM, Andrew Rybchenko wrote: >>> Since driver callbacks return status code now, there is no necessity >>> to enable or disable all-multicast mode once again if it is already >>> successfully

Re: [dpdk-dev] [PATCH 5/7] ethdev: do nothing if all-multicast mode is applied again

2019-09-24 Thread Andrew Rybchenko
On 9/24/19 11:36 AM, Ferruh Yigit wrote: On 9/9/2019 1:13 PM, Andrew Rybchenko wrote: Since driver callbacks return status code now, there is no necessity to enable or disable all-multicast mode once again if it is already successfully enabled or disabled. Configuration restore at startup tries

Re: [dpdk-dev] [PATCH 5/7] ethdev: do nothing if all-multicast mode is applied again

2019-09-24 Thread Ferruh Yigit
On 9/9/2019 1:13 PM, Andrew Rybchenko wrote: > Since driver callbacks return status code now, there is no necessity > to enable or disable all-multicast mode once again if it is already > successfully enabled or disabled. > > Configuration restore at startup tries to ensure that configured > all-m

[dpdk-dev] [PATCH 5/7] ethdev: do nothing if all-multicast mode is applied again

2019-09-09 Thread Andrew Rybchenko
Since driver callbacks return status code now, there is no necessity to enable or disable all-multicast mode once again if it is already successfully enabled or disabled. Configuration restore at startup tries to ensure that configured all-multicast mode is applied and start will return error if i