change MSI/MSI-X APIs

2015-05-11 Thread Kengo NAKAHARA
Hi, I received feedback from some device driver authors. They point out establish, disestablish and release APIs should be unified for INTx, MSI and MSI-X. So, I would change the APIs as below: before | after (unify to) -+- pci_in

Re: (patch) Improved documentation and examples of dynamic modules

2015-05-11 Thread Kamil Rytarowski
Paul Goyette wrote: > > OK, I looked at all of the examples, except for the lua one (I am > lua-clueless). Everything looks OK to me, and I don't see any reason > not to commit these. > > I do, however, have a request... > > The "happy" module makes a claim that "4 digit numbers cannot cycle",

Re: (patch) Improved documentation and examples of dynamic modules

2015-05-11 Thread Paul Goyette
On Mon, 11 May 2015, Kamil Rytarowski wrote: I've attached new patch. Thanks - I will review as soon as I can get to it. For now I will schedule share/man pages for later. After committing it please remove sys/modules/example. I went for share/examples/sys/kmodule. Well, I've done some mo

Re: (patch) Improved documentation and examples of dynamic modules

2015-05-11 Thread Kamil Rytarowski
Paul Goyette wrote: > On Mon, 11 May 2015, Kamil Rytarowski wrote: > > > I've attached new patch. > > Thanks - I will review as soon as I can get to it. > Thank you! > > For now I will schedule share/man pages for later. > > After committing it please remove sys/modules/example. > > > > I went

Re: change MSI/MSI-X APIs

2015-05-11 Thread Christos Zoulas
In article <555048fd.6020...@iij.ad.jp>, Kengo NAKAHARA wrote: >Hi, > >I received feedback from some device driver authors. They point out >establish, disestablish and release APIs should be unified for INTx, >MSI and MSI-X. So, I would change the APIs as below: > > before | afte

Re: (patch) Improved documentation and examples of dynamic modules

2015-05-11 Thread Jean-Yves Migeon
Le 11/05/2015 13:35, Paul Goyette a écrit : On Mon, 11 May 2015, Kamil Rytarowski wrote: I've attached new patch. Thanks - I will review as soon as I can get to it. For now I will schedule share/man pages for later. After committing it please remove sys/modules/example. I went for share/ex