[dpdk-dev] [PATCH v1 1/7] e1000: add rx interrupt support

2015-10-27 Thread Liu, Yong
Thanks Cunming, I'll send out v2 patch. > -Original Message- > From: Liang, Cunming > Sent: Monday, October 26, 2015 3:36 PM > To: Liu, Yong; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 1/7] e1000: add rx interrupt support > > Hi Yong, > > On 9

[dpdk-dev] [PATCH v1 1/7] e1000: add rx interrupt support

2015-10-26 Thread Liang, Cunming
Hi Yong, On 9/25/2015 4:28 PM, Yong Liu wrote: > From: Marvin Liu > > Enable rx interrupt support on e1000 PF non-IOV mode. As I know, e1000 hasn't IOV mode. It's not necessary to mention PF non-IOV mode or not. In addition, it's necessary to mention the patch series is to support uio/vfio or b

[dpdk-dev] [PATCH v1 1/7] e1000: add rx interrupt support

2015-09-25 Thread Yong Liu
From: Marvin Liu Enable rx interrupt support on e1000 PF non-IOV mode. Signed-off-by: Marvin Liu diff --git a/drivers/net/e1000/em_ethdev.c b/drivers/net/e1000/em_ethdev.c index 912f5dd..99beb9c 100644 --- a/drivers/net/e1000/em_ethdev.c +++ b/drivers/net/e1000/em_ethdev.c @@ -81,6 +81,7 @@ st