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 96A04A04EF for ; Mon, 25 May 2020 05:10:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 812BB1D6A4; Mon, 25 May 2020 05:10:35 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 222361D6A4 for ; Mon, 25 May 2020 05:10:34 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id y198so8253518pfb.4 for ; Sun, 24 May 2020 20:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=FMT7zlMDenxXr98hag4CNFz1rqEiifng1EG5CkdZYHk=; b=m65/of+rUpSrLlaxKw3TodTIfxsFsYJSHLA5T27rbNwKnvR+EspkwSLAL6Df6yJFFD BKTxJAKDd9y7ze5wHE2l6FKebg9zU4t5pwsXSqgHsnk+SnE/AYwrNejFsAV+b6E7nP7K 2y251grBuocxCGOIP0xW9THx4VhSfae+27Tpji+JrsvFgYi4ulUG1o7/TLioSdIAVNwj XRY//RdxDtubfdLbZAkiDNG+lPZgShZQrPkGqsFuY+/EoR0e80ewqXc14G3E9CjhHSCu j/g/2ta29ARYE4aF3EHyf5krLTOUT32GZ2Rl6K9Imrjx647PWa18BxyKOxduu158BAwI x2mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=FMT7zlMDenxXr98hag4CNFz1rqEiifng1EG5CkdZYHk=; b=KUGWEN4UMtvqpzQtSOnyNOFJDeETC1lkLihdP3RICw17qRDX/5qihjODn2a9jGEPHi S7mEr5+XLl41IHpLDMj9TK1ngmE9cudAMk/zJC4EzA31S9o1P96S8sMJjEY1E6hH+/8E d6aU9nllXXFrxbWUTb0+FS0nGwLvYC8sBXwDS8Pvw0W/wrEWeaByucgXyzsuP/OmsfBj lsNyr1rWrP2MkpjDRVYTAp1l3r2i5Uz+GicFfx//6XuQ4dK/A2P+jhNmktbnJvzYQ8w3 vwIfkq7KZcL329ZmUMcT9PjmRGruhBNwTH+y1dpfwC4O3Namt0j9K6jB/tYaBw6I0TAH lk1w== X-Gm-Message-State: AOAM531CIjVtaVQewr+7H11m+w3HEp5/JTRqoxojdxv1XiaZGBtkVnSS /tIZw1S/AgcTj8/XDqT8Ltsk6HYK X-Google-Smtp-Source: ABdhPJxLmS3dMezmNdaeYe5bPSzLrRF9mF74KEPxZBUjLy6rj/bbCViz7L+OtnQ5abeANtkkDGBlIg== X-Received: by 2002:a63:5c1d:: with SMTP id q29mr24994602pgb.105.1590376233135; Sun, 24 May 2020 20:10:33 -0700 (PDT) Received: from mugwort.local ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id z13sm10645146pfq.16.2020.05.24.20.10.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 24 May 2020 20:10:32 -0700 (PDT) To: Itsuro Oda , spp@dpdk.org References: <20200412230221.28737-1-oda@valinux.co.jp> From: Yasufumi Ogawa Message-ID: <0cbe5a74-5050-3e71-08de-cc7eabd28d41@gmail.com> Date: Mon, 25 May 2020 12:10:31 +0900 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200412230221.28737-1-oda@valinux.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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. Acked-by: Yasufumi Ogawa > > 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(-) >