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 3171BA0524; Fri, 27 Nov 2020 21:13:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91CF4C950; Fri, 27 Nov 2020 21:13:53 +0100 (CET) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by dpdk.org (Postfix) with ESMTP id 1564FC94E for ; Fri, 27 Nov 2020 21:13:51 +0100 (CET) Received: by mail-wr1-f44.google.com with SMTP id 23so6764867wrc.8 for ; Fri, 27 Nov 2020 12:13:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mayadata-io.20150623.gappssmtp.com; s=20150623; h=from:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=55FXodbkQzpYqt7IrboSRg0TYBjG5sRNVccGwpuvQJg=; b=SofyHrxyck+3jxxpVWMowb/BEBm1c7i38MQDZl7sEXOh4bbf5XF5m3xmMBiEk7yj5m Ou8qU6/CeFgYl2fsZFek4hqIrkOWa0dqfZGllBYWAG+yUNYIe5Ze2CPt6oIO0dPyR3uK Txlvqmd+mSIhvb65AgYUo+Mg7NUVGOGigQbIApJpMku9M9lD/6rRC1LcvTzwLBw7eNZE ypYjxJ1m5oM5DeM0hNArMr2cRdziOkmiUbIftUmEo4Cfp0lAOjKqaCmPTmHrjrafYg1U DSKIBgTuR17X79giO4OiD1jV5aoOUz5/wZWFbwdAlycgF1BuPM3vPW+G4Qq6PMnIi8nK MokA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=55FXodbkQzpYqt7IrboSRg0TYBjG5sRNVccGwpuvQJg=; b=dmqPe3UEkb31IQSZxGkt4c2hqISoYQQsi7JG9GP8N9rzwVYZrnsP5YqS45PSECpuzm KyQ3lAPPLbeE+10hiqb3cpJNqKPclsGgr23PX8OW9OSYevGeLO06wPhec9Q0qCOAcztU 2kfLVniZEk8aRh5vxtq3St3Vw2kAiypJSVU3XBHMg+hJNuXIU1O/aGRdSUVn82q9GnDP KYgiojEftMRgTBasBXILV0IbnK4wAKGXtv1iib2hoAY8rxYTkjJA4mj7ZLX2DWhJ8n0I idK+KVJjrJPUAlAckaH/Ik94lqMknQgI/TIcHRyEjUx8nYn0j3CMWgy+GgZZVjV4ZDfP TDLg== X-Gm-Message-State: AOAM533TVdK9jyup4diQPkQkrYuAXzLKeb2CcAh7DQZpNQ7UPEWCy52j 0+Eo+JMvLE3V3NJxJLNu8wzt99OuX0gw8uel X-Google-Smtp-Source: ABdhPJzRIFdCB6lppix5VaWdB7D7WD7iNy0BAJadOS2CU1h9SKGmgXqgcvcLgLHgenkox4fcLmD1iw== X-Received: by 2002:a5d:4388:: with SMTP id i8mr13199831wrq.262.1606508030061; Fri, 27 Nov 2020 12:13:50 -0800 (PST) Received: from [192.168.0.33] (cpc98320-croy25-2-0-cust77.19-2.cable.virginm.net. [80.235.134.78]) by smtp.gmail.com with ESMTPSA id q81sm15423601wme.34.2020.11.27.12.13.49 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 27 Nov 2020 12:13:49 -0800 (PST) From: Nick Connolly X-Google-Original-From: Nick Connolly To: "dev@dpdk.org" Message-ID: <303a517f-afcb-e389-8f48-a849d7a0c3d7@mayadata.io> Date: Fri, 27 Nov 2020 20:13:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: [dpdk-dev] Windows support 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" [Apologies if this is off-topic - just thought it might be of interest] Thanks to the excellent work that has been done to get DPDK running on Windows, it's now possible to build and run SPDK on Windows! (The SPDK is a high performance user space storage stack based around the NVMe protocol.  It depends upon DPDK for memory management and device access). The project is in an alpha state, but it can stand up an iSCSI target and serve disks (more info at https://wpdk.github.io). Regards, Nick