From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1724BA0543; Thu, 15 Dec 2022 04:22:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A01C40684; Thu, 15 Dec 2022 04:22:21 +0100 (CET) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id 6AD23400D6 for ; Thu, 15 Dec 2022 04:22:19 +0100 (CET) Received: by mail-pj1-f44.google.com with SMTP id fa4-20020a17090af0c400b002198d1328a0so5406929pjb.0 for ; Wed, 14 Dec 2022 19:22:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=NMisa0HpHr5OG6HHagKyR01nQmubT63PAArOGEM0rMw=; b=vApcrFf/bg+8jbECmY4yPdconSLbIh6TEADPaNbDunabJ8q10Pt0Y5fgJgYSCluQRL pksRWweMkhNMK6a8Dk/8QZTzvhLtx7XkYEmjTfLD3hxfpsqjuHltexQrVMyEBNh5l/kR 0Dl3KExtp0yb1CCWxIiXIj/MfD4j7FCOmGZrbPF2H2nEvzOTG/RfE74EJkpOLJtZeujK aSQN6d08c95epxLZ1NPNULveZHK8e8KA8FYMtFrKpXO6wqP918ihm8cfDaVLJ3eIYl1E HgAuWzVMBj5qS/V+UO17R8rwWFNstzF6friuPZv7e39byLqs0pbyDHuyOuSF/19PYNDM ngJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NMisa0HpHr5OG6HHagKyR01nQmubT63PAArOGEM0rMw=; b=WiWNQY7lUQ0tPTqqV7LDhOn6F1y89wMd374rD9HNfRZeLLQ/y/hHLXZkY4cZQTyGjz 7tGZoRJRI/QIDMTWkBIa9ruHh1keCvM5R/S48uL3Zdo1qOSHjKQBEbP7/Dn00coVaRMP WMcN3q1RSt/msMCUMYvm9YHfIcoAME+AhSq3xHrm9BtHh03JCqbQ9gqUcAIjbUD12oW7 0CueT3/1GMnxx/caGq49v5IoO2Y0p7GXQiloxJT2bvbAyj0jskLG1HVuVBsAjmBXchdX JnH1N0N+iMECco+LfbkfrUOX6DjO91gHcZBv3+uqln4YPsgjJ7OMiBetzTZ2zVjsJMKM AcHA== X-Gm-Message-State: ANoB5pm64DRKtSTEl9VNntQM3HhWGYn7VWau38YPvlUCgLKm/mVHlQ+6 bQYpoxEFenpsKWOcEOjEPzLZZA== X-Google-Smtp-Source: AA0mqf5AagLvJTK+ICX8s1qx1KQl+qQVoVjWubSqjNX1QZSG+MHtMEXrHpPVmuN0wdT5GPLQlEulTA== X-Received: by 2002:a17:902:74c5:b0:187:dc9:ef64 with SMTP id f5-20020a17090274c500b001870dc9ef64mr29684143plt.60.1671074538575; Wed, 14 Dec 2022 19:22:18 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id y4-20020a17090322c400b001896af10ca7sm2560982plg.134.2022.12.14.19.22.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Dec 2022 19:22:17 -0800 (PST) Date: Wed, 14 Dec 2022 19:22:15 -0800 From: Stephen Hemminger To: "Kadam, Pallavi" Cc: , Bruce Richardson Subject: Re: [PATCH 2/8] net/ring: build on Windows Message-ID: <20221214192215.7adf648d@hermes.local> In-Reply-To: <51cd4498-fb28-bcff-3ad4-1108da87ecc8@intel.com> References: <20221201014440.11896-1-stephen@networkplumber.org> <20221201014440.11896-3-stephen@networkplumber.org> <51cd4498-fb28-bcff-3ad4-1108da87ecc8@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Wed, 14 Dec 2022 15:18:08 -0800 "Kadam, Pallavi" wrote: > Hi Stephen, > > Thanks for enabling this support. > > On 11/30/2022 5:44 PM, Stephen Hemminger wrote: > > This driver builds ok on windows, but need to modify the > > test meson build to skip the eventdev test on Windows. > > > > Signed-off-by: Stephen Hemminger > > --- > > There is still a build error with clang compiler on Windows > as mentioned by Dmitry: > > ../drivers/net/ring/rte_eth_ring.c:542:12: error: use of undeclared identifier 'PATH_MAX' > char name[PATH_MAX]; > ^ > #include is missing > > > It is in the mingw version but not other compilers.