I noticed the V4 patch conflicts with the latest code on the main branch due to lots of code merged, and it is mentioned by Jun Xu in previous email, and I will have to rebase the patch and send out V5 version.
> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon 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 interrupt vfio request */ > > + pci_dev->intr_handle.max_intr = hw->mac.max_rx_queues + > > + IXGBE_MAX_OTHER_INTR; > > + > > Compilation is broken here.