From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by dpdk.org (Postfix) with ESMTP id 10B142BAD for ; Tue, 4 Oct 2016 17:00:52 +0200 (CEST) Received: by mail-oi0-f48.google.com with SMTP id r126so237546543oib.0 for ; Tue, 04 Oct 2016 08:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=+2QiBKzk9oqri5fSefDNNGUj2+MJ1FZiiK45aUJZznc=; b=gxmLBrVkrXmOS6/fLL4Imu1QKVRJYpgSjR/3xpCsL7NZy6kijova8t9KTbXbmZvh2k drEpqDxO0EEjkiv+lnVLoDWou4vgprSeb2lzIHmu2fkPvpJsLj8d+8A3r6RV5XqNv18c MxJuKbucrdwPKgKZiGSfzvwYCNJBkLG3uJ6+d2w1hnOEWeWfmEY41pqTVdaR0bCEguLq /qsvhqmLKM1eUjjWHklHLvNcyBUuVjGCwbTSnoqz244p934eFxBsS5rFHNurOvNALPWo 5MOcwuNrD31Og8Xm20LrJ7nSHqGh/wui3oxvmHqX79NUxp+HP4vcP/SG/9uGoZroLXIr Ay/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=+2QiBKzk9oqri5fSefDNNGUj2+MJ1FZiiK45aUJZznc=; b=Fv1vVBIQ96URp4sBr+8GFZ1/gSScQprd6vGp5CLf2jeU01rZrOm1SdSKnzfV7zFbN3 xW2rB9OISsIaAz6HBuvmbq0A04PaWnJ4T6MNTTGtR5fd2XNnta5tqBHwlsHk6NX1yOqw DRzRNSgUViPMVsiv6mTB8ZJdVx/1EcaL5xq8sYWlb8faukx8a/ev8m3NJlYOXbewtXLm ZRbOUSgWPc1FtYin7njCsXcYef9q6kHu+DidmunIfiUT2rC/cf4J+gatiskvnXQhCPt9 b5fZfjeCMEeMueWHTJ6c6IJnu4Euo6GLY8mEjxvRI/6wqJmHAzrviMm1QqGuTCn5GA+o rVPg== X-Gm-Message-State: AA6/9RkE6utex/e1DtPL2KCVdvI+GERqeWc3HvSi0ncUqqWkLud8p8GI3KodtF85uLvtvxpoAwevZUahBk+tsw== X-Received: by 10.157.48.33 with SMTP id d30mr2500732otc.56.1475593251387; Tue, 04 Oct 2016 08:00:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.95.65 with HTTP; Tue, 4 Oct 2016 08:00:11 -0700 (PDT) From: Chris Pappas Date: Tue, 4 Oct 2016 17:00:11 +0200 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] DPDK with 40G NICs X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 15:00:52 -0000 Hi, I am trying to use DPDK with 40G NICs, starting with the pktgen application. I have a machine with 6 dual-port Intel XL710 NICs and want to use 6 ports at 40G (I think it's possible to use only one port in 40G fully saturated). When I run pktgen, only one of the 40G NIC transmits packets (and it's the last enabled NIC in the list). I launch pktgen as follows: sudo ./app/app/x86_64-native-linuxapp-gcc/app/pktgen -c 0xffff -n 3 -- -P -m "[1:3].0,[2:4].1,[3:5].2,[4:6].3,[5:7].4,[6:8].5,[7:9].6,[8:10].7,[9:11].8,[10:12].9,[11:13].10,[12:14].11" Everything seems to work normally, but typing start all, starts only the last port. Starting with the portid also doesn't work. Any suggestion? Best regards, Chris