2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-13 14:07:02 +00:00

netdev: Add support multiqueue recv.

new netdev type like DPDK can support multi-queue IO. Following
patch Adds support for same.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Thomas Graf <tgraf@redhat.com>
This commit is contained in:
Pravin
2014-03-20 20:52:06 -07:00
committed by Pravin B Shelar
parent f77917408a
commit 55c955bd8a
5 changed files with 71 additions and 23 deletions

View File

@@ -39,6 +39,8 @@ static inline void dp_packet_pad(struct ofpbuf *b)
}
}
#define NR_QUEUE 1
#ifdef __cplusplus
}
#endif