[dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for both PF and VF

2015-02-23 Thread Zhou, Danny
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, February 23, 2015 9:20 PM > To: Zhou, Danny > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for > both PF and VF >

[dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for both PF and VF

2015-02-23 Thread Thomas Monjalon
> > Sent: Monday, February 23, 2015 7:20 PM > > To: Zhou, Danny > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts > > for both PF and VF > > > > 2015-02-19 21:48, Zhou Danny: > > > +

[dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for both PF and VF

2015-02-23 Thread Thomas Monjalon
2015-02-19 21:48, Zhou Danny: > + /* set max interrupt vfio request */ > + pci_dev->intr_handle.max_intr = hw->mac.max_rx_queues + > + IXGBE_MAX_OTHER_INTR; > + Compilation is broken here.

[dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for both PF and VF

2015-02-23 Thread Zhou, Danny
lon at 6wind.com] > Sent: Monday, February 23, 2015 7:20 PM > To: Zhou, Danny > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for > both PF and VF > > 2015-02-19 21:48, Zhou Danny: > > + /* set max interrup

[dpdk-dev] [PATCH v4 2/5] ixgbe: enable rx queue interrupts for both PF and VF

2015-02-19 Thread Zhou Danny
v3 changes - Remove spinlok from PMD v2 changes - Consolidate review comments related to coding style The patch does below things for ixgbe PF and VF: - Setup NIC to generate MSI-X interrupts - Set the IVAR register to map interrupt causes to vectors - Implement interrupt enable/disable functions