Re: Software Prefetching using Machine learning

2019-10-10 Thread Rik van Riel
On Thu, 2019-10-10 at 11:10 +0900, Irfan Ullah (울라 이르판) wrote: > Thank you for the responses. > It is not my assignment. Actually, we have initiated a project based > on the idea "incorporating artificial intelligence in the linux > kernel to increase its performance". That is an interesting

Re: Kernel development tools (was Re: Software Prefetching using Machine learning)

2019-10-10 Thread Greg KH
On Thu, Oct 10, 2019 at 03:21:46PM +0900, Irfan Ullah (울라 이르판) wrote: > Thank you. > You are absolutely right. As a freshman in the kernel development, and > having experience in high level languages, things look complicated :(. > Can you please suggest me what is the efficient and easy way to

Re: Kernel development tools (was Re: Software Prefetching using Machine learning)

2019-10-10 Thread 울라 이르판
Thank you. You are absolutely right. As a freshman in the kernel development, and having experience in high level languages, things look complicated :(. Can you please suggest me what is the efficient and easy way to exchange data between kernel space and user space. I want the way in which the

Kernel development tools (was Re: Software Prefetching using Machine learning)

2019-10-09 Thread Valdis Klētnieks
On Thu, 10 Oct 2019 11:48:11 +0900, Irfan Ullah said: > @All,* There is one thing I want to share, although it is not too relevant > but worth to share,* that very limited number of *easy-to-use-&-understand* > tools and libraries available to welcome and facilitate the > newbies/freshmen in the

Re: Software Prefetching using Machine learning

2019-10-09 Thread Valdis Klētnieks
On Thu, 10 Oct 2019 11:48:11 +0900, Irfan Ullah said: > it can it be possible to share any type of data structure (e.g., structure, > array, etc.) between kernel space C program and user space Python program > in two way communication. Python's split() is probably the wrong tool here. You

Re: Software Prefetching using Machine learning

2019-10-09 Thread 울라 이르판
Also, I have one question, here, in this link , C is used in the kernel space while Python in the user space. Python program in the user space successfully catches the char[] data, although it

Re: Software Prefetching using Machine learning

2019-10-09 Thread 울라 이르판
Thank you for the responses. It is not my assignment. Actually, we have initiated a project based on the idea "incorporating artificial intelligence in the linux kernel to increase its performance". The basic aim of the project to increase the operating system's performance utilizing software

Re: Software Prefetching using Machine learning

2019-10-09 Thread Ruben Safir
On 10/9/19 3:08 PM, Valdis Klētnieks wrote: > Ah, academia - where novelty of an idea is sufficient to get published, and > considerations > of whether it's a *useful* idea are totally disregarded. or better, it will be built into systemd! -- So many immigrant groups have swept through our

Re: Software Prefetching using Machine learning

2019-10-09 Thread Ruben Safir
On 10/9/19 3:08 PM, Valdis Klētnieks wrote: > Ah, academia - where novelty of an idea is sufficient to get published, and > considerations > of whether it's a *useful* idea are totally disregarded. like thermal dynamics, relativity, quantum mechanics, paleontology, biological computational

Re: Software Prefetching using Machine learning

2019-10-09 Thread Valdis Klētnieks
On Wed, 09 Oct 2019 12:37:51 +0900, Irfan Ullah said: > Thanks in advance. I am a PhD candidate, and currently I have started > working on kernel development. My professor told me to implement this paper > . In this paper authors have used machine > learning to

Re: Software Prefetching using Machine learning

2019-10-09 Thread Greg KH
On Wed, Oct 09, 2019 at 12:37:51PM +0900, Irfan Ullah (울라 이르판) wrote: > Dear All, > Thanks in advance. I am a PhD candidate, and currently I have started > working on kernel development. My professor told me to implement this paper > . In this paper authors have

Software Prefetching using Machine learning

2019-10-08 Thread 울라 이르판
Dear All, Thanks in advance. I am a PhD candidate, and currently I have started working on kernel development. My professor told me to implement this paper . In this paper authors have used machine learning to predict the next missed addresses.They used