From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v2 0/2] testpmd: allow configure of Tx IP parameters Date: Mon, 11 Jun 2018 11:25:24 -0700 Message-ID: <20180611182526.32327-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl0-f66.google.com (mail-pl0-f66.google.com [209.85.160.66]) by dpdk.org (Postfix) with ESMTP id EC0791E371 for ; Mon, 11 Jun 2018 20:25:31 +0200 (CEST) Received: by mail-pl0-f66.google.com with SMTP id f1-v6so12810422plt.6 for ; Mon, 11 Jun 2018 11:25:31 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The testpmd application had hardcoded 192.168.0.1 port 1024 which is a problem when used in environments where IP address of network is different. For example, running testpmd on Azure where virtual networks are assigned by host infrastructure. Stephen Hemminger (2): testpmd: use RFC values for Tx address and port testpmd: add ability to set tx IP and UDP parameters app/test-pmd/parameters.c | 49 +++++++++++++++++++++++++++ app/test-pmd/testpmd.h | 6 ++++ app/test-pmd/txonly.c | 18 +++++----- doc/guides/testpmd_app_ug/run_app.rst | 9 +++++ 4 files changed, 74 insertions(+), 8 deletions(-) -- 2.17.1