From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v3 0/3] use RFC addresses for testing Date: Mon, 18 Jun 2018 14:35:54 -0700 Message-ID: <20180618213557.15209-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl0-f50.google.com (mail-pl0-f50.google.com [209.85.160.50]) by dpdk.org (Postfix) with ESMTP id 57E592C0C for ; Mon, 18 Jun 2018 23:36:00 +0200 (CEST) Received: by mail-pl0-f50.google.com with SMTP id t12-v6so9727719plo.7 for ; Mon, 18 Jun 2018 14:36:00 -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" 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): 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 | 18 +++++----- doc/guides/testpmd_app_ug/run_app.rst | 9 +++++ examples/l3fwd/l3fwd_lpm.c | 49 +++++++++++++++------------ 5 files changed, 102 insertions(+), 29 deletions(-) -- 2.17.1