2015-02-23 11:23, Zhou, Danny: > 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.
Maybe you misunderstood my comment. I'm quoting an usage in patch 2 of max_intr which is defined in patch 4. You have to better split and order your patches to make them compilable and not break git bisect. Thanks > > -----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.