[dpdk-dev] [PATCH] ethdev: read link state interrupt without link_update service

2014-06-27 Thread Thomas Monjalon
> > It is now possible to read link status updated by interrupt without > > having manual link_update() service provided by the PMD. > > Indeed link_update() is useless in interrupt case. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Olivier Matz Applied for version 1.7.0. -- Thomas

[dpdk-dev] [PATCH] ethdev: read link state interrupt without link_update service

2014-06-25 Thread Olivier MATZ
On 06/20/2014 03:13 PM, Thomas Monjalon wrote: > It is now possible to read link status updated by interrupt without > having manual link_update() service provided by the PMD. > Indeed link_update() is useless in interrupt case. > > Signed-off-by: Thomas Monjalon Acked-by: Olivier Matz

[dpdk-dev] [PATCH] ethdev: read link state interrupt without link_update service

2014-06-20 Thread Thomas Monjalon
It is now possible to read link status updated by interrupt without having manual link_update() service provided by the PMD. Indeed link_update() is useless in interrupt case. Signed-off-by: Thomas Monjalon --- lib/librte_ether/rte_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(