Re: fragment code cleanup for tso

2023-05-07 Thread Alexandr Nedvedicky
Hello, On Fri, May 05, 2023 at 11:17:50PM +0200, Alexander Bluhm wrote: > Hi, > > I preparation for my TSO in software diff, I would like to cleanup > the fragment code. Both are very simmilar and I like consistency. > > - Use if_output_ml() to send mbuf lists to interfaces. This can > be us

fragment code cleanup for tso

2023-05-05 Thread Alexander Bluhm
Hi, I preparation for my TSO in software diff, I would like to cleanup the fragment code. Both are very simmilar and I like consistency. - Use if_output_ml() to send mbuf lists to interfaces. This can be used for TSO, fragments, ARP and ND6. - Rename variable fml to ml. It will soon be used