[dpdk-dev] [PATCH v3 0/8] interrupt mode for e1000

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 v3 0/8] interrupt mode for e1000

2015-10-29 Thread Yong Liu
v3 changes: add in release note v2 changes: describe interrupt mode work with uio and vfio+msi replace attribuite __unused__ with __rte_unused This patch set will enable interrup for physical and emulated e1000 device. Rx queue interrupt will work with uio driver or vfio d

[dpdk-dev] [PATCH v3 0/8] interrupt mode for e1000

2015-10-29 Thread Liang, Cunming
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Liu > Sent: Thursday, October 29, 2015 5:19 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/8] interrupt mode for e1000 > > This patch set will enable interrup for