DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/10] rte_ip_frag: various fixes for lib and examples
@ 2014-06-18 14:50 Anatoly Burakov
  2014-06-18 14:50 ` [dpdk-dev] [PATCH 01/10] ip_frag: rename RTE_IP_FRAG_ASSERT to IP_FRAG_ASSERT Anatoly Burakov
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Anatoly Burakov @ 2014-06-18 14:50 UTC (permalink / raw)
  To: dev

This patchset fixes a few issues found during validation, and also
does a bunch of renames (so that internally-used data structures aren't
starting with rte_) and fixes a few typos.

Anatoly Burakov (10):
  ip_frag: rename RTE_IP_FRAG_ASSERT to IP_FRAG_ASSERT
  ip_frag: fix debug macros
  ip_frag: renaming rte_ip_frag_pkt to ip_frag_pkt
  ip_frag: fix stats macro, rename rte_ip_frag_tbl_stat structure
  ip_frag: small fix, replace hardcode with a macro
  ip_frag: replace memmove with custom copying
  ip_frag: fix order of arguments to key compare function
  ip_fragmentation: small fixes
  ip_reassembly: small fixes
  rte_ip_frag: API header file fix

 config/common_bsdapp                        |  1 +
 config/common_linuxapp                      |  1 +
 examples/ip_fragmentation/main.c            |  6 +++++-
 examples/ip_reassembly/main.c               | 16 ++++++++++------
 lib/librte_ip_frag/ip_frag_common.h         | 22 +++++++++++-----------
 lib/librte_ip_frag/ip_frag_internal.c       | 28 ++++++++++++++--------------
 lib/librte_ip_frag/rte_ip_frag.h            | 20 ++++++++++----------
 lib/librte_ip_frag/rte_ipv4_fragmentation.c |  2 +-
 lib/librte_ip_frag/rte_ipv4_reassembly.c    | 10 +++++-----
 lib/librte_ip_frag/rte_ipv6_fragmentation.c |  2 +-
 lib/librte_ip_frag/rte_ipv6_reassembly.c    | 16 +++++++++++++---
 11 files changed, 72 insertions(+), 52 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-06-26 21:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 14:50 [dpdk-dev] [PATCH 00/10] rte_ip_frag: various fixes for lib and examples Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 01/10] ip_frag: rename RTE_IP_FRAG_ASSERT to IP_FRAG_ASSERT Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 02/10] ip_frag: fix debug macros Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 03/10] ip_frag: renaming rte_ip_frag_pkt to ip_frag_pkt Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 04/10] ip_frag: fix stats macro, rename rte_ip_frag_tbl_stat structure Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 05/10] ip_frag: small fix, replace hardcode with a macro Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 06/10] ip_frag: replace memmove with custom copying Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 07/10] ip_frag: fix order of arguments to key compare function Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 08/10] ip_fragmentation: small fixes Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 09/10] ip_reassembly: " Anatoly Burakov
2014-06-18 14:50 ` [dpdk-dev] [PATCH 10/10] rte_ip_frag: API header file fix Anatoly Burakov
2014-06-26 21:10 ` [dpdk-dev] [PATCH 00/10] rte_ip_frag: various fixes for lib and examples Thomas Monjalon

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).