Re: ixgbe rxq interrupt not working

2023-03-08 Thread Rajasekhar Pulluru
Hi Stephen, ixgbe interfaces works correctly when not used with dpdk. # cat /proc/interrupts | grep enp2s0f1 109:436 0 0 0 IR-PCI-MSI 1050624-edge enp2s0f1-TxRx-0 110: 0167 0 0 IR-PCI-MSI 1050625-edge enp2s0f1-TxRx-1 11

Re: ixgbe rxq interrupt not working

2023-03-08 Thread Stephen Hemminger
On Wed, 8 Mar 2023 22:54:12 +0530 Rajasekhar Pulluru wrote: > No Honnappa. > > Thanks & Regards, > Rajasekhar > > On Wed, Mar 8, 2023 at 5:49 AM Honnappa Nagarahalli < > honnappa.nagaraha...@arm.com> wrote: > > > > > > > From: Rajasekhar Pulluru > > Sent: Tuesday, March 7, 2023 12:52 PM > >

Re: ixgbe rxq interrupt not working

2023-03-08 Thread Rajasekhar Pulluru
No Honnappa. Thanks & Regards, Rajasekhar On Wed, Mar 8, 2023 at 5:49 AM Honnappa Nagarahalli < honnappa.nagaraha...@arm.com> wrote: > > > From: Rajasekhar Pulluru > Sent: Tuesday, March 7, 2023 12:52 PM > To: dev@dpdk.org > Subject: ixgbe rxq interrupt not working > > Hi Team, > > Bringing-up

Re: ixgbe rxq interrupt not working

2023-03-08 Thread Rajasekhar Pulluru
Hi Stephen, Downloaded https://fast.dpdk.org/rel/dpdk-22.11.1.tar.xz, built and linked with the application. Still don't get rxq interrupt of ixgbe ports. EAL: Detected CPU lcores: 4 EAL: Detected NUMA nodes: 1 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_so

RE: ixgbe rxq interrupt not working

2023-03-07 Thread Honnappa Nagarahalli
From: Rajasekhar Pulluru Sent: Tuesday, March 7, 2023 12:52 PM To: dev@dpdk.org Subject: ixgbe rxq interrupt not working Hi Team, Bringing-up dpdk-22.07 on an intel machine with 8 ports, 4 of them driven by igb and the rest of the 4 ports driven by ixgbe. [Honnappa] Do you have packets cro

Re: ixgbe rxq interrupt not working

2023-03-07 Thread Stephen Hemminger
On Wed, 8 Mar 2023 00:22:10 +0530 Rajasekhar Pulluru wrote: > Hi Team, > > Bringing-up dpdk-22.07 on an intel machine with 8 ports, 4 of them driven > by igb and the rest of the 4 ports driven by ixgbe. FYI - 22.07 is not a supported release, only LTS releases like 22.11 are supported.