how to create a interrupt service function in c for real time linux operating system?

OP (Firma: Student) #3590938
Lesenswert?
• ▲
▼
Scenario : Client is sending a data and the server is receving the data 
from client via ethernet layer (udp). When the server receives a data 
from the client on the ip layer (kernel). It interrupts the kernel and 
kernel as to execute the data by the client, so I want to create a 
interrupt service function to catch the interrupt from the network 
service card.

could someone help me how to go about it ?

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren