diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2013-06-24 07:21:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-25 19:10:14 -0400 |
commit | 6541aa52a0f9911b0d9d9df14b1da3147a98f58b (patch) | |
tree | e170428924ff51e1b22c1cbf3b672f304ac90688 /drivers/s390 | |
parent | ede88671664128b811e7c709bead39f5b3f3abcf (diff) |
qeth: use default napi weight
Since commit 82dc3c63c692b1e1d59378ecee948ac88e034aad
"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>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index c4f392d5db4c..41ef94320ee8 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h | |||
@@ -738,7 +738,7 @@ struct qeth_rx { | |||
738 | int qdio_err; | 738 | int qdio_err; |
739 | }; | 739 | }; |
740 | 740 | ||
741 | #define QETH_NAPI_WEIGHT 128 | 741 | #define QETH_NAPI_WEIGHT NAPI_POLL_WEIGHT |
742 | 742 | ||
743 | struct qeth_card { | 743 | struct qeth_card { |
744 | struct list_head list; | 744 | struct list_head list; |