From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v4 0/3] use RFC addresses in test applications Date: Tue, 2 Apr 2019 13:39:04 -0700 Message-ID: <20190402203907.28679-1-stephen@networkplumber.org> References: <20180618213557.15209-2-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id 65A8A1B11C for ; Tue, 2 Apr 2019 22:39:12 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id bf11so6824617plb.12 for ; Tue, 02 Apr 2019 13:39:12 -0700 (PDT) In-Reply-To: <20180618213557.15209-2-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These patches get rid of the custom addresses used in testpmd and l3fwd, and instead uses values that are in the existing RFC's. Stephen Hemminger (3): app/testpmd: add ability to set Tx IP and UDP parameters examples/l3fwd: use reserved IPv4/IPv6 addresses examples/l3fwd: format the IP addresses for printing app/test-pmd/parameters.c | 49 +++++++++++++++++++++++++++ app/test-pmd/testpmd.h | 6 ++++ app/test-pmd/txonly.c | 22 +++++++----- doc/guides/testpmd_app_ug/run_app.rst | 12 ++++++- examples/l3fwd/l3fwd_lpm.c | 49 +++++++++++++++------------ 5 files changed, 107 insertions(+), 31 deletions(-) -- 2.17.1