Re: [PATCH v2 0/2] check illegal packets

2023-09-18 Thread Kevin Traynor
On 18/09/2023 15:42, David Marchand wrote: On Tue, Sep 27, 2022 at 9:24 AM Kevin Liu wrote: Check whether the data packet is illegal of ice and iavf driver. v2: Change the scheme, check the data_len and update commit log. Kevin Liu (2): net/iavf: check illegal packets net/ice: check il

Re: [PATCH v2 0/2] check illegal packets

2023-09-18 Thread David Marchand
On Tue, Sep 27, 2022 at 9:24 AM Kevin Liu wrote: > > Check whether the data packet is illegal of ice and iavf driver. > > v2: > Change the scheme, check the data_len and update commit log. > > Kevin Liu (2): > net/iavf: check illegal packets > net/ice: check illegal packets > > drivers/net/ia

RE: [PATCH v2 0/2] check illegal packets

2022-09-29 Thread Zhang, Qi Z
> -Original Message- > From: Liu, KevinX > Sent: Tuesday, September 27, 2022 3:15 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Xing, Beilei > ; Wu, Jingjing ; Liu, KevinX > > Subject: [PATCH v2 0/2] check illegal packets > &

[PATCH v2 0/2] check illegal packets

2022-09-27 Thread Kevin Liu
Check whether the data packet is illegal of ice and iavf driver. v2: Change the scheme, check the data_len and update commit log. Kevin Liu (2): net/iavf: check illegal packets net/ice: check illegal packets drivers/net/iavf/iavf_rxtx.c | 9 + drivers/net/iavf/iavf_rxtx.h | 2 ++