[00/22] windows/netuio: add netuio driver for Windows
Message ID | 1597360905-74106-1-git-send-email-navasile@linux.microsoft.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> 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 <dev@dpdk.org>; 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 <navasile@linux.microsoft.com> 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 <navasile@microsoft.com> 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Narcisa Ana Maria Vasile
Aug. 13, 2020, 11:21 p.m. UTC
From: Narcisa Vasile <navasile@microsoft.com>
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