Re: [dpdk-dev] [PATCH v6 0/3] use IPv4 addresses reserved for testing

2019-04-21 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v6 0/3] use IPv4 addresses reserved for testing

2019-04-10 Thread Stephen Hemminger
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/