Re: [PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test

2022-09-09 Thread Simon Glass
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > Test checksum computation. csum_ipv6_magic() uses in upper layer > protocols as TCP/UDP/ICMPv6/etc to calculate payload checksum. > > Series-changes: 3 > - Fixed style problems > > Signed-off-by: Viacheslav Mitrofanov > --- > test/dm

[PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test

2022-09-08 Thread Viacheslav Mitrofanov
Test checksum computation. csum_ipv6_magic() uses in upper layer protocols as TCP/UDP/ICMPv6/etc to calculate payload checksum. Series-changes: 3 - Fixed style problems Signed-off-by: Viacheslav Mitrofanov --- test/dm/eth.c | 29 + 1 file changed, 29 insertions(+) d

[PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test

2022-09-06 Thread Viacheslav Mitrofanov
Test checksum computation. csum_ipv6_magic() uses in upper layer protocols as TCP/UDP/ICMPv6/etc to calculate payload checksum. Signed-off-by: Viacheslav Mitrofanov --- test/dm/eth.c | 29 + 1 file changed, 29 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c

Re: [PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test

2022-08-31 Thread Simon Glass
Hi Viacheslav, On Tue, 30 Aug 2022 at 07:03, Viacheslav Mitrofanov wrote: > > Test checksum computation. csum_ipv6_magic() uses in upper layer > protocols as TCP/UDP/ICMPv6/etc to calculate payload checksum. > > Signed-off-by: Viacheslav Mitrofanov > --- > test/dm/eth.c | 29 +++

[PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test

2022-08-30 Thread Viacheslav Mitrofanov
Test checksum computation. csum_ipv6_magic() uses in upper layer protocols as TCP/UDP/ICMPv6/etc to calculate payload checksum. Signed-off-by: Viacheslav Mitrofanov --- test/dm/eth.c | 29 + 1 file changed, 29 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c