Commit 6541aa52 authored by Sebastian Ott's avatar Sebastian Ott Committed by David S. Miller

qeth: use default napi weight

Since commit 82dc3c63
"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: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: default avatarFrank Blaschka <blaschka@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ede88671
...@@ -738,7 +738,7 @@ struct qeth_rx { ...@@ -738,7 +738,7 @@ struct qeth_rx {
int qdio_err; int qdio_err;
}; };
#define QETH_NAPI_WEIGHT 128 #define QETH_NAPI_WEIGHT NAPI_POLL_WEIGHT
struct qeth_card { struct qeth_card {
struct list_head list; struct list_head list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment