From patchwork Thu Aug 13 23:21:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Narcisa Ana Maria Vasile X-Patchwork-Id: 75518 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E24BCA04B1; Fri, 14 Aug 2020 01:22:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 24B731C0C6; Fri, 14 Aug 2020 01:22:23 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 29C931C0C4 for ; Fri, 14 Aug 2020 01:22:22 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 597EA20B4908; Thu, 13 Aug 2020 16:22:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 597EA20B4908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1597360941; bh=XockA8LbzSY/gwqPxCV7yu3ncBPgnOY47NWzHi+iGds=; h=From:To:Cc:Subject:Date:From; b=JaKs2sI4Xc9Br93uhpkUaoRXmW71tvpmWPpaKX479PIQYUxodrq4efzGFVz+Tnmkl VI38Z1jVYW3rJztIXwQ7r+DzL6jUTWgEcv8MxcZZ1m2mwQRsIXPFXK/rjwxshCaO2R wb1ym0yEtVUJkmTpoXzrp9j33r1frL0/VRlvQjo4= From: Narcisa Ana Maria Vasile To: dev@dpdk.org, thomas@monjalon.net, haramakr@linux.microsoft.com, ocardona@microsoft.com, pallavi.kadam@intel.com, dmitry.kozliuk@gmail.com Cc: ranjit.menon@intel.com, dmitrym@microsoft.com, Narcisa Vasile Date: Thu, 13 Aug 2020 16:21:23 -0700 Message-Id: <1597360905-74106-1-git-send-email-navasile@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 00/22] windows/netuio: add netuio driver for 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" From: Narcisa Vasile The NetUIO driver for Windows allows the usermode application to directly access the hardware and allocates the memory that gets mapped in usermode. Anand Rawat (1): Updated Source and Project files to use Clang toolset Harini Ramakrishnan (10): Windows DPDK libraries and applications have now been updated to the latest public release v18.08, of the main DPDK source. doc: remove embedded buffer from Windows UIO ioctl Windows DPDK libraries and applications have now been updated to the latest public release v18.08, of the main DPDK source. doc: change the Windows UIO driver's default security descriptor to admin only doc: remove lower bound on mapped address from Windows UIO driver doc: remove embedded buffer from Windows UIO ioctl uio: move SDDL string to INF on Windows uio: Fix 64 bit BARs mapping license: update headers with BSD 3-clause license: doc: updating REAME for NetUIO driver Jason Messer (2): Initial commit of UIO driver for Windows Added new core libraries for Windows Narcisa Vasile (8): Update .gitignore and create .gitattributes uio: Use local time when verifying INF DriverVer uio: Remove co-installers section from inf uio: Wrap call into try/except block uio: Use request handler that guarantees execution in correct context uio: Change the device setup class to a custom one Enable DMA remapping through INF directive Move all files under windows folder Thomas Monjalon (1): init DPDK repository Acked-by: Harini Ramakrishnan