Skip to content

Commit

Permalink
qeth: use default napi weight
Browse files Browse the repository at this point in the history
Since commit 82dc3c6
"net: introduce NAPI_POLL_WEIGHT" network drivers receive a warning
when they use napi weight higher than NAPI_POLL_WEIGHT. This patch
reduces QETH_NAPI_WEIGHT from 128 to 64 (NAPI_POLL_WEIGHT).

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sebastian Ott authored and David S. Miller committed Jun 25, 2013
1 parent ede8867 commit 6541aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/qeth_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ struct qeth_rx {
int qdio_err;
};

#define QETH_NAPI_WEIGHT 128
#define QETH_NAPI_WEIGHT NAPI_POLL_WEIGHT

struct qeth_card {
struct list_head list;
Expand Down

0 comments on commit 6541aa5

Please sign in to comment.