[dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang > Sent: Thursday, October 13, 2016 2:07 PM > To: dev at dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt > >

[dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt

2016-10-24 Thread Yang, Qiming
: Wu, Jingjing Subject: Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt Hi Qiming, On 10/13/2016 7:07 AM, Qiming Yang wrote: > Previously, link status interrupt in i40e is achieved by checking > LINK_STAT_CHANGE_MASK in PFINT_ICR0 register which is provide

[dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt

2016-10-19 Thread Ferruh Yigit
Hi Qiming, On 10/13/2016 7:07 AM, Qiming Yang wrote: > Previously, link status interrupt in i40e is achieved by checking > LINK_STAT_CHANGE_MASK in PFINT_ICR0 register which is provided only > for diagnostic use. Instead, drivers need to get the link status > change notification by using LSE

[dpdk-dev] [PATCH 1/2] net/i40e: fix link status change interrupt

2016-10-13 Thread Qiming Yang
Previously, link status interrupt in i40e is achieved by checking LINK_STAT_CHANGE_MASK in PFINT_ICR0 register which is provided only for diagnostic use. Instead, drivers need to get the link status change notification by using LSE (Link Status Event). This patch enables LSE and calls LSC