Commit 306ab544 authored by Max Filippov's avatar Max Filippov

xtensa: ISS: raise network polling rate to 10 times/sec

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent fa72e6bb
......@@ -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);
......
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