]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc731ab82f3fbbe302d9610d472fabd2a77e9cf62
tree7fa05f2a86687e500e31995e5b1a9f18474bfcdb
parenta7daeaad27b71f9b018946ba8babddfb2c458699
parent3f3617f88b26f499735b94a85c038ac1d633259a
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>