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:
@@ -39,6 +39,8 @@ static inline void dp_packet_pad(struct ofpbuf *b)
|
||||
}
|
||||
}
|
||||
|
||||
#define NR_QUEUE 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user