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 F39A1A04B0; Fri, 14 Aug 2020 22:02:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 49EE01C11B; Fri, 14 Aug 2020 22:02:48 +0200 (CEST) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by dpdk.org (Postfix) with ESMTP id F3A761C0CE for ; Fri, 14 Aug 2020 22:02:46 +0200 (CEST) Received: by mail-lj1-f196.google.com with SMTP id y2so2163312ljc.1 for ; Fri, 14 Aug 2020 13:02:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lFMt81Im66qB0QEwFiVbEpBDgbvXy+z9npevq3Re8MY=; b=dvYySupSijgT0USParAyu6hufi0cc+CznLslSYFYM+/pcSNdDZTHcjaHtsDubQTm+B x0p69A6MrazK6YBIo7dbv6uA3bTRDRcse+fmXClo5U85CZ4kasqCZZub4gWIUi1p75K1 zQvRzJqxnc6ffRXIiZYcdSLoLV+eB7J9Y1rj6istgYLaCWNHnjcws9giOhyH2e0c1T4H M4v4BO6KgszBkO0IObPS89xe0ZI38VVUQviU39ygC13splMXqxFIoDIf4UC6Ju2EqkXp a2XqlQKsthBQq/EBl+et0FZMfDNKHkyqgVGrgiDtxilQrTq53BaVE7faIv6GulfvMA9t lpUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lFMt81Im66qB0QEwFiVbEpBDgbvXy+z9npevq3Re8MY=; b=nVsbSx4D9G6Pe216zdDK/XQrIg/Adn5q97IeLF7Es15RKG7ULhfEZWMokQ3m3BzPBA +bguav+NETYQ27Yf3CYfYd2VjIvAtbjkcszPZbHCR9sX1xSgIM1JlyFp5URkTB5FcXrv jjurt1aQkAsUJbnAvQ9rAoZvw9+TiRyRSaWQrc+rdbI4HgaRfUurnf0dUV20ZQxUpipn LTdUvz99RXSRX3Cb1SPUVKaRAxKtvbCeB6k6JWLeYCEAlSds2ih+wVL88Rq4s/xr7yy9 JZYiDpIZGNqRxkUB86JOQmtxIxrXo7piHbfGB+epda6dZo65THNuq3u8vbW4G+CxjhDW nhhw== X-Gm-Message-State: AOAM533F6XdJcnkaJ9ApAfqK1K3c//OpKlvKOjfA6T8VCSaCkV/eoDQb sVSETHquwORXRSE+8F/G+18= X-Google-Smtp-Source: ABdhPJyoiI25HopPw1Xu4vq4M7rGSqo8meIMx+xtjzoGoYp2+G4KPiw6/2VzdMPxo4aYP9CvUqqbtg== X-Received: by 2002:a2e:9f46:: with SMTP id v6mr1910505ljk.66.1597435366567; Fri, 14 Aug 2020 13:02:46 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id p9sm1944556ljg.76.2020.08.14.13.02.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Aug 2020 13:02:45 -0700 (PDT) Date: Fri, 14 Aug 2020 23:02:44 +0300 From: Dmitry Kozlyuk To: Narcisa Ana Maria Vasile Cc: dev@dpdk.org, thomas@monjalon.net, haramakr@linux.microsoft.com, ocardona@microsoft.com, pallavi.kadam@intel.com, ranjit.menon@intel.com, dmitrym@microsoft.com, Anand Rawat Message-ID: <20200814230244.0325d2b1@sovereign> In-Reply-To: <1597360905-74106-12-git-send-email-navasile@linux.microsoft.com> References: <1597360905-74106-1-git-send-email-navasile@linux.microsoft.com> <1597360905-74106-12-git-send-email-navasile@linux.microsoft.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 11/22] Updated Source and Project files to use Clang toolset 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" On Thu, 13 Aug 2020 16:21:34 -0700, Narcisa Ana Maria Vasile wrote: > From: Anand Rawat > > Updated the code for using LLVM toolset. The code still uses > msbuild and VS2017. Some header files and windows specific > utility functions are removed due to conflicts with Clang > intrinsic functions. Project files have been updated to use > LLVM and additional project settings for Clang. > > Change-Id: I274de21379287c664e072f58e94271c654afe603 Not sure what this means for DPDK. > Signed-off-by: Anand Rawat > --- > kernel/windows/netuio/netuio_queue.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel/windows/netuio/netuio_queue.c b/kernel/windows/netuio/netuio_queue.c > index 929192880..760b4a7e5 100644 > --- a/kernel/windows/netuio/netuio_queue.c > +++ b/kernel/windows/netuio/netuio_queue.c > @@ -156,8 +156,8 @@ netuio_evt_IO_device_control(_In_ WDFQUEUE Queue, _In_ WDFREQUEST Request, > break; > } > > - // Zero out the physically contiguous block > - RtlZeroMemory(netuio_contextdata->dpdk_seg.mem.virt_addr, netuio_contextdata->dpdk_seg.mem.size); > + // Zero out the physically contiguous block > + RtlZeroMemory(netuio_contextdata->dpdk_seg.mem.virt_addr, netuio_contextdata->dpdk_seg.mem.size); > > // Return relevant data to the caller > status = WdfRequestRetrieveOutputBuffer(Request, sizeof(struct dpdk_private_info), &output_buf, &output_buf_size); Subject does not match content. Is this commit needed as standalone?