Re: [PATCH net 1/2] ibmvnic: notify peers when failover and migration happen

2020-11-04 Thread drt
On 2020-10-30 13:27, Jakub Kicinski wrote: On Wed, 28 Oct 2020 00:57:41 -0500 Lijun Pan wrote: We need to notify peers only when failover and migration happen. It is unnecessary to call that in other events like FATAL, NON_FATAL, CHANGE_PARAM, and TIMEOUT resets since in those scenarios the MAC

Re: [PATCH net 1/2] ibmvnic: notify peers when failover and migration happen

2020-10-30 Thread Jakub Kicinski
On Wed, 28 Oct 2020 00:57:41 -0500 Lijun Pan wrote: > We need to notify peers only when failover and migration happen. > It is unnecessary to call that in other events like > FATAL, NON_FATAL, CHANGE_PARAM, and TIMEOUT resets > since in those scenarios the MAC address and ip address mapping > does

[PATCH net 1/2] ibmvnic: notify peers when failover and migration happen

2020-10-28 Thread Lijun Pan
We need to notify peers only when failover and migration happen. It is unnecessary to call that in other events like FATAL, NON_FATAL, CHANGE_PARAM, and TIMEOUT resets since in those scenarios the MAC address and ip address mapping does not change. Originally all the resets except CHANGE_PARAM are