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
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
>
>
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
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
4 matches
Mail list logo