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 D01F1A034F for ; Tue, 23 Feb 2021 16:59:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45BE04068C; Tue, 23 Feb 2021 16:59:25 +0100 (CET) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by mails.dpdk.org (Postfix) with ESMTP id 7FD534068B for ; Tue, 23 Feb 2021 16:59:24 +0100 (CET) Received: from tanguero.localdomain (unknown [95.82.135.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id 1C3F8400064; Tue, 23 Feb 2021 16:59:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2-2020; t=1614095964; bh=yJ5EBkiQ9Ck94zPoGE21GzO2YF2pWxCQ2PK4xBQCZtY=; h=Date:From:To:Cc:Subject; b=Jb43XZEM+ep1cbsOKBHVZh11B+YvQJoMd1+J1paeVGjoeBPQZwsZYiqEk+Gb98EgI XdZlLlgdEDeOP8ejnz5aS2OyXeeYkEXLxNlR4VM1uDlEtEbO8WM8stwMB9sOaKuJlF KxyPGqMEQ63mJQvUh1y4m2YpTKHmEE6FR4lo0wkvNIwiPFmvuAuMKab31obyy9Aj/W SsAvHWwvCvXiZuifw6Ahlu/DWapR5HHEA2ZKCf1mqMJBtpC7euOo+alxu+j96UKZMd PxAwkM/q0EPFkmJK1/cwl8QvhSr5h7/s3OPGFAZbO/QH+6oj5ZrfCq7kELXUXcttHM CZone1w53DO+A== Date: Tue, 23 Feb 2021 16:59:21 +0100 From: Jan Viktorin To: Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko Cc: users@dpdk.org Message-ID: <20210223165921.2b8847a5@tanguero.localdomain> Organization: CESNET MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [dpdk-users] does mlx5 support lpbk_mode? X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hello, can somebody please tell me whether lpbk_mode works for mellanox NICs? I found 65c9d24170c9 ("net/mlx5: enable loopback by configured mode") that seems to implement this feature for mlx5. But setting lpbk_mode in rte_eth_conf does not seem to work for me (ixgbe works with this). Are there any other ways how to configure such HW loopback-mode mellanox NICs (both mlx5, mlx4)? Thanks Jan