mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
xtensa: ISS: raise network polling rate to 10 times/sec
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
fa72e6bbad
commit
306ab5448f
@ -38,7 +38,7 @@
|
||||
#define DRIVER_NAME "iss-netdev"
|
||||
#define ETH_MAX_PACKET 1500
|
||||
#define ETH_HEADER_OTHER 14
|
||||
#define ISS_NET_TIMER_VALUE (2 * HZ)
|
||||
#define ISS_NET_TIMER_VALUE (HZ / 10)
|
||||
|
||||
|
||||
static DEFINE_SPINLOCK(opened_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user