Re: [PATCH 2/3] Introduce NIC_MAC_CHANGE event

2023-08-02 Thread Michal Prívozník
On 7/26/23 16:47, Martin Kletzander wrote: > On Wed, Jun 28, 2023 at 12:53:36PM +0200, Michal Privoznik wrote: >> The aim off this event is to notify management application that >> guest changed MAC address on one of its vNICs so the app can >> update its internal records, e.g. for finding match be

[PATCH 2/3] Introduce NIC_MAC_CHANGE event

2023-06-28 Thread Michal Privoznik
The aim off this event is to notify management application that guest changed MAC address on one of its vNICs so the app can update its internal records, e.g. for finding match between guest/host view of vNICs. Signed-off-by: Michal Privoznik --- examples/c/misc/event-test.c| 14 + i