Re: [Qemu-devel] [PATCH 2/4] net: introduce net_crc32_le() function

2017-08-18 Thread Philippe Mathieu-Daudé
On 08/18/2017 11:15 AM, Mark Cave-Ayland wrote: This provides a standard ethernet CRC32 little-endian implementation. Signed-off-by: Mark Cave-Ayland --- include/net/net.h |2 ++ net/net.c | 22 ++ 2 files changed, 24 insertions(+) diff --git a/include/net

[Qemu-devel] [PATCH 2/4] net: introduce net_crc32_le() function

2017-08-18 Thread Mark Cave-Ayland
This provides a standard ethernet CRC32 little-endian implementation. Signed-off-by: Mark Cave-Ayland --- include/net/net.h |2 ++ net/net.c | 22 ++ 2 files changed, 24 insertions(+) diff --git a/include/net/net.h b/include/net/net.h index 586098c..4afac1a 100