From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 21212A0C47; Thu, 7 Oct 2021 13:53:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A065D41137; Thu, 7 Oct 2021 13:53:38 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id D68B9407FF for ; Thu, 7 Oct 2021 13:53:37 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 53FD35C00E7; Thu, 7 Oct 2021 07:53:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Thu, 07 Oct 2021 07:53:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= Yno1kgJxM1PhDkjZbjm5OhRyktvGfRFJLw7l+n704W4=; b=adDYUkoajMQbfo+v /XcVoM7RMrTLxtfNx9yJGAiPBHxHSpPdZk8wH2ppYUdLUtJwx+Lbh+ho8K/fBg2q OhAh1xBYR78QRrSVtJ0hA//AJkcDOMwqjrcRkJnrGwS/CTP19VrYOKr35a1cRBcg PHu412w5sMjHL6unjtJLlBvcOpgbjF5+mSl76NMUyKV7wY3zmCf9Nin9TZPM0iiW vOjUg2r8IHTEagPKbHJZWdnfggx8fHuJ5ZrX7yhEq2cOPRBioce/wMAQVM9ZXw+w 3HySY2PuBbcICroJB4nCSsc6YfdyZ3F9xUWAVlBbaCLl4rARyxjPggsCWUHfAqOW HYyVwA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Yno1kgJxM1PhDkjZbjm5OhRyktvGfRFJLw7l+n704 W4=; b=J/yDEurOikDeGZedmws7c6uJsbCft/j8KyYkm33YSdk/oDuiOIpeJ5V2i 6jfuxf5DPRAsCGhn1uPvqZGWOOmgB6Yj82YYZgQeQtvmBr8N81aU7oooBErmrjSm IeqEQ4/Y3XBhp8BG2/o3Dgz4wWDN90PSA9W0D4g2loFZ/vPXmD9PC7rD7W7oGIdZ uHLrpxxygrZhFNwsaNUhL11LofPLm8JeKu+8Z/gSyUHEVwXqLguYkA1NsDj4WPUu bgHX4FhPC3CbkuJtxyMN87S/c2EYT/Qiska8HwUVqzey3fgGdqi4ZJZoBXhcq08K 37v3kQgju0sNloiNTdE1zeji2lbyg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudelkedggeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedugefgvdefudfftdefge elgffhueekgfffhfeujedtteeutdejueeiiedvffegheenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrd hnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 7 Oct 2021 07:53:35 -0400 (EDT) From: Thomas Monjalon To: William Tu Cc: dev@dpdk.org, Dmitry.Kozliuk@gmail.com, david.marchand@redhat.com Date: Thu, 07 Oct 2021 13:53:32 +0200 Message-ID: <2828542.57MZJFCXmv@thomas> In-Reply-To: <20211006223544.1882-1-u9012063@gmail.com> References: <20211005170252.7-1-u9012063@gmail.com> <20211006223544.1882-1-u9012063@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 07/10/2021 00:35, William Tu: > This patch enables building the ixgbe driver for Windows. > It also enables its dependencies on security and cryptodev. > I tested on AWS using ixgbe VF device, using dpdk-testpmd. > > Tal Shnaiderman (3): > security: use the net library for IP structs > security: build on Windows > cryptodev: build on Windows > > William Tu (1): > net/ixgbe: build on Windows Building security lib depends on cryptodev lib, so I had to swap the commits. Fixed other small stuff as commented in the thread, and applied, thanks.