From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by dpdk.org (Postfix) with ESMTP id D18DE1BDA8 for ; Thu, 12 Apr 2018 14:32:13 +0200 (CEST) Received: by mail-oi0-f44.google.com with SMTP id c3-v6so4951439oib.5 for ; Thu, 12 Apr 2018 05:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=8q4aNpEUNJXUtJr6pUKA4WN5FzCQ6Kj0N3CkeLPdAz8=; b=T5XqpaqLvfrwcRNqPufvQCSFY5ctftEZJH/LCvApoMnytF+Rf+t2FOuyyDN4QUXh10 3h//v7mLN9hbuNA5d39dR/6gSTUrWFSZaqJdhDLEzMbiUNJo8G0PVH9uLEP75UWd+98w NvBD+eJQ09rJbKK5W+zlNYSE0kWBs67HoE0cEQXzoBqufuMEdnIfYjXHzx1bXM1tKJVe /4rzQ400fjtp+V7oljdQlrCHQu30oC1TaU1O8UJg0IakhoHQTrWcdB5hWIkaN5H4mEbN iqgTDTFUb4tVV30N/BEfLGjmY1qT38cbwuVfsmn5uFuGuYrvtqbBbVRuRQoLrks4qhaq gWNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=8q4aNpEUNJXUtJr6pUKA4WN5FzCQ6Kj0N3CkeLPdAz8=; b=lbeTPeu/FoDjupbhnR6L+rHNapsm7ChFijd62i7W5IwqrgAbZbPFaDNH7ru+T7kf/5 9emIAF5xPQwNeWlOJhs+z+HwbEQM2beK8HyyX1LM4RWndejAZdLoJpN+Np7pd9+WMiWE VKO+7bsHF9gcGA5vW8oA1E8qYJi902tmvPswX0aYM21eTI6Rkx5kLeGvMp2IjV3Y74La X83hf2dC/vgZaIUAv9AgcG0h+pR/q5q6leeQcaiFbnDuwyfbV73Iz12QTe0TN9U473Az b+BtbhzpMEjNC74cQ0jX+g+e4QUwLgYhgpQxjcbdA3CBibGie4tSJktoIpYMIpaUS0ts YR8A== X-Gm-Message-State: ALQs6tCGuQcsDCAlPeHhX/rTExTaitcSHSZf4V9Q46sS1sQzlN3kBtzI /hWgv40JprHcyNFKRq5K/HyhYAB0uMYZntMLUGzH4kzVoUI= X-Google-Smtp-Source: AIpwx4+k2BH++H9RdGZCITy0W/rGKZyktearrCgVq/Wf5HHWWgTG8s13pNpx8BgABKZnjtsLYdt+zJQw2vqn5/DCXSQ= X-Received: by 2002:aca:ba54:: with SMTP id k81-v6mr5790782oif.197.1523536333094; Thu, 12 Apr 2018 05:32:13 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:1db8:0:0:0:0:0 with HTTP; Thu, 12 Apr 2018 05:32:12 -0700 (PDT) From: Dan Brown Date: Thu, 12 Apr 2018 15:32:12 +0300 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] Setup pktgen as a receiver 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: Thu, 12 Apr 2018 12:32:14 -0000 I'm trying to run 2 pktgen instances, on two separate VMs, one act as a generator and the other act as the a receiver. TX is OK, but for some reason the intended RX pktgen seem to receive no packets (RX counters are zero). With no pktgen/dpdk, both RX and TX interfaces can communicate properly (so no network infrastructure level issue I suppose). The cmd I use to init both ends is: './app/x86_64-native-linuxapp-gcc/pktgen -c 0x7 -n 1 -- -T -P -m "[1:2].0"' Then 'start 0' on the TX instance. Is there anything else I should execute on the RX instance for it to start receiving packets? Some more infrastructure details: - Both interface are Intel SR-IOV VFs - Hypervisor is VMware ESXi 6.5 - SR-IOV vSwitches are configured to allow promiscuous mode. - Ubuntu 16.04 Guest OSs - DPDK 18.02, pktgen 3.4.9