DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [pull-request] next-pipeline 18.05 pre-rc3
@ 2018-05-08 16:54 Cristian Dumitrescu
  2018-05-10  1:29 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Dumitrescu @ 2018-05-08 16:54 UTC (permalink / raw)
  To: thomas; +Cc: dev

The following changes since commit e2077a158e22451144d1b023f949f3232cfa62b3:

  doc: add DPAA2 QDMA rawdev guide (2018-05-08 12:21:13 +0200)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-pipeline 

for you to fetch changes up to 93428c4929c97f9cd7b8cbf449070a2924501557:

  table: add dedicated params struct for cuckoo hash (2018-05-08 15:19:58 +0100)

----------------------------------------------------------------
Fan Zhang (4):
      examples/ip_pipeline: fix uninitialized scalar variable
      examples/ip_pipeline: fix logically dead node
      examples/ip_pipeline: fix buffer not null terminated.
      examples/ip_pipeline: fix buffer not null terminated

Jasvinder Singh (5):
      examples/ip_pipeline: fix memory leak
      examples/ip_pipeline: fix buffer not null terminated
      examples/ip_pipeline: fix buffer not null terminated
      examples/ip_pipeline: fix buffer not null terminated
      table: add dedicated params struct for cuckoo hash

Kevin Laatz (3):
      examples/ip_pipeline: fix resource leak
      examples/ip_pipeline: fix buffer not null terminated
      examples/ip_pipeline: fix buffer not null terminated

Reshma Pattan (4):
      examples/ip_pipipeline: fix resource leak
      examples/ip_pipeline: fixes uninitialized scalar variable
      examples/ip_pipeline: fix buffer not null terminated
      examples/ip_pipeline: fix buffer not null terminated

 examples/ip_pipeline/action.c            |  6 ++--
 examples/ip_pipeline/cli.c               | 12 +++----
 examples/ip_pipeline/conn.c              |  3 ++
 examples/ip_pipeline/kni.c               |  3 +-
 examples/ip_pipeline/link.c              |  3 +-
 examples/ip_pipeline/mempool.c           |  3 +-
 examples/ip_pipeline/pipeline.c          |  3 +-
 examples/ip_pipeline/swq.c               |  4 ++-
 examples/ip_pipeline/tap.c               | 13 +++++---
 examples/ip_pipeline/tmgr.c              |  4 ++-
 lib/librte_table/Makefile                |  1 +
 lib/librte_table/meson.build             |  1 +
 lib/librte_table/rte_table_hash.h        |  3 --
 lib/librte_table/rte_table_hash_cuckoo.c | 11 +++---
 lib/librte_table/rte_table_hash_cuckoo.h | 57 ++++++++++++++++++++++++++++++++
 test/test-pipeline/main.h                |  4 +++
 test/test-pipeline/pipeline_hash.c       | 26 ++++++++++++++-
 test/test/test_table.c                   | 11 ++++++
 test/test/test_table.h                   |  6 ++++
 test/test/test_table_combined.c          |  4 +--
 test/test/test_table_tables.c            |  6 ++--
 21 files changed, 151 insertions(+), 33 deletions(-)
 create mode 100644 lib/librte_table/rte_table_hash_cuckoo.h

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

* Re: [dpdk-dev] [pull-request] next-pipeline 18.05 pre-rc3
  2018-05-08 16:54 [dpdk-dev] [pull-request] next-pipeline 18.05 pre-rc3 Cristian Dumitrescu
@ 2018-05-10  1:29 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-05-10  1:29 UTC (permalink / raw)
  To: Cristian Dumitrescu; +Cc: dev

08/05/2018 18:54, Cristian Dumitrescu:
>   http://dpdk.org/git/next/dpdk-next-pipeline 

Pulled, thanks
I have merged together 9 commits replacing strncpy by strlcpy.

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

end of thread, other threads:[~2018-05-10  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08 16:54 [dpdk-dev] [pull-request] next-pipeline 18.05 pre-rc3 Cristian Dumitrescu
2018-05-10  1:29 ` 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).