Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Update recipe scripts
@ 2019-07-01  4:12 yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 1/2] recipes: update old rcps for spp_nfv yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 2/2] recipes: update old rcps for spp_vf yasufum.o
  0 siblings, 2 replies; 3+ messages in thread
From: yasufum.o @ 2019-07-01  4:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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

Recipe scripts for spp_nfv and spp_vf are not maintained and failed to
run because command syntax is too old. This series of patches is to
update them to the latest syntax as described in documents.

Yasufumi Ogawa (2):
  recipes: update old rcps for spp_nfv
  recipes: update old rcps for spp_vf

 recipes/usecases/spp_nfv/dual_bidir.rcps      | 10 ++++-----
 recipes/usecases/spp_nfv/dual_loopback.rcps   |  9 ++++----
 recipes/usecases/spp_nfv/ring_dual_bidir.rcps | 22 +++++++++----------
 .../usecases/spp_nfv/ring_dual_unidir.rcps    | 16 ++++++--------
 recipes/usecases/spp_nfv/single_bidir.rcps    |  8 +++----
 recipes/usecases/spp_nfv/single_loopback.rcps |  4 ++++
 recipes/usecases/spp_nfv/vhost_unidir.rcps    | 11 +++++-----
 .../ssh_login/setup/1-start_components.rcps   |  7 ------
 .../ssh_login/setup/1_start_components.rcps   |  7 ++++++
 .../ssh_login/setup/2-add_ports_path1.rcps    | 20 -----------------
 .../ssh_login/setup/2_add_ports_path1.rcps    | 18 +++++++++++++++
 .../ssh_login/setup/3-reg_mac_path1.rcps      |  3 ---
 .../ssh_login/setup/3_reg_mac_path1.rcps      |  3 +++
 .../ssh_login/setup/4-start_components.rcps   |  7 ------
 .../ssh_login/setup/4_start_components.rcps   |  7 ++++++
 .../ssh_login/setup/5-add_ports_path2.rcps    | 20 -----------------
 .../ssh_login/setup/5_add_ports_path2.rcps    | 19 ++++++++++++++++
 .../ssh_login/setup/6-reg_mac_path2.rcps      |  3 ---
 .../ssh_login/setup/6_reg_mac_path2.rcps      |  3 +++
 .../spp_vf/ssh_login/setup/7-flush.rcps       |  1 -
 20 files changed, 97 insertions(+), 101 deletions(-)
 create mode 100644 recipes/usecases/spp_nfv/single_loopback.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/1-start_components.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/2-add_ports_path1.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/2_add_ports_path1.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/3-reg_mac_path1.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/3_reg_mac_path1.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/4-start_components.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/5-add_ports_path2.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/5_add_ports_path2.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/6-reg_mac_path2.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/6_reg_mac_path2.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/7-flush.rcps

-- 
2.17.1


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

* [spp] [PATCH 1/2] recipes: update old rcps for spp_nfv
  2019-07-01  4:12 [spp] [PATCH 0/2] Update recipe scripts yasufum.o
