[dpdk-dev] [PATCH v2] rte_ethdev: add link support flag

2014-06-27 Thread Thomas Monjalon
2014-06-20 15:06, Thomas Monjalon: > 2014-06-19 15:12, Stephen Hemminger: > > Only some devices support the link state interrupt configuration option. > > Link state control does not work in virtual drivers > > (virtio, vmxnet3, igbvf, and ixgbevf). Instead of having the application > > try and gue

[dpdk-dev] [PATCH v2] rte_ethdev: add link support flag

2014-06-25 Thread Thomas Monjalon
Hi Stephen, I had no answer to this comment. Please check. 2014-06-20 15:06, Thomas Monjalon: > 2014-06-19 15:12, Stephen Hemminger: > > Only some devices support the link state interrupt configuration option. > > Link state control does not work in virtual drivers > > (virtio, vmxnet3, igbvf, an

[dpdk-dev] [PATCH v2] rte_ethdev: add link support flag

2014-06-20 Thread Thomas Monjalon
Hi Stephen, 2014-06-19 15:12, Stephen Hemminger: > Only some devices support the link state interrupt configuration option. > Link state control does not work in virtual drivers > (virtio, vmxnet3, igbvf, and ixgbevf). Instead of having the application > try and guess whether it will work or not p

[dpdk-dev] [PATCH v2] rte_ethdev: add link support flag

2014-06-19 Thread Stephen Hemminger
Only some devices support the link state interrupt configuration option. Link state control does not work in virtual drivers (virtio, vmxnet3, igbvf, and ixgbevf). Instead of having the application try and guess whether it will work or not provide a driver flag that can be checked instead. Note: i