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 ACCD9A0471 for ; Mon, 12 Aug 2019 09:13:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A53511252; Mon, 12 Aug 2019 09:13:17 +0200 (CEST) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by dpdk.org (Postfix) with ESMTP id E248CDE3 for ; Mon, 12 Aug 2019 09:13:15 +0200 (CEST) Received: by mail-pl1-f177.google.com with SMTP id w24so47518625plp.2 for ; Mon, 12 Aug 2019 00:13:15 -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=wnsDib/4wqNLKH/vba8cq6RvafXdHJO3199IY1W9jvI=; b=QTs+XRSDAIOoQHuWizgJ/kCaUXOtvUctvnVj7WmLV9FuAkFCtHUZv9Z0QcYyd810dS 0gr6oTkvmROCvFFCzTkqKPcrXJopG7nqji7zzG44WfbNurrUPOD7yqKTWtb1LHRqWpRh dmfM31kwZlQvbknBBXbv+TbRoJKzAmObZPc/0R0nhmIKTE6/kOtRYTp/wzgdjjhv4e2D wCeuAV6AEHQJGWDCKiiOm0oEyuctnf+ez3zH2vJ9n8BCf/xMGeFgvWMO74aksSUFHahD +84U55iZ4NmS285miS+Hx7x1Dv3x1Cbi/4N6EjyU4SeWdNupWyFnahImS21XT+UO8Vev tRtg== 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=wnsDib/4wqNLKH/vba8cq6RvafXdHJO3199IY1W9jvI=; b=MRaEa7niG9GgF7zZD8z62texXERkrbfBKGcWQJq65JdqhI/VS4hDg9sbMmmUJEihaM t/XYVSv92bevGwU63isIfilxcQhhyY+eFatDqba5t9s4F8mKlilTccPa9rBzq4pc9Tpi jXRY58cyviLknFHbkH8BH/myjLHZcZJmNMyLmpM7XMN5J/1RF9keszlzt3j2XJtPxvY1 hxlsbRyHVtFJU3Chk3eL0Oaw41a8V5MD4rkKMLEHYp4Qdk69eMTula46YxZiIm3ktzIO gVzlUXl9XRr0xIIyLjcyigNWaYRbQwpWNhOz4A0t4Y3D7Pm48v5+HsUojHlFj9mFoZb+ ZV8g== X-Gm-Message-State: APjAAAVYq+m0FMzY79ESSo4xHfSjApK1I+bPjDQWaLJBjHC0SXmRW2CE t2fQAvlEBvrgMxMMFtFxaHF0w965 X-Google-Smtp-Source: APXvYqzGrx9KdGX0zQpxvG/h/xKD0lzjIT1Z8EdsyYTTQluRvBU8+EAnV6vi8ySHhHMOnmgV5eaY4w== X-Received: by 2002:a17:902:7202:: with SMTP id ba2mr32327316plb.266.1565593995150; Mon, 12 Aug 2019 00:13:15 -0700 (PDT) Received: from localhost.localdomain ([2400:4050:c8c2:de00:8000:cb51:dfcb:76c]) by smtp.gmail.com with ESMTPSA id v22sm102073794pgk.69.2019.08.12.00.13.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Aug 2019 00:13:14 -0700 (PDT) From: Yasufumi Ogawa To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Mon, 12 Aug 2019 16:13:06 +0900 Message-Id: <20190812071309.18991-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 0/3] Add blacklist EAL option for SPP container 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" PP container is expected to be used on a host which has no ports on host for simplicity. However, it might have some port in a realistic situation actually. In such a case, ports on host should be excluded with blacklist option to avoid confliction using the same ports from SPP on host and app containers. Without this option, system causes unexpected behavior. This series of update is to add blacklist option ``-b`` and ``--pci-blacklist`` to app container tools and descriptions of usage for the option in documentation. Yasufumi Ogawa (3): tools/sppc: add blacklist and whitelist options docs: add two optiosn to examples of sppc docs: add usage of blacklist for SPP container docs/guides/tools/sppc/app_launcher.rst | 29 +++++++++++--- docs/guides/tools/sppc/getting_started.rst | 45 +++++++++++++++++++++- tools/sppc/lib/app_helper.py | 17 ++++++++ 3 files changed, 85 insertions(+), 6 deletions(-) -- 2.17.1