@ 2019-07-01  4:12 ` yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 2/2] recipes: update old rcps for spp_vf yasufum.o
  1 sibling, 0 replies; 3+ messages in thread
From: yasufum.o @ 2019-07-01  4:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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

Recipe scripts for spp_nfv are not maintained and failed to run because
command syntax is too old. This patch is to update them to the latest
syntax as described in documents.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 recipes/usecases/spp_nfv/dual_bidir.rcps      | 10 ++++-----
 recipes/usecases/spp_nfv/dual_loopback.rcps   |  9 ++++----
 recipes/usecases/spp_nfv/ring_dual_bidir.rcps | 22 +++++++++----------
 .../usecases/spp_nfv/ring_dual_unidir.rcps    | 16 ++++++--------
 recipes/usecases/spp_nfv/single_bidir.rcps    |  8 +++----
 recipes/usecases/spp_nfv/single_loopback.rcps |  4 ++++
 recipes/usecases/spp_nfv/vhost_unidir.rcps    | 11 +++++-----
 7 files changed, 40 insertions(+), 40 deletions(-)
 create mode 100644 recipes/usecases/spp_nfv/single_loopback.rcps

diff --git a/recipes/usecases/spp_nfv/dual_bidir.rcps b/recipes/usecases/spp_nfv/dual_bidir.rcps
index f3d186b..ae60beb 100644
--- a/recipes/usecases/spp_nfv/dual_bidir.rcps
+++ b/recipes/usecases/spp_nfv/dual_bidir.rcps
@@ -1,5 +1,5 @@
-# Patch port 0 and 1 as bi-directioonal
-sec 1;patch phy:0 phy:1
-sec 2;patch phy:1 phy:0
-sec 1;forward
-sec 2;forward
+# Configure Two spp_nfv as L2fwd
+nfv 1; patch phy:0 phy:1
+nfv 2; patch phy:1 phy:0
+nfv 1; forward
+nfv 2; forward
diff --git a/recipes/usecases/spp_nfv/dual_loopback.rcps b/recipes/usecases/spp_nfv/dual_loopback.rcps
index 8d3350d..5b00de7 100644
--- a/recipes/usecases/spp_nfv/dual_loopback.rcps
+++ b/recipes/usecases/spp_nfv/dual_loopback.rcps
@@ -1,4 +1,5 @@
-sec 1;patch phy:0 phy:0
-sec 2;patch phy:1 phy:1
-sec 1;forward
-sec 2;forward
+#Configure two spp_nfv for Loopback
+nfv 1; patch phy:0 phy:0
+nfv 2; patch phy:1 phy:1
+nfv 1; forward
+nfv 2; forward
diff --git a/recipes/usecases/spp_nfv/ring_dual_bidir.rcps b/recipes/usecases/spp_nfv/ring_dual_bidir.rcps
index 167c90f..2fff7b3 100644
--- a/recipes/usecases/spp_nfv/ring_dual_bidir.rcps
+++ b/recipes/usecases/spp_nfv/ring_dual_bidir.rcps
@@ -1,14 +1,12 @@
 # Bi-directional with two rings
+nfv 1; add ring:0
+nfv 1; add ring:1
+nfv 2; add ring:0
+nfv 2; add ring:1
 
-sec 1;add ring 0
-sec 1;add ring 1
-sec 2;add ring 0
-sec 2;add ring 1
-
-sec 1;patch phy:0 ring:0
-sec 1;patch ring:1 phy:0
-sec 2;patch phy:1 ring:1
-sec 2;patch ring:0 phy:1
-
-sec 1;forward
-sec 2;forward
+nfv 1; patch phy:0 ring:0
+nfv 1; patch ring:1 phy:0
+nfv 2; patch phy:1 ring:1
+nfv 2; patch ring:0 phy:1
+nfv 1; forward
+nfv 2; forward
diff --git a/recipes/usecases/spp_nfv/ring_dual_unidir.rcps b/recipes/usecases/spp_nfv/ring_dual_unidir.rcps
index eb6377e..a9fd883 100644
--- a/recipes/usecases/spp_nfv/ring_dual_unidir.rcps
+++ b/recipes/usecases/spp_nfv/ring_dual_unidir.rcps
@@ -1,9 +1,7 @@
-# Uni-directional with ring
-sec 1;add ring 0
-sec 2;add ring 0
-
-sec 1;patch phy:0 ring:0
-sec 2;patch ring:0 phy:1
-
-sec 1;forward
-sec 2;forward
+# Uni-Directional L2fwd with ring
+nfv 1; add ring:0
+nfv 2; add ring:0
+nfv 1; patch phy:0 ring:0
+nfv 2; patch ring:0 phy:1
+nfv 1; forward
+nfv 2; forward
diff --git a/recipes/usecases/spp_nfv/single_bidir.rcps b/recipes/usecases/spp_nfv/single_bidir.rcps
index e56e29e..22905a7 100644
--- a/recipes/usecases/spp_nfv/single_bidir.rcps
+++ b/recipes/usecases/spp_nfv/single_bidir.rcps
@@ -1,4 +1,4 @@
-# Patch ports as bi-directional
-sec 1;patch phy:0 phy:1
-sec 1;patch phy:1 phy:0
-sec 1;forward
+# Configure spp_nfv as L2fwd
+nfv 1; patch phy:0 phy:1
+nfv 1; patch phy:1 phy:0
+nfv 1; forward
diff --git a/recipes/usecases/spp_nfv/single_loopback.rcps b/recipes/usecases/spp_nfv/single_loopback.rcps
new file mode 100644
index 0000000..7c70b23
--- /dev/null
+++ b/recipes/usecases/spp_nfv/single_loopback.rcps
@@ -0,0 +1,4 @@
+# Configure spp_nfv for Loopback
+nfv 1; patch phy:0 phy:0
+nfv 1; patch phy:1 phy:1
+nfv 1; forward
diff --git a/recipes/usecases/spp_nfv/vhost_unidir.rcps b/recipes/usecases/spp_nfv/vhost_unidir.rcps
index d835719..eaca4e9 100644
--- a/recipes/usecases/spp_nfv/vhost_unidir.rcps
+++ b/recipes/usecases/spp_nfv/vhost_unidir.rcps
@@ -1,6 +1,5 @@
-# Uni-directional with vhost
-sec 1;patch phy:0 vhost:0
-sec 1;patch vhost:0 phy:1
-sec 2;patch phy:0 phy:0
-sec 1;forward
-sec 2;forward
+# Single spp_nfv with Vhost PMD
+nfv 1; add vhost:0
+nfv 1; patch phy:0 vhost:0
+nfv 1; patch vhost:1 phy:1
+nfv 1; forward
-- 
2.17.1


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

* [spp] [PATCH 2/2] recipes: update old rcps for spp_vf
  2019-07-01  4:12 [spp] [PATCH 0/2] Update recipe scripts yasufum.o
  2019-07-01  4:12 ` [spp] [PATCH 1/2] recipes: update old rcps for spp_nfv yasufum.o
