mbox series

[v6,0/3] use IPv4 addresses reserved for testing

Message ID 20190410174132.8349-1-stephen@networkplumber.org (mailing list archive)
Headers
Series use IPv4 addresses reserved for testing |

Message

Stephen Hemminger April 10, 2019, 5:41 p.m. UTC
  These patches get rid of the custom addresses used in testpmd
and l3fwd, and instead uses values that are reserved for testing
in the relevant RFC 2544.

This version fixes some formatting and long lines.

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             | 53 +++++++++++++++++++++++++++
 app/test-pmd/testpmd.h                |  6 +++
 app/test-pmd/txonly.c                 | 20 +++++-----
 doc/guides/testpmd_app_ug/run_app.rst | 14 ++++++-
 examples/l3fwd/l3fwd_lpm.c            | 49 ++++++++++++++-----------
 5 files changed, 111 insertions(+), 31 deletions(-)
  

Comments

Thomas Monjalon April 21, 2019, 9:55 p.m. UTC | #1
10/04/2019 19:41, Stephen Hemminger:
> 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

Applied, thanks