[PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test

2022-09-08 Thread Viacheslav Mitrofanov
Add a test if two address are in the same subnet. Use in sandbox Signed-off-by: Viacheslav Mitrofanov Reviewed-by: Simon Glass --- test/dm/eth.c | 25 + 1 file changed, 25 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c index 249b62e7d8..b5b404f61e 100644 --- a

[PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test

2022-09-06 Thread Viacheslav Mitrofanov
Add a test if two address are in the same subnet. Use in sandbox Signed-off-by: Viacheslav Mitrofanov --- test/dm/eth.c | 25 + 1 file changed, 25 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c index 5d19f407c6..a21a14e6df 100644 --- a/test/dm/eth.c +++ b/test/

Re: [PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test

2022-08-31 Thread Simon Glass
On Tue, 30 Aug 2022 at 07:03, Viacheslav Mitrofanov wrote: > > Add a test if two address are in the same subnet. Use in sandbox > > Signed-off-by: Viacheslav Mitrofanov > --- > test/dm/eth.c | 25 + > 1 file changed, 25 insertions(+) > Reviewed-by: Simon Glass

[PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test

2022-08-30 Thread Viacheslav Mitrofanov
Add a test if two address are in the same subnet. Use in sandbox Signed-off-by: Viacheslav Mitrofanov --- test/dm/eth.c | 25 + 1 file changed, 25 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c index bbfa14ef6d..d4a39e53d9 100644 --- a/test/dm/eth.c +++ b/test/