Displaying 11 results from an estimated 11 matches for "checksum_complet".
Did you mean:
checksum_complete
2017 Jul 03
2
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
..., and according to the comment
> > > > > in skbuff.h
> > > > >
> > > > >
> > > > > "
> > > > > * The hardware you're dealing with doesn't calculate the full checksum
> > > > > * (as in CHECKSUM_COMPLETE), but it does parse headers and verify
> > > > > checksums
> > > > > * for specific protocols. For such packets it will set
> > > > > CHECKSUM_UNNECESSARY
> > > > > * if their checksums are okay. skb->csum is still undefined...
2017 Jul 03
2
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
..., and according to the comment
> > > > > in skbuff.h
> > > > >
> > > > >
> > > > > "
> > > > > * The hardware you're dealing with doesn't calculate the full checksum
> > > > > * (as in CHECKSUM_COMPLETE), but it does parse headers and verify
> > > > > checksums
> > > > > * for specific protocols. For such packets it will set
> > > > > CHECKSUM_UNNECESSARY
> > > > > * if their checksums are okay. skb->csum is still undefined...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...; encapsulations. This yeilds a significant perfromance improvement
>> (still testing remote checksum code).
>>
>> An addition extension that is unfinished (due to still testing for any
>> side-effects) is checksum passthrough to support drivers that set
>> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
>> the software checksum.
>>
>> This series only takes care of virtio net. I have addition patches for the
>> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
>> on the general approac...
2017 Apr 20
3
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...; encapsulations. This yeilds a significant perfromance improvement
>> (still testing remote checksum code).
>>
>> An addition extension that is unfinished (due to still testing for any
>> side-effects) is checksum passthrough to support drivers that set
>> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
>> the software checksum.
>>
>> This series only takes care of virtio net. I have addition patches for the
>> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
>> on the general approac...
2017 Jul 04
0
[PATCH net] virtio-net: unbreak cusmed packet for small buffer XDP
..., and according to the comment
>>>>>> in skbuff.h
>>>>>>
>>>>>>
>>>>>> "
>>>>>> * The hardware you're dealing with doesn't calculate the full checksum
>>>>>> * (as in CHECKSUM_COMPLETE), but it does parse headers and verify
>>>>>> checksums
>>>>>> * for specific protocols. For such packets it will set
>>>>>> CHECKSUM_UNNECESSARY
>>>>>> * if their checksums are okay. skb->csum is still undefine...
2017 Apr 18
0
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...d possible other
> encapsulations. This yeilds a significant perfromance improvement
> (still testing remote checksum code).
>
> An addition extension that is unfinished (due to still testing for any
> side-effects) is checksum passthrough to support drivers that set
> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
> the software checksum.
>
> This series only takes care of virtio net. I have addition patches for the
> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
> on the general approach first.
>
> V...
2017 Apr 21
0
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...s. This yeilds a significant perfromance improvement
>>> (still testing remote checksum code).
>>>
>>> An addition extension that is unfinished (due to still testing for any
>>> side-effects) is checksum passthrough to support drivers that set
>>> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
>>> the software checksum.
>>>
>>> This series only takes care of virtio net. I have addition patches for the
>>> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
>>> on...
2017 Apr 21
1
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...gnificant perfromance improvement
>>>> (still testing remote checksum code).
>>>>
>>>> An addition extension that is unfinished (due to still testing for any
>>>> side-effects) is checksum passthrough to support drivers that set
>>>> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
>>>> the software checksum.
>>>>
>>>> This series only takes care of virtio net. I have addition patches for the
>>>> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback...
2017 Apr 21
1
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...gnificant perfromance improvement
>>>> (still testing remote checksum code).
>>>>
>>>> An addition extension that is unfinished (due to still testing for any
>>>> side-effects) is checksum passthrough to support drivers that set
>>>> CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
>>>> the software checksum.
>>>>
>>>> This series only takes care of virtio net. I have addition patches for the
>>>> host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback...
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...support GSO with udp tunnel and possible other
encapsulations. This yeilds a significant perfromance improvement
(still testing remote checksum code).
An addition extension that is unfinished (due to still testing for any
side-effects) is checksum passthrough to support drivers that set
CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
the software checksum.
This series only takes care of virtio net. I have addition patches for the
host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
on the general approach first.
Vladislav Yasevich (6):
virtio-n...
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
...support GSO with udp tunnel and possible other
encapsulations. This yeilds a significant perfromance improvement
(still testing remote checksum code).
An addition extension that is unfinished (due to still testing for any
side-effects) is checksum passthrough to support drivers that set
CHECKSUM_COMPLETE. This would eliminate the need for guests to compute
the software checksum.
This series only takes care of virtio net. I have addition patches for the
host side (vhost and tap/macvtap as well as qemu), but wanted to get feedback
on the general approach first.
Vladislav Yasevich (6):
virtio-n...