From patchwork Thu Feb 28 15:38:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Birks X-Patchwork-Id: 50645 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1B2F93576; Thu, 28 Feb 2019 16:38:15 +0100 (CET) Received: from EXCH2-CH.activfinancial.com (exch2-ch.activfinancial.com [66.150.109.182]) by dpdk.org (Postfix) with ESMTP id 1E48B3572 for ; Thu, 28 Feb 2019 16:38:13 +0100 (CET) Received: from ukserver.activfinancial.com (172.16.13.2) by EXCH2-CH.activfinancial.com (10.193.181.109) with Microsoft SMTP Server id 14.3.389.1; Thu, 28 Feb 2019 10:38:06 -0500 Received: from activfinancial.com (MARTIN-BIRKS2.activfinancial.com [172.16.13.180]) by ukserver.activfinancial.com (Postfix) with ESMTP id 494BD3C2 for ; Thu, 28 Feb 2019 15:38:05 +0000 (GMT) From: Martin Birks To: Date: Thu, 28 Feb 2019 15:38:01 +0000 Message-ID: <20190228153803.22756-1-martin.birks@activfinancial.com> X-Mailer: git-send-email 2.18.0.windows.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] *** dpdk-draft-windows X710-DA2 compatibility *** 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" *** An effort was made to get dpdk working on Windows Server 2019 with an X710-DA2 card. This required the minimal changes as in the patches. *** Martin Birks (2): kernel/windows: Added support for X710-DA2 to inf file. kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that SDDL string can be set successfully. Fixes: 9087d5ff8375 ("doc: change the Windows UIO driver's default security descriptor to admin only") Cc: haramakr@microsoft.com kernel/windows/netuio/netuio.inf | 2 ++ kernel/windows/netuio/netuio_dev.c | 3 +++ 2 files changed, 5 insertions(+)