Re: [dpdk-dev] Interrupt is catched in kernel, but not handled

2019-12-06 Thread Stephen Hemminger
On Sun, 1 Dec 2019 20:16:59 +0200 Ranran wrote: > בתאריך יום א׳, 1 בדצמ׳ 2019, 19:07, מאת Stephen Hemminger ‏< > step...@networkplumber.org>: > > > On Sat, 30 Nov 2019 19:49:16 +0200 > > Ranran wrote: > > > > > > > > > > > > I also verified that there are no additional irq numbered 23 except >

Re: [dpdk-dev] Interrupt is catched in kernel, but not handled

2019-12-01 Thread Ranran
בתאריך יום א׳, 1 בדצמ׳ 2019, 19:07, מאת Stephen Hemminger ‏< step...@networkplumber.org>: > On Sat, 30 Nov 2019 19:49:16 +0200 > Ranran wrote: > > > > > > > > > I also verified that there are no additional irq numbered 23 except > > > > for our device. > > > > > > > > How can it be that irq is ca

Re: [dpdk-dev] Interrupt is catched in kernel, but not handled

2019-12-01 Thread Stephen Hemminger
On Sat, 30 Nov 2019 19:49:16 +0200 Ranran wrote: > > > > > > I also verified that there are no additional irq numbered 23 except > > > for our device. > > > > > > How can it be that irq is catched, but not delivered to userspace ? > > > Any suggestion is much appreciated, > > > > > > ran > > >

Re: [dpdk-dev] Interrupt is catched in kernel, but not handled

2019-11-30 Thread Ranran
בתאריך שבת, 30 בנוב׳ 2019, 18:51, מאת Stephen Hemminger ‏< step...@networkplumber.org>: > On Sat, 30 Nov 2019 10:40:38 +0200 > Ranran wrote: > > > Hello, > > > > This is not a specific dpdk question, but more related to using of > > uio_pci_generic. > > Unfortunately, I don't find any examples of

Re: [dpdk-dev] Interrupt is catched in kernel, but not handled

2019-11-30 Thread Stephen Hemminger
On Sat, 30 Nov 2019 10:40:38 +0200 Ranran wrote: > Hello, > > This is not a specific dpdk question, but more related to using of > uio_pci_generic. > Unfortunately, I don't find any examples of using the generic driver > from userspace, so this is my last hope to reach a suggestion. > > I insta

[dpdk-dev] Interrupt is catched in kernel, but not handled

2019-11-30 Thread Ranran
Hello, This is not a specific dpdk question, but more related to using of uio_pci_generic. Unfortunately, I don't find any examples of using the generic driver from userspace, so this is my last hope to reach a suggestion. I installed centos8 , and I use uio_pci_generic, in order to communicate w