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 29F4EA2EFC for ; Mon, 14 Oct 2019 20:45:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21DE61C11B; Mon, 14 Oct 2019 20:45:01 +0200 (CEST) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id BEA241C11B for ; Mon, 14 Oct 2019 20:44:58 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id f14so5473501pgi.9 for ; Mon, 14 Oct 2019 11:44:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=xFHkudM5SR7DahCToSh3PRXeV+vunorhjlGEqsL+KAE=; b=DbrzFZrJonfUoOs+kNZYamRRIEGXrnYuUp0AnAqq7dzQnyUluVDqm8io2FW+4GsgRI IhhVD6khzFRSnhqQMe/SUG/9G0jU85jEf4WGACSQgjTptTqcckxGuKR4j5bFDMH4LIQE /h/vwqRFV3nYsiIVVosquYe7XyknrdHYxyzpHH7eCg6Q61BP8+8rT0aH/CwLDXIoWbM6 T3T0XIi+oLDXWz+i3S8U1tzLzbzJ1tMyzleW/uxohgrKragKMuJ/li8cqAGJPBE2Avwj X4COlih3nJBB4YCZTykhJgF91wdsHtV4/puZD0h5aJY9ufNYIeVhPJRzicjsi5p5mF6F JX2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=xFHkudM5SR7DahCToSh3PRXeV+vunorhjlGEqsL+KAE=; b=qXZqfZj6K+jnrlRUpO2q5TPWfUrI72DAcE/V2s6QZ32AZyCuVDbLVnYTZYTu63gDwL A1HKhGNbbq7rQO/GOfhJvxguBp5YhGtCYQhZOH8dAwM/3LCY7bIfVFuEmPlqAuWKTu1g 5FntxGrq72sGogWboPPN+llU2h2RKd6czh4uulJY4kB2poF6mowN77MjQ+aW2c7MNepB EDTHXCuxUCe7fypndXTm8U8YSfLWb1cDYmXssSkc/dfGSLV4ihIX22hR3kaJUaQKXK4r A0eR9zCb6ANRgyfuA7F4DZqL+2T9df4yfnFxjOv2i/lYW8SbUS4we5FVgBATySkV2OtY RDhg== X-Gm-Message-State: APjAAAVcLJKPQDtu89jxU1O48QpRW/oxxpFWfXmRRUMNk48u1BVPH9Np CX7Drq8ePcH5BTfrMKfnoeSyX4QiSiY= X-Google-Smtp-Source: APXvYqwWvwD7GQ3PPIPfw3mRH2kThXwk48iTmqK6aYarcTwPDrArj9M3WAePPeJixKnvo1DecFMpIw== X-Received: by 2002:a62:1b45:: with SMTP id b66mr34315080pfb.34.1571078697961; Mon, 14 Oct 2019 11:44:57 -0700 (PDT) Received: from localhost.localdomain ([2400:4050:c8c2:de00:9046:90d6:77b7:3115]) by smtp.gmail.com with ESMTPSA id k15sm19240959pfa.65.2019.10.14.11.44.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Oct 2019 11:44:57 -0700 (PDT) From: Yasufumi Ogawa To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Tue, 15 Oct 2019 03:44:46 +0900 Message-Id: <20191014184448.26510-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 0/2] Revise CLI for waiting spp_primary launched 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" For SPP CLI, waiting spp_primary launched is useful, but no need if it is already launched. This update is to change the feature as optional. SPP CLI waits primary if `--wait-pri` is given. $ python3 src/spp.py --wait-pri This series of update is to update SPP CLI to do that, and revise output messages. Yasufumi Ogawa (2): cli: output time to start spp_primary cli: change to wait spp_primary as optional src/cli/shell.py | 62 +++++++++++++++++++++++++++++------------------- src/cli/spp.py | 4 +++- 2 files changed, 40 insertions(+), 26 deletions(-) -- 2.17.1