Re: [PATCH] if_atsam: Add checksum offload.

2018-03-14 Thread Christian Mauderer
While on my way home I already noted two bugs. I'll send a V2 tomorrow. Sorry for the spam. Am 14.03.2018 um 15:54 schrieb Christian Mauderer: > --- > rtemsbsd/sys/dev/atsam/if_atsam.c | 34 +- > 1 file changed, 33 insertions(+), 1 deletion(-) > > diff --git a/rte

[PATCH] if_atsam: Add checksum offload. - Explanation

2018-03-14 Thread Christian Mauderer
Note that although the if_atsam does althoug exist in the old network stack, this patch is for the libbsd. In the old stack there is no support for hardware checksum offload. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/

[PATCH] if_atsam: Add checksum offload.

2018-03-14 Thread Christian Mauderer
--- rtemsbsd/sys/dev/atsam/if_atsam.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/rtemsbsd/sys/dev/atsam/if_atsam.c b/rtemsbsd/sys/dev/atsam/if_atsam.c index 794937be..d47a17e7 100644 --- a/rtemsbsd/sys/dev/atsam/if_atsam.c +++ b/rtemsbsd