search for: needs_checksum

Displaying 3 results from an estimated 3 matches for "needs_checksum".

2017 Jul 03
2
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
...t; > > * > > > * This has the same meaning on as CHECKSUM_NONE for checksum offload on > > > * output. > > > * > > > " > > > > > > So still correct I think? > > > > > > Thanks > > Hmm maybe I mean NEEDS_CHECKSUM actually. > > > > I'll need to re-read the spec. > > > > Not sure this is an issue. But if it is, we can probably checksum the packet > before passing it to XDP. But it would be a little slow. > > Thanks Right. I confused DATA_VALID with NEEDS_CHECKSUM....
2017 Jul 03
2
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
...t; > > * > > > * This has the same meaning on as CHECKSUM_NONE for checksum offload on > > > * output. > > > * > > > " > > > > > > So still correct I think? > > > > > > Thanks > > Hmm maybe I mean NEEDS_CHECKSUM actually. > > > > I'll need to re-read the spec. > > > > Not sure this is an issue. But if it is, we can probably checksum the packet > before passing it to XDP. But it would be a little slow. > > Thanks Right. I confused DATA_VALID with NEEDS_CHECKSUM....
2017 Jul 04
0
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
...;>>> * This has the same meaning on as CHECKSUM_NONE for checksum offload on >>>> * output. >>>> * >>>> " >>>> >>>> So still correct I think? >>>> >>>> Thanks >>> Hmm maybe I mean NEEDS_CHECKSUM actually. >>> >>> I'll need to re-read the spec. >>> >> Not sure this is an issue. But if it is, we can probably checksum the packet >> before passing it to XDP. But it would be a little slow. >> >> Thanks > > > Right. I confused DATA_...