Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] version: 18.08.3
@ 2019-07-03  5:04 yasufum.o
  0 siblings, 0 replies; only message in thread
From: yasufum.o @ 2019-07-03  5:04 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This patch is to update SPP to v18.08.3.

* Add start up script and change permission of `spp.py` to be not
  executable.

* Add REST APIs for getting CPU layout and CPU usage in spp-ctl.

* Improve suggestion of CPUs for `pri; launch` command to consider CPU
  layout and usage. Lcores which are not used yet and on the same socket
  are suggested by using REST APIs.

* Replace original version of burst function in spp_mirror and spp_pcap
  with DPDK's rte_eth_rx_burst() and rte_eth_tx_burst()  because no need
  to use original one. By this update, performance is slightly improved.

* Many refactoring for spp_vf, spp_mirror and spp_pcap.

* Update documents for the changes listed bellow.

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 4fa7740..09e638f 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.2
+VERSION := 18.08.3
 
 ifneq ($(RTE_SDK),)
 # Default target, can be overriden by command line or environment
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-03  5:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03  5:04 [spp] [PATCH] version: 18.08.3 yasufum.o

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