From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 856A5A057B for ; Mon, 13 Apr 2020 01:02:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E84E1B53; Mon, 13 Apr 2020 01:02:23 +0200 (CEST) Received: from mail.valinux.co.jp (mail.valinux.co.jp [210.128.90.3]) by dpdk.org (Postfix) with ESMTP id 3DF441B53 for ; Mon, 13 Apr 2020 01:02:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.valinux.co.jp (Postfix) with ESMTP id 7F40A9FC99; Mon, 13 Apr 2020 08:02:21 +0900 (JST) X-Virus-Scanned: Debian amavisd-new at valinux.co.jp Received: from mail.valinux.co.jp ([127.0.0.1]) by localhost (mail.valinux.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tEREN27RyOJw; Mon, 13 Apr 2020 08:02:21 +0900 (JST) Received: from valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by mail.valinux.co.jp (Postfix) with ESMTP id 5EB069F6FC; Mon, 13 Apr 2020 08:02:21 +0900 (JST) From: Itsuro Oda To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Mon, 13 Apr 2020 08:02:19 +0900 Message-Id: <20200412230221.28737-1-oda@valinux.co.jp> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 0/2] enabel to add pipe withcout forwarder X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" This patch enables to add pipe port even if the forwarder does not exist. The indent of pipes in the status display is also fixed. Itsuro Oda (2): cli: enable to add pipe without forwarder cli: fix status display of pipes src/cli/commands/pri.py | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) -- 2.17.0