Skip to content

Commit

Permalink
[SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest pr…
Browse files Browse the repository at this point in the history
…iority) to -20

This change makes the fcoe Rx threads have the same nice value
as lpfc and qla2xxx Rx threads.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Robert Love authored and James Bottomley committed Mar 10, 2009
1 parent 55c8baf commit 4469c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ int fcoe_percpu_receive_thread(void *arg)
struct fcoe_softc *fc;
struct fcoe_hdr *hp;

set_user_nice(current, 19);
set_user_nice(current, -20);

while (!kthread_should_stop()) {

Expand Down

0 comments on commit 4469c19

Please sign in to comment.