> -----Original Message----- > From: Liu, KevinX <[email protected]> > Sent: Tuesday, September 27, 2022 3:15 PM > To: [email protected] > Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z > <[email protected]>; Yang, SteveX <[email protected]>; Xing, Beilei > <[email protected]>; Wu, Jingjing <[email protected]>; Liu, KevinX > <[email protected]> > Subject: [PATCH v2 0/2] check illegal packets > > 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 > ++ > drivers/net/ice/ice_rxtx.c | 11 +++++++++++ > drivers/net/ice/ice_rxtx.h | 2 ++ > 4 files changed, 24 insertions(+) > > -- > 2.25.1 Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

