Re: [PATCH v3 01/16] gso: remove logtype

2023-02-09 Thread Stephen Hemminger
stantin Ananyev > > ; Mark Kavanagh > > > > Subject: [PATCH v3 01/16] gso: remove logtype > > > > If a large packet is passed into GSO routines of unknown protocol then > > library > > would log a message and pass it through. This is incorrect

RE: [PATCH v3 01/16] gso: remove logtype

2023-02-09 Thread Hu, Jiayu
Hi Stephen, > -Original Message- > From: Stephen Hemminger > Sent: Friday, February 10, 2023 9:07 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Hu, Jiayu > ; Konstantin Ananyev > ; Mark Kavanagh > > Subject: [PATCH v3 01/16] gso: remove logtype > >

Re: [PATCH v3 01/16] gso: remove logtype

2023-02-09 Thread fengchengwen
On 2023/2/10 9:07, Stephen Hemminger wrote: > If a large packet is passed into GSO routines of unknown protocol > then library would log a message and pass it through. This is incorrect > behaviour on many levels: > - it allows oversize packet to get passed on to NIC driver > - no direct return

[PATCH v3 01/16] gso: remove logtype

2023-02-09 Thread Stephen Hemminger
If a large packet is passed into GSO routines of unknown protocol then library would log a message and pass it through. This is incorrect behaviour on many levels: - it allows oversize packet to get passed on to NIC driver - no direct return is visible to applications - if it happens once, ma