[dpdk-dev] [PATCH v4 0/7] e1000: add rx interrupt support

2015-10-30 Thread Liu, Yong
Thanks Thomas. > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, October 30, 2015 2:19 AM > To: Liu, Yong > Cc: dev at dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v4 0/7] e1000: add rx interrupt support >

[dpdk-dev] [PATCH v4 0/7] e1000: add rx interrupt support

2015-10-29 Thread Yong Liu
This patch set will enable interrup for physical and emulated e1000 device. Rx queue interrupt will work with uio driver or vfio driver with msi mode. l3fwd-power will disable interrupt immediately when wake-up for that e1000 not support interrupt auto clear. LSC and rxq interrupt will be seperated

[dpdk-dev] [PATCH v4 0/7] e1000: add rx interrupt support

2015-10-29 Thread Thomas Monjalon
2015-10-29 23:56, Yong Liu: > This patch set will enable interrup for physical and emulated e1000 device. > Rx queue interrupt will work with uio driver or vfio driver with msi mode. > l3fwd-power will disable interrupt immediately when wake-up for that e1000 not > support interrupt auto clear. > L