mbox

[0/2] check illegal packets

Message ID 20220922070426.788643-1-kevinx.liu@intel.com (mailing list archive)
Headers

Message

Kevin Liu Sept. 22, 2022, 7:04 a.m. UTC
  Check whether the data packet is illegal of ice and iavf driver.

Kevin Liu (2):
  net/iavf: check illegal packets
  net/ice: check illegal packets

 drivers/net/iavf/iavf_rxtx.c | 10 +++++++++-
 drivers/net/iavf/iavf_rxtx.h |  2 ++
 drivers/net/ice/ice_rxtx.c   | 13 +++++++++++++
 drivers/net/ice/ice_rxtx.h   |  2 ++
 4 files changed, 26 insertions(+), 1 deletion(-)