Re: [PATCH netifd 2/4] proto: rework parse_addr to return struct device_addr

2020-10-21 Thread Hans Dedecker
On Wed, Oct 21, 2020 at 5:08 AM Yousong Zhou wrote: > > This is a preparation for the next commit to record address index for > the returned device_addr struct > > Signed-off-by: Yousong Zhou Acked-by: Hans Dedecker > --- > proto.c | 26 +++--- > 1 file changed, 15 insertion

[PATCH netifd 2/4] proto: rework parse_addr to return struct device_addr

2020-10-20 Thread Yousong Zhou
This is a preparation for the next commit to record address index for the returned device_addr struct Signed-off-by: Yousong Zhou --- proto.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/proto.c b/proto.c index cbc92b1..d80cae0 100644 --- a/pro