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.
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
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