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 E5EAAA04DE; Tue, 26 Nov 2019 23:54:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87A2C3195; Tue, 26 Nov 2019 23:54:31 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B31ED2C60 for ; Tue, 26 Nov 2019 23:54:29 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4C093226D0; Tue, 26 Nov 2019 17:54:29 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Nov 2019 17:54:29 -0500 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=mesmtp; bh=uEhgQBfoXRJPvoDTzcjIkL7bkD1GomDOT8xzTDPWkGU=; b=XGpNwRdp3GPn FNQdcVTOYPRLXGaqlYGsHMe5KWIeCwG1EymiVYUEFeZG3amF3wOA+1N8T84r0H4r b1WKVm6LNNPsB4A6Mdfvfv8iWAY12OlaH5AChUiC689IZBQ3rkoLG8c7Hv2FVb2u mJ2QbAyoQYp7BHmL+pX7XEOHTCbQcec= 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=uEhgQBfoXRJPvoDTzcjIkL7bkD1GomDOT8xzTDPWk GU=; b=BALB/Xeu66tTawAsU4Pm9fw7U76449fD15M0uZrDYZeefHrXKoxnW7gBg EZZmN/oF2uh3EPYOruZS40tjh/wcsvQQ96Y5qUwpfAhIVEt18VLJ+zaaWhR+n8EF CrxdA3wx3Q0X8Ii51lbEYFz/EbvytYJ29ZuqIGMfF8v8+Funon3uWbBbdvEk1B3R 5IA3Q3ZJNC0HzfVw8m1MPGXNW1ZltMJ/ETU7GYaSj+32/nG+SoMXloeP4qr7c7z9 pnpHs57Gi5icKUE/vGQv0og1zefMiSE6zHuHd6WXr21QySepOuIJ2WXlWjF4/S9A SA2OCgpuwmA6lRErLPy7U3RfUa+Iw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeigedgtdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd 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 29B8F8005A; Tue, 26 Nov 2019 17:54:28 -0500 (EST) From: Thomas Monjalon To: Hui Wei Cc: dev@dpdk.org Date: Tue, 26 Nov 2019 23:54:27 +0100 Message-ID: <2778231.itDTuZCLHa@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] usertools: fix bind failed can not regression 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" 26/11/2019 07:49, Hui Wei: > nic bind to mlx5_core, enable sriov, nic has one pf and 8 vfs, > bind pf to vfio-pci failed, can not regress to mlx5_core I don't understand what you try to do. For info, mlx5 does not bind to VFIO, but uses a bifurcated driver model.