Re: [PATCH] net/virtio: deduce IP length for Virtio TSO checksum

2023-03-03 Thread Boleslav Stankevich
Hi, Maxime! Yes, it is a fix and will add missing tags in v2. Thanks, Boleslav On 02/03/2023 13:25, Maxime Coquelin wrote: Hi Boleslav, On 2/16/23 13:35, Boleslav Stankevich wrote: The length of TSO payload could not fit into 16 bits provided by the IPv4 total length and IPv6 payload length

Re: [PATCH] net/virtio: deduce IP length for Virtio TSO checksum

2023-03-02 Thread Maxime Coquelin
Hi Boleslav, On 2/16/23 13:35, Boleslav Stankevich wrote: The length of TSO payload could not fit into 16 bits provided by the IPv4 total length and IPv6 payload length fields. Thus, deduce it from the length of the packet. My understanding is this is a fix. If so could you please add the Fixe