engines/net: add subjob number to given port
authorJens Axboe <axboe@fb.com>
Fri, 10 Oct 2014 01:55:21 +0000 (19:55 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 10 Oct 2014 01:55:21 +0000 (19:55 -0600)
commit9e6ca39668c8056f04e22e564d08e18b7a5fd01d
tree52924637a1e8be36d047b0248dff5427fd37cef2
parentebec20944b213702d02e0114a3c0fa8fc663f640
engines/net: add subjob number to given port

If we use numjobs=x where x > 1, then we don't want to reuse the
same port. Bump it within a group, using the subjob number.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/net.c