Re: tso ip6 forward

2023-06-16 Thread Jan Klemkow
On Fri, Jun 16, 2023 at 12:06:08PM +0200, Alexander Bluhm wrote: > On Mon, Jun 12, 2023 at 03:46:28PM +0200, Alexander Bluhm wrote: > > I found a little inconsistency in IPv6 forwarding with TSO. > > > > Sending with TSO should only done if the large packet does not fit > > in the interface MTU.

Re: tso ip6 forward

2023-06-16 Thread Alexander Bluhm
On Mon, Jun 12, 2023 at 03:46:28PM +0200, Alexander Bluhm wrote: > I found a little inconsistency in IPv6 forwarding with TSO. > > Sending with TSO should only done if the large packet does not fit > in the interface MTU. In case tcp_if_output_tso() does not process > the packet, we should send a

tso ip6 forward

2023-06-12 Thread Alexander Bluhm
Hi, I found a little inconsistency in IPv6 forwarding with TSO. Sending with TSO should only done if the large packet does not fit in the interface MTU. In case tcp_if_output_tso() does not process the packet, we should send an ICMP6 error. Rearrange the code that it looks more like other calls