@ 2019-07-01  4:12 ` yasufum.o
  1 sibling, 0 replies; 3+ messages in thread
From: yasufum.o @ 2019-07-01  4:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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

This patch is to update rcps for spp_vf for the latest documents as
previous patch.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 .../ssh_login/setup/1-start_components.rcps   |  7 -------
 .../ssh_login/setup/1_start_components.rcps   |  7 +++++++
 .../ssh_login/setup/2-add_ports_path1.rcps    | 20 -------------------
 .../ssh_login/setup/2_add_ports_path1.rcps    | 18 +++++++++++++++++
 .../ssh_login/setup/3-reg_mac_path1.rcps      |  3 ---
 .../ssh_login/setup/3_reg_mac_path1.rcps      |  3 +++
 .../ssh_login/setup/4-start_components.rcps   |  7 -------
 .../ssh_login/setup/4_start_components.rcps   |  7 +++++++
 .../ssh_login/setup/5-add_ports_path2.rcps    | 20 -------------------
 .../ssh_login/setup/5_add_ports_path2.rcps    | 19 ++++++++++++++++++
 .../ssh_login/setup/6-reg_mac_path2.rcps      |  3 ---
 .../ssh_login/setup/6_reg_mac_path2.rcps      |  3 +++
 .../spp_vf/ssh_login/setup/7-flush.rcps       |  1 -
 13 files changed, 57 insertions(+), 61 deletions(-)
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/1-start_components.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/2-add_ports_path1.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/2_add_ports_path1.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/3-reg_mac_path1.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/3_reg_mac_path1.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/4-start_components.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/5-add_ports_path2.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/5_add_ports_path2.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/6-reg_mac_path2.rcps
 create mode 100644 recipes/usecases/spp_vf/ssh_login/setup/6_reg_mac_path2.rcps
 delete mode 100644 recipes/usecases/spp_vf/ssh_login/setup/7-flush.rcps

diff --git a/recipes/usecases/spp_vf/ssh_login/setup/1-start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/1-start_components.rcps
deleted file mode 100644
index 52e2bba..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/1-start_components.rcps
+++ /dev/null
@@ -1,7 +0,0 @@
-# Start component for path1
-sec 1;component start classifier1 2 classifier_mac
-sec 1;component start forwarder1 3 forward
-sec 1;component start forwarder2 4 forward
-sec 1;component start forwarder3 5 forward
-sec 1;component start forwarder4 6 forward
-sec 1;component start merger1 7 merge
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
new file mode 100644
index 0000000..e864628
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/1_start_components.rcps
@@ -0,0 +1,7 @@
+# Start component for path1
+vf 1; component start cls1 2 classifier_mac
+vf 1; component start fwd1 3 forward
+vf 1; component start fwd2 4 forward
+vf 1; component start fwd3 5 forward
+vf 1; component start fwd4 6 forward
+vf 1; component start mgr1 7 merge
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/2-add_ports_path1.rcps b/recipes/usecases/spp_vf/ssh_login/setup/2-add_ports_path1.rcps
deleted file mode 100644
index bfb59ba..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/2-add_ports_path1.rcps
+++ /dev/null
@@ -1,20 +0,0 @@
-# classifier1
-sec 1;port add phy:0 rx classifier1
-sec 1;port add ring:0 tx classifier1
-sec 1;port add ring:1 tx classifier1
-# forwarder1
-sec 1;port add ring:0 rx forwarder1
-sec 1;port add vhost:0 tx forwarder1
-# forwarder2
-sec 1;port add ring:1 rx forwarder2
-sec 1;port add vhost:2 tx forwarder2
-# forwarder3
-sec 1;port add vhost:0 rx forwarder3
-sec 1;port add ring:2 tx forwarder3
-# forwarder4
-sec 1;port add vhost:2 rx forwarder4
-sec 1;port add ring:3 tx forwarder4
-# merger1
-sec 1;port add ring:2 rx merger1
-sec 1;port add ring:3 rx merger1
-sec 1;port add phy:0 tx merger1
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/2_add_ports_path1.rcps b/recipes/usecases/spp_vf/ssh_login/setup/2_add_ports_path1.rcps
new file mode 100644
index 0000000..8c116c9
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/2_add_ports_path1.rcps
@@ -0,0 +1,18 @@
+# Add ports of path1
+# classifier1
+vf 1; port add phy:0 rx cls1
+vf 1; port add ring:0 tx cls1
+vf 1; port add ring:1 tx cls1
+# forwarders
+vf 1; port add ring:0 rx fwd1
+vf 1; port add vhost:0 tx fwd1
+vf 1; port add ring:1 rx fwd2
+vf 1; port add vhost:2 tx fwd2
+vf 1; port add vhost:0 rx fwd3
+vf 1; port add ring:2 tx fwd3
+vf 1; port add vhost:2 rx fwd4
+vf 1; port add ring:3 tx fwd4
+# merger
+vf 1; port add ring:2 rx mgr1
+vf 1; port add ring:3 rx mgr1
+vf 1; port add phy:0 tx mgr1
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/3-reg_mac_path1.rcps b/recipes/usecases/spp_vf/ssh_login/setup/3-reg_mac_path1.rcps
deleted file mode 100644
index 3365291..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/3-reg_mac_path1.rcps
+++ /dev/null
@@ -1,3 +0,0 @@
-# Register MAC address to classifier
-sec 1;classifier_table add mac 52:54:00:12:34:56 ring:0
-sec 1;classifier_table add mac 52:54:00:12:34:58 ring:1
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/3_reg_mac_path1.rcps b/recipes/usecases/spp_vf/ssh_login/setup/3_reg_mac_path1.rcps
new file mode 100644
index 0000000..f98f1bd
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/3_reg_mac_path1.rcps
@@ -0,0 +1,3 @@
+# Register MAC addresses to mgr1
+vf 1; classifier_table add mac 52:54:00:12:34:56 ring:0
+vf 1; classifier_table add mac 52:54:00:12:34:58 ring:1
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/4-start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/4-start_components.rcps
deleted file mode 100644
index 2adc721..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/4-start_components.rcps
+++ /dev/null
@@ -1,7 +0,0 @@
-# Start component for path2
-sec 1;component start classifier2 8 classifier_mac
-sec 1;component start forwarder5 9 forward
-sec 1;component start forwarder6 10 forward
-sec 1;component start forwarder7 11 forward
-sec 1;component start forwarder8 12 forward
-sec 1;component start merger2 13 merge
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
new file mode 100644
index 0000000..7ce2c0d
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/4_start_components.rcps
@@ -0,0 +1,7 @@
+# Start component for path2
+vf 1; component start cls2 8 classifier_mac
+vf 1; component start fwd5 9 forward
+vf 1; component start fwd6 10 forward
+vf 1; component start fwd7 11 forward
+vf 1; component start fwd8 12 forward
+vf 1; component start mgr2 13 merge
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/5-add_ports_path2.rcps b/recipes/usecases/spp_vf/ssh_login/setup/5-add_ports_path2.rcps
deleted file mode 100644
index d5334a5..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/5-add_ports_path2.rcps
+++ /dev/null
@@ -1,20 +0,0 @@
-# classifier2
-sec 1;port add phy:1 rx classifier2
-sec 1;port add ring:4 tx classifier2
-sec 1;port add ring:5 tx classifier2
-# forwarder5
-sec 1;port add ring:4 rx forwarder5
-sec 1;port add vhost:1 tx forwarder5
-# forwarder6
-sec 1;port add ring:5 rx forwarder6
-sec 1;port add vhost:3 tx forwarder6
-# forwarder7
-sec 1;port add vhost:1 rx forwarder7
-sec 1;port add ring:6 tx forwarder7
-# forwarder8
-sec 1;port add vhost:3 rx forwarder8
-sec 1;port add ring:7 tx forwarder8
-# merger2
-sec 1;port add ring:6 rx merger2
-sec 1;port add ring:7 rx merger2
-sec 1;port add phy:1 tx merger2
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/5_add_ports_path2.rcps b/recipes/usecases/spp_vf/ssh_login/setup/5_add_ports_path2.rcps
new file mode 100644
index 0000000..581bf72
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/5_add_ports_path2.rcps
@@ -0,0 +1,19 @@
+# classifier
+vf 1; port add phy:1 rx cls2
+vf 1; port add ring:4 tx cls2
+vf 1; port add ring:5 tx cls2
+
+# forwarders
+vf 1; port add ring:4 rx fwd5
+vf 1; port add vhost:1 tx fwd5
+vf 1; port add ring:5 rx fwd6
+vf 1; port add vhost:3 tx fwd6
+vf 1; port add vhost:1 rx fwd7
+vf 1; port add ring:6 tx fwd7
+vf 1; port add vhost:3 rx fwd8
+vf 1; port add ring:7 tx fwd8
+
+# merger
+vf 1; port add ring:6 rx mgr2
+vf 1; port add ring:7 rx mgr2
+vf 1; port add phy:1 tx mgr2
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/6-reg_mac_path2.rcps b/recipes/usecases/spp_vf/ssh_login/setup/6-reg_mac_path2.rcps
deleted file mode 100644
index 9cab6b4..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/6-reg_mac_path2.rcps
+++ /dev/null
@@ -1,3 +0,0 @@
-# Register MAC address to classifier
-sec 1;classifier_table add mac 52:54:00:12:34:57 ring:4
-sec 1;classifier_table add mac 52:54:00:12:34:59 ring:5
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/6_reg_mac_path2.rcps b/recipes/usecases/spp_vf/ssh_login/setup/6_reg_mac_path2.rcps
new file mode 100644
index 0000000..e812b79
--- /dev/null
+++ b/recipes/usecases/spp_vf/ssh_login/setup/6_reg_mac_path2.rcps
@@ -0,0 +1,3 @@
+# Register MAC address to classifier
+spp > vf 1; classifier_table add mac 52:54:00:12:34:57 ring:4
+spp > vf 1; classifier_table add mac 52:54:00:12:34:59 ring:5
diff --git a/recipes/usecases/spp_vf/ssh_login/setup/7-flush.rcps b/recipes/usecases/spp_vf/ssh_login/setup/7-flush.rcps
deleted file mode 100644
index 9ea2237..0000000
--- a/recipes/usecases/spp_vf/ssh_login/setup/7-flush.rcps
+++ /dev/null
@@ -1 +0,0 @@
-sec 1;flush
-- 
2.17.1


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

end of thread, other threads:[~2019-07-01  4:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01  4:12 [spp] [PATCH 0/2] Update recipe scripts yasufum.o
2019-07-01  4:12 ` [spp] [PATCH 1/2] recipes: update old rcps for spp_nfv yasufum.o
2019-07-01  4:12 ` [spp] [PATCH 2/2] recipes: update old rcps for spp_vf 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).