mbox series

[v2,0/2] check illegal packets

Message ID 20220927071522.3656059-1-kevinx.liu@intel.com (mailing list archive)
Headers
Series check illegal packets |

Message

Kevin Liu Sept. 27, 2022, 7:15 a.m. UTC
  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(+)
  

Comments

Qi Zhang Sept. 30, 2022, 12:21 a.m. UTC | #1
> -----Original Message-----
> From: Liu, KevinX <kevinx.liu@intel.com>
> Sent: Tuesday, September 27, 2022 3:15 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Yang, SteveX <stevex.yang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>; Liu, KevinX
> <kevinx.liu@intel.com>
> 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 <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi