qeth: use default napi weight

Since commit 82dc3c63c6
"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>
This commit is contained in:
Sebastian Ott 2013-06-24 13:21:52 +02:00 committed by David S. Miller
parent ede8867166
commit 6541aa52a0
1 changed files with 1 additions and 1 deletions

View File

@ -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;