From mboxrd@z Thu Jan 1 00:00:00 1970 From: benli ye Subject: Ask help for mlx5 pmd driver Date: Tue, 19 Mar 2019 21:06:42 +0800 Message-ID: <947A2722-DB7A-4FCB-B268-6D5EA28C3D04@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mail-pf1-f169.google.com (mail-pf1-f169.google.com [209.85.210.169]) by dpdk.org (Postfix) with ESMTP id 02A9D239 for ; Tue, 19 Mar 2019 14:06:54 +0100 (CET) Received: by mail-pf1-f169.google.com with SMTP id 8so10244102pfr.4 for ; Tue, 19 Mar 2019 06:06:54 -0700 (PDT) Received: from [10.2.211.140] ([61.120.150.70]) by smtp.gmail.com with ESMTPSA id x62sm25696953pfx.117.2019.03.19.06.06.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Mar 2019 06:06:53 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Could you please help me on mlx5 pmd driver? I have two mlx5 driver = powered NICs (eth0 and eth1) and one is conneted to internet and the = other is connected to intranet. I want to use linux kernel net stack tool like bird app to send ospf = packets and use ssh to login. But when I run the dpdk app and mlx5 pdm = driver is working, the host is unreachable. Do I need to use rte_kni to create another two interface maybe called = eth2 and eth3 to connect kernel stack? Any suggestions? Thanks very much! Bests, Daniel Benli Ye=