From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f65.google.com (mail-pg0-f65.google.com [74.125.83.65]) by dpdk.org (Postfix) with ESMTP id 88281231E for ; Fri, 21 Jul 2017 18:05:55 +0200 (CEST) Received: by mail-pg0-f65.google.com with SMTP id d193so5711337pgc.2 for ; Fri, 21 Jul 2017 09:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:subject:message-id:date:to:mime-version; bh=S+eUwDVVcPbGM/fIU2fkolRbseakdpGYnABvFXKtDrs=; b=MAlCF/wALJ6+m346gzlJZ8xzeTa6PTHxz9j+uW2PxndF9VN6+VbgPs69z5PxXIb174 LqPGs3984WSH6FW2y2RpV3oyPVPSEoBbDgbVs9rrBuAREgqu2IOMx+koze/mF8bnp42d L+P1iepZeQ3SDSuiJvcwAqhRKLjUBDlNz2EuftQVak82Ze++ozDhsXP6jKZgZPSQrD7C XrjaR87W+G7gTvkZEL06AtVVpO81nBXx9hdRuHMsr48xR51IsqGypOr2y8PtXvRro3iI Cb2rjCVjVSWRNvRDyDScN5nDPpbDFpOztL+BKGXmCYEN8flzjgjA1Nl3w6ggABkQOtpa XZMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:message-id:date:to:mime-version; bh=S+eUwDVVcPbGM/fIU2fkolRbseakdpGYnABvFXKtDrs=; b=qy90UN/FJb1gh/CNotaPChAq4kCtetpZJG4Y9FXtn8OejFn1vN2NUGkftbkql0fEd6 sRZUEvhNwm4BFXN2iJyTVyHamtQRCNaZsRRhZn4/KJH2q4mz4xYa8MXKGFzXCZyI8duR Boh82EZccQRkzTvJJtxDiMIavsLbfxs6jQdK9EkAFFse9lUANhAl3HhUPYIaOicNuYZx zl5U7DLGOTWZHJSZHFKCbaTYX6zXEmmEA5Zgap39sPhV/BddGWuomGtFaatxu4jOd5HW /MhFSfLVUkoujaeqA12rMAOeHNYvhP1iqqUk9XBmbjHf0AXysBmcaww+3A3761XVbtZR FG1g== X-Gm-Message-State: AIVw112q+Bw9ec0ZmLfEVCUlNgQptosCeBZp8JUc96L/SPOBGZaZE5pq gVwYhxp/UpA4nl/Kjts= X-Received: by 10.101.83.207 with SMTP id z15mr3191421pgr.429.1500653154444; Fri, 21 Jul 2017 09:05:54 -0700 (PDT) Received: from ?IPv6:2402:f000:2:f001:39e3:d2fa:a97d:4f14? ([2402:f000:2:f001:39e3:d2fa:a97d:4f14]) by smtp.gmail.com with ESMTPSA id c191sm12196694pga.15.2017.07.21.09.05.52 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 21 Jul 2017 09:05:53 -0700 (PDT) From: zhilong zheng Message-Id: <6AEDAD78-67AD-49D7-A3AD-6D3B950B9695@gmail.com> Date: Sat, 22 Jul 2017 00:05:51 +0800 To: users@dpdk.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] low Tx throughputs in DPDK with Mellanox ConnectX-3 card X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 16:05:56 -0000 Hi all, I have some problem when generating packets to the Mellanox ConnectX-3 = dual 40G ports card from the latest pktgen-dpdk. The problem is that it can only generate ~22Gbps per port (actually I = just use one port.), not saturating the 40G port. This server has two = 12-cores E5-2650 v4 @2.20GHz cpus and 128G 2400MHz DDR4 memory. The DPDK = version is 16.11. This is the driver bound to the NIC: 0000:81:00.0 'MT27500 Family = [ConnectX-3]' if=3Dp6p1,p6p2 drv=3Dmlx4_core unused=3D I guess that it=A1=AFs the problem of driver. The document shows the = driver name should be librte_pmd_mlx4 (url: = http://dpdk.org/doc/guides/nics/mlx4.html = ), however when completing = installation, it=A1=AFs bound to mlx4_core. Any clue about this problem? And whether it=A1=AFs caused by the driver = or others? Many thanks, Zhilong.