Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/cavium/Kconfig The cavium conflict was overlapping dependency changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -3513,8 +3513,6 @@ static int pktgen_thread_worker(void *arg)
|
||||
|
||||
set_freezable();
|
||||
|
||||
__set_current_state(TASK_RUNNING);
|
||||
|
||||
while (!kthread_should_stop()) {
|
||||
pkt_dev = next_to_run(t);
|
||||
|
||||
@@ -3559,7 +3557,6 @@ static int pktgen_thread_worker(void *arg)
|
||||
|
||||
try_to_freeze();
|
||||
}
|
||||
set_current_state(TASK_INTERRUPTIBLE);
|
||||
|
||||
pr_debug("%s stopping all device\n", t->tsk->comm);
|
||||
pktgen_stop(t);
|
||||
|
Reference in New Issue
Block a user