[v2,0/2] testpmd: allow configure of Tx IP parameters

Message ID 20180611182526.32327-1-stephen@networkplumber.org (mailing list archive)
Headers
Series testpmd: allow configure of Tx IP parameters |

Message

Stephen Hemminger June 11, 2018, 6:25 p.m. UTC
  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(-)