Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH] version: 18.08.4
Date: Tue,  1 Oct 2019 03:58:16 +0900	[thread overview]
Message-ID: <20190930185816.17269-1-yasufum.o@gmail.com> (raw)

This patch is to update SPP to v18.08.4.

* Fix bug for deleting vhost PMD in spp_nfv.

* Add REST APIs for adding and deleting ports from primary process.

* Add `bin/startup.sh` to start spp-ctl, CLI and spp_primary for quick
  start. Options for processes are defined in `bin/config.sh`.

* Update managing devices given with `--vdev` because mechanism of
  sharing vdevs between primary and secondary is changed in DPDK.

* Fix assigning wrong master lcore in which it is always  assigned 0
  if it is given other than 0.

* Fix wrong finalization if rte_eal_init() is failed.

* Change SPP_RET_OK and SPP_RET_NG to SPPWK_RET_OK and SPPWK_RET_NG
  because it is only used in secondary worker processes.

* Disable to launch secondary processes with the same IDs wrongly.

* Rename directory `controller` to `cli`, and label name in git log,
  because it should be distinguished from spp-ctl.

* For testing behaviours of spp_primary, enable to add arbitrary vdevs
  and add `--dry-run` option.
    $ bin/start.sh --dry-run

* Fix compile error of spp_pcap in SPP container.

* Refactor spp_vf, spp_mirror and spp_pcap to reduce duplicated
  definitions and files.

* Add config option for SPP CLI to specify any of config file.
    $ python3 src/spp.py --config /path/to/your/config.yml

* Add validation for config command to check given value.

* Update `topo` command.
  - Add supported types of secondary processes other than spp_nfv.
  - Add supported port types for spp_pcap.
  - remove `topo_resize` because it is changed to be set from `config`
    command.
  - Revise placeholder for styles.
  - Several bug fixes.

* Add blacklist and whitelist options for SPP container.

* Add app containers for `l3fwd-acl` and `suricata`[1]. For suricata,
  it is also added a build script for.
  - [1] https://github.com/vipinpv85/DPDK_SURICATA-4_1_1

* Add recipes for testing usecases described in docs.

* Revise ringlatencystats, but still remained some problems for
  compiling in some environments. It is a TODO should be fixed in
  a future.

* Fix many TODOs.

* And many misc updates for improving usability and maintainability.

* Update documentation for above changes.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 09e638f..e262c87 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Nippon Telegraph and Telephone Corporation
 
-VERSION := 18.08.3
+VERSION := 18.08.4
 
 ifneq ($(RTE_SDK),)
 # Default target, can be overriden by command line or environment
-- 
2.17.1


                 reply	other threads:[~2019-09-30 18:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190930185816.17269-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@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).