From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by dpdk.org (Postfix) with ESMTP id C66F53775 for ; Sat, 23 May 2015 23:23:36 +0200 (CEST) Received: by qget53 with SMTP id t53so27766050qge.3 for ; Sat, 23 May 2015 14:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+mOlhbjYC/npvGWq1VMTUEAPZlPMR3Js/jAJM4ivlGw=; b=CJ6qBM+Ti4ADWl43paPXwjhHgcm8eQTx0xssy4AfNVTuf0bibDVQt3g3DAyFgQFNWn 2n0gqu4TZJzYwfiH7YDVc8m5tJs/FH2hbvoK7/SVHiPFU8pKZc4knkY0To6Xw7UyBTte xppGR9FVNBGh6UGNb9Ruuy/Ifk8hymYw3E9Db9+RXLT0Gi+x9iILic6tW6K23P0KmSNg oH20Vk7LXADTn9x7FmwHhU/QBurXdhsM6KXyefHKwwovPNWwDa5bK0oyCubhkIY+R54p w9p0tLzN9EOBYV1IY77PS0fMfYkYUeH3worGvGa1a5BIOJskrXCJ7Zjx9i5R4RLoWY8Y 2APw== MIME-Version: 1.0 X-Received: by 10.140.108.201 with SMTP id j67mr18646870qgf.79.1432416216265; Sat, 23 May 2015 14:23:36 -0700 (PDT) Received: by 10.140.85.50 with HTTP; Sat, 23 May 2015 14:23:36 -0700 (PDT) Date: Sat, 23 May 2015 22:23:36 +0100 Message-ID: From: Jakub Mazur To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Generating packets into queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 21:23:37 -0000 Hello, I've just got to grips with DPDK and started writing my own applications. However, I am struggling to figure out how to test my applications in terms of sending packets to the ports I am polling. I've got Pktgen-DPDK up and running but I don't know how to use it to interact with my own application. Any help would be welcome. Thanks