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 0F7ACA052B; Thu, 30 Jul 2020 23:08:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1CD61C0BE; Thu, 30 Jul 2020 23:07:37 +0200 (CEST) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) by dpdk.org (Postfix) with ESMTP id DBAF61C02E for ; Thu, 30 Jul 2020 23:07:30 +0200 (CEST) Received: by mail-lf1-f68.google.com with SMTP id v15so11186976lfg.6 for ; Thu, 30 Jul 2020 14:07:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CxZvlUmllN7m5FVGrB3HPxfF3i00eylYQhBMfud2LDg=; b=CAp9Ooetl11QAvffRk1wXCv9jdX7Mix/nARcEh8GrSkHQkS+2wGWAgLjOW348k01HE JHTHy2Go17j98IYBeqdP1a1jXa9BNJ2NejokdzVpIjQ5fBcpfj+DRZXRrFrAewJvlZ73 uuqhsBhlgXbaKdyN3PnilAqwmTSDLCogrfqNv0EA3X/kCqzRPkkgQdGVyJhRQEecvfwh M8Wmrf07FFLzDHZdRfcIQSk2csWCU0Dl44+Da6iyK22zCMkAJTcP/rk92l072pGiURqV Wk9yWneHEPNwz8yujcbrRSdmY2t06RIdChf6uJjL1diGPaM78YA9nU2puJrkjZsQxgWG +T3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CxZvlUmllN7m5FVGrB3HPxfF3i00eylYQhBMfud2LDg=; b=JQCoXQZgIH5oWEJ776HYDNCgpcZwyO+EQMtiYP+31IavZyKdnsvCpp4Y2obUnPj4Ya EzzNzobXq7RfoJDB81RRxYrvvVXnv+uX59aQHE8sXl+5I2JgbnLvnGReYp8dqtUohZn2 nkc4wrumZm8DYjgEe1rCZHoTAA3F2+rLxDnzPJbwNjwrJVbjuizwS1q/aEm4YLGX1+Kk /E7QU3aVWR+G/n5G8vMMMLB4C8ElXqZulg3t4HRGQAmrhlzvBszVSzOQSFX3tLEEzQrh Z6Cw/PpzJ1iMT4Ip6ep+HBwV6lRwl6uqHW0PPaUIA70iIAilqg9fEIdqVlMDw9SqFYq8 wgqQ== X-Gm-Message-State: AOAM531r1tW3PM/XAUhEuqelyf2lAJBB5JpVYv9KGbb7dw5UyjOHykp3 1g5JvByL4Nvt1EoOmuf2svWjzXtp1jW3ZA== X-Google-Smtp-Source: ABdhPJwPqh3FUdikiSvcPjIFMSO07FJ4YyiI9ydMZaSa/1q/coYmDCHFZFmz0wAwMraeQeHbV4gofg== X-Received: by 2002:a19:9149:: with SMTP id y9mr260450lfj.81.1596143250250; Thu, 30 Jul 2020 14:07:30 -0700 (PDT) Received: from localhost.localdomain (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id y9sm1257763lji.49.2020.07.30.14.07.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jul 2020 14:07:29 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Malloy , Narcisa Ana Maria Vasile , Fady Bader , Tal Shnaiderman , "Kadam, Pallavi" , Dmitry Kozlyuk , Olivier Matz Date: Fri, 31 Jul 2020 00:06:51 +0300 Message-Id: <20200730210652.14568-8-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200730210652.14568-1-dmitry.kozliuk@gmail.com> References: <20200620210511.13134-1-dmitry.kozliuk@gmail.com> <20200730210652.14568-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 7/7] examples/cmdline: build on Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Enable cmdline sample application as all dependencies are met. Signed-off-by: Dmitry Kozlyuk --- examples/cmdline/commands.c | 1 - examples/cmdline/main.c | 1 - examples/meson.build | 6 +++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/cmdline/commands.c b/examples/cmdline/commands.c index 0e2232f03..f43eacfba 100644 --- a/examples/cmdline/commands.c +++ b/examples/cmdline/commands.c @@ -11,7 +11,6 @@ #include #include #include -#include #ifdef RTE_EXEC_ENV_FREEBSD #include #endif diff --git a/examples/cmdline/main.c b/examples/cmdline/main.c index f2f2e5a2f..bb7954245 100644 --- a/examples/cmdline/main.c +++ b/examples/cmdline/main.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include diff --git a/examples/meson.build b/examples/meson.build index eb13e8210..2b8ebce3b 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -79,9 +79,9 @@ foreach example: examples ext_deps = [execinfo] includes = [include_directories(example)] - deps = ['eal', 'mempool', 'net', 'mbuf', 'ethdev', 'cmdline'] - if is_windows - deps = ['eal'] # only supported lib on Windows currently + deps = ['eal', 'mempool', 'net', 'mbuf', 'cmdline'] + if not is_windows + deps += ['ethdev'] # not currently supported endif subdir(example) -- 2.25.4