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 5D107A04DD; Wed, 28 Oct 2020 08:29:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 32B207CC8; Wed, 28 Oct 2020 08:29:09 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4F4CE72F0 for ; Wed, 28 Oct 2020 08:29:08 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id F36555C0136; Wed, 28 Oct 2020 03:29:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 28 Oct 2020 03:29:06 -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= gXSIVbeeJqPfy9qd+NxkMmCUcw+nCRu21kMoyDTx7Ck=; b=ISbt50JIHLFSuCIn j/5y5Fevja1pAGw7pruyk2QMjoe6NZonXlKDG+BPP0uMVwxjf1CrryuvBHIZPlud HwNQZai4YrwPWmTA/peJUFCg/tiJvQsou/XRbPl/FBG9vitJjMkryrMbUfDZhXvx 9NqfTZepetCiVooQHkQWNaeyOSwsuho9J6CyTHr+Jx+6OEP/Lun+c9DIjRbuRQiG 40jyF5eNogW+G/LhfHbiXU5zaM0GRzEXU1Ss5l9W9odOpF17ZcNSVxXfhJ7ynv/N 8k9z4Sq+WBtyTZSIPgUIQAGjOQOJx/b6zekV/YXGblnAXKaVPQBvGi6s7238k52X TZRgMg== 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=gXSIVbeeJqPfy9qd+NxkMmCUcw+nCRu21kMoyDTx7 Ck=; b=fEtFS3E7nXZW4O4Tjr3zwOK2iy2lMr+IP9ICyrhxR7/yCwqBU4a/1ZT4P YyMrfzV0skItGIaxHMhG1Y/CXsOaKMGX0saGq9RDCYN3KTVriNmRONf4ecSFh/C7 hZRSMDtj1nEQYemBKAJdTdrgjLi/CN+btgMBYYbYVI5oz5owPMyBMIdekuvCMf9+ Od3ndYB2G2Zst5zPZRGA5tmMc/82f4ahqaoQY8rDagQQbXlzjnh1g9hU1ceWbQTy uOoeGi5FdQkIPQlhvFKCUzYjTIcDl27pm6O3AKywTZPdgDouvvPeBAtAbVwOBzz5 ZYR8bFX3HmdHzCuC/IFo7AW7bNgYg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrledtgddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4085B3280063; Wed, 28 Oct 2020 03:29:06 -0400 (EDT) From: Thomas Monjalon To: Ophir Munk Cc: dev@dpdk.org, Raslan Darawsheh , Matan Azrad , Tal Shnaiderman Date: Wed, 28 Oct 2020 08:29:05 +0100 Message-ID: <1777291.zFJem7GloN@thomas> In-Reply-To: <20201027232335.31427-55-ophirmu@nvidia.com> References: <20201027232335.31427-1-ophirmu@nvidia.com> <20201027232335.31427-55-ophirmu@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 54/72] net/mlx5: exclude rte_intr_callback_register call 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" 28/10/2020 00:23, Ophir Munk: > Exclude call to rte_intr_callback_register under Windows using > definition RTE_EXEC_ENV_WINDOWS. Rather than describing what is done, it is more interesting to know why. Note: this is a general comment which may apply for other commits.