From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by dpdk.org (Postfix) with ESMTP id B88BC2C4B for ; Sat, 12 Mar 2016 18:30:36 +0100 (CET) Received: by mail-yw0-f171.google.com with SMTP id d65so124817150ywb.0 for ; Sat, 12 Mar 2016 09:30:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=L9AjUYcJrRKOVUYKq/G+aETWCmeIHK32QH8lkFSxAVg=; b=pID2hHPEFsaz7akz2W55cEqfN8NfBbPGXcfPyiyfMPaS7QlfOTQP6tbI3pVfOB3uD1 t8xzdEgECoHxsTN+SqSGuZULNndSShu04vO+1fdTUCAUAdzfw7CGW+qbhiSxoB7e57wX mMWhYW3ViD6KW8yD7vKGpk2s22FG39JK8xrRKA+lVuP8AeHJSf+X0fZsRi0oyBPTidqW hJ03yhnBrJH/4+al9e6saepc+BcyJUj6mbhJIw8aL1pojT6GSIzcD6jC/1MPRMuXQZGH mLTn0VMNrPP+Da13cKEjgT22n040+Jh7tNHld+cT2ZInDSWlIjlRsyS7Cs+tpR1iDK1G qZ6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=L9AjUYcJrRKOVUYKq/G+aETWCmeIHK32QH8lkFSxAVg=; b=EbZ5LZKArLKcFLEjptCQ9IqHoKlkwhZW9e285pkyyijtnMkOvv3LMGE9lhSOGH+OZ4 I6kH9A1gHJSZokUkZzm2CUXeWIK7uOZCz7F0hideQqZEgWXKYI/dC83DBC6jrpllJ32p u8c0mB/FsaJyAMkBPlytZK1iazwxwm+ksH9NCE17+3n8gII3U5+fb+zF0WM6icNS+lhU I0oe6a1uQVnQfi7EbahzSm1IET5MZk+5a52Kee8mHdIaYmY5L+tiwv3VhacJFu+DJ6gk jrx4b1BW4Lscg+Avg3dRiiEM2xDfNBSq5QfoDjwaZdYh/GON92JgaNWsQkvZp04z+Jly hqVw== X-Gm-Message-State: AD7BkJLch0s2JgdfsFicgfwmhn+eqMprdysC7u5QVpmXR0k7DYB4Xi40eAUoeFbbHMPX9g== X-Received: by 10.37.86.10 with SMTP id k10mr8631222ybb.174.1457803836253; Sat, 12 Mar 2016 09:30:36 -0800 (PST) Received: from mail-yw0-f182.google.com (mail-yw0-f182.google.com. [209.85.161.182]) by smtp.gmail.com with ESMTPSA id l140sm8879278ywe.21.2016.03.12.09.30.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Mar 2016 09:30:34 -0800 (PST) Received: by mail-yw0-f182.google.com with SMTP id g127so124733475ywf.2 for ; Sat, 12 Mar 2016 09:30:34 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.37.13.16 with SMTP id 16mr1665234ybn.152.1457803834077; Sat, 12 Mar 2016 09:30:34 -0800 (PST) Received: by 10.37.59.21 with HTTP; Sat, 12 Mar 2016 09:30:34 -0800 (PST) Date: Sun, 13 Mar 2016 01:30:34 +0800 X-Gmail-Original-Message-ID: Message-ID: From: Royce Niu To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] No packet generated by dpdk pktgen in VM 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: Sat, 12 Mar 2016 17:30:37 -0000 Dear all, I have an issue in DPDK pkt-gen. I use DPDK pkt-gen in KVM VM with two virtio NIC. The VM has one core only and huge pages num is 1024 The command is "sudo app/build/pktgen -c 0x1 -n 3 --proc-type auto --socket-mem 128 -- -P -m "0.0,0.1" -f test/set_seq.pkt" When I use start 0. No packet is generated. Could you please help me on this issue? Thanks -- Regards, Royce Niu