]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pktgen-new-parameters'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 16:32:35 +0000 (12:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 16:32:35 +0000 (12:32 -0400)
commit69e357e49de15c279890f4bfca2682e6d5f3c7f5
treefe98cc2b576624b43bd00dbebcdcb2636d952401
parent7fc23daf7bea091d8b79de9e76eab82b96b572b7
parent057ac27eda06eaa467d8abc25f64fd329df1d69d
Merge branch 'pktgen-new-parameters'

Tariq Toukan says:

====================
pktgen new parameters

This patchset adds two parameters to the pktgen scripts.
* The first patch adds a parameter to control the number of
  packets sent by every pktgen thread.
* The second patch adds a parameter to control the index of
  first thread, instead of always starting from cpu 0.

Series generated against net-next commit:
635e7bd12d43 rxrpc: Cache the congestion window setting

Thanks,
Tariq.

V2:
* rebased to latest net-next.
* per Jesper's comments on Patch 2, fixed $F_THREAD description
  and $L_THREAD evaluation.
====================

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