From: Konstantin Ananyev <konstantin.ananyev@intel.com>
To: dev@dpdk.org
Cc: Konstantin Ananyev <konstantin.ananyev@intel.com>
Subject: [dpdk-dev] [PATCH v4 0/2] ip_frag cleanup patches
Date: Mon, 8 Nov 2021 13:55:53 +0000 [thread overview]
Message-ID: <20211108135555.24164-1-konstantin.ananyev@intel.com> (raw)
In-Reply-To: <20211108115136.9998-1-konstantin.ananyev@intel.com>
Konstantin Ananyev (2):
ip_frag: hide internal structures
ip_frag: add namespace
doc/guides/rel_notes/release_21_11.rst | 3 +
examples/ip_reassembly/main.c | 2 +-
examples/ipsec-secgw/ipsec-secgw.c | 2 +-
lib/ip_frag/ip_frag_common.h | 1 +
lib/ip_frag/ip_reassembly.h | 89 ++++++++++++++++++++++++++
lib/ip_frag/rte_ip_frag.h | 87 ++-----------------------
lib/ip_frag/rte_ip_frag_common.c | 3 +-
lib/ip_frag/rte_ipv6_fragmentation.c | 12 ++--
lib/ip_frag/rte_ipv6_reassembly.c | 6 +-
lib/port/rte_port_ras.c | 2 +-
10 files changed, 114 insertions(+), 93 deletions(-)
create mode 100644 lib/ip_frag/ip_reassembly.h
--
2.25.1
next prev parent reply other threads:[~2021-11-08 13:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-01 12:24 [dpdk-dev] [PATCH] ip_frag: hide internal structures Konstantin Ananyev
2021-11-01 12:49 ` [dpdk-dev] [PATCH v2] " Konstantin Ananyev
2021-11-04 18:30 ` Thomas Monjalon
2021-11-08 11:51 ` [dpdk-dev] [PATCH v3] " Konstantin Ananyev
2021-11-08 13:55 ` Konstantin Ananyev [this message]
2021-11-08 13:55 ` [dpdk-dev] [PATCH v4 1/2] " Konstantin Ananyev
2021-11-08 21:39 ` Thomas Monjalon
2021-11-08 13:55 ` [dpdk-dev] [PATCH v4 2/2] ip_frag: add namespace Konstantin Ananyev
2021-11-08 21:36 ` Thomas Monjalon
2021-11-09 12:32 ` [dpdk-dev] [PATCH v5] " Konstantin Ananyev
2021-11-17 9:25 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211108135555.24164-1-konstantin.ananyev@intel.com \
--to=konstantin.ananyev@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).