> > -V2: > > Tidies up the slave_remove function as per Pawel's comments. > > > > Adding call to mac_address_slaves_update from the lsc handler when the > > first slave become active to propagate any mac changes made while > > devices are inactive > > > > Changed removing slave logic to use memmove instead of memcpy to move > > data within the same array, as this was corrupting the slave array. > > > > Adding unit test to cover failing assignment scenarios > > > > Signed-off-by: Declan Doherty <declan.doherty at intel.com> > > Acked-by: Wodkowski, Pawel <pawelx.wodkowski at intel.com>
Applied Thanks -- Thomas