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)
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>

Trivial merge