From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Content-Type: text/plain 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: , X-List-Received-Date: Thu, 28 Feb 2019 15:38:13 -0000 *** 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(+) -- 2.18.0.windows.1