mbox

[0/2] ip_frag: two fixes in reassembly code

Message ID 1541413603-4792-1-git-send-email-konstantin.ananyev@intel.com (mailing list archive)
Headers

Message

Ananyev, Konstantin Nov. 5, 2018, 10:26 a.m. UTC
  Fix 2 issues reported in reassembly code path.

Konstantin Ananyev (2):
  ip_frag: check fragment length of incoming packet
  ip_frag: use key length for key comparision

 lib/librte_ip_frag/ip_frag_common.h      | 14 ++++--------
 lib/librte_ip_frag/rte_ip_frag.h         | 14 +++++++++---
 lib/librte_ip_frag/rte_ipv4_reassembly.c | 22 +++++++++++++------
 lib/librte_ip_frag/rte_ipv6_reassembly.c | 28 +++++++++++++++++-------
 4 files changed, 50 insertions(+), 28 deletions(-)