Merge branch 'samples-pktgen-allow-to-specify-destination-IP-range'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:26:32 +0000 (09:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:26:32 +0000 (09:26 -0400)
commit9b75803e6ed763c60166d8f433e52b8164390c25
tree7fa05f2a86687e500e31995e5b1a9f18474bfcdb
parentdb7fe42d687c8df861487f5343f1113a0dc80a85
parent40f843ee5e17673780c0969c8248b31a8d926b17
Merge branch 'samples-pktgen-allow-to-specify-destination-IP-range'

Daniel T. Lee says:

====================
samples: pktgen: allow to specify destination IP range

Currently, pktgen script supports specify destination port range.

To further extend the capabilities, this commit allows to specify destination
IP range with CIDR when running pktgen script.

Specifying destination IP range will be useful on various situation such as
testing RSS/RPS with randomizing n-tuple.

This patchset fixes the problem with checking the command result on proc_cmd,
and add feature to allow destination IP range.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>