Hi Jason, On Fri, Dec 11, 2020 at 5:35 PM Bin Meng <bmeng...@gmail.com> wrote: > > From: Markus Carlstedt <markus.carlst...@windriver.com> > > To calculate the TCP/UDP checksum we need the whole datagram. Unless > the hardware has some logic to collect all fragments before sending > the whole datagram first, it can only be done by the network stack, > which is normally the case for the NICs we have seen so far. > > Skip these fragmented IP packets to avoid checksum corruption. > > Signed-off-by: Markus Carlstedt <markus.carlst...@windriver.com> > Signed-off-by: Bin Meng <bin.m...@windriver.com> > --- > > (no changes since v1) > > net/checksum.c | 4 ++++ > 1 file changed, 4 insertions(+) >
Ping? Regards, Bin