Relative Content

Tag Archive for linux-kernellinux-device-driver

Schedule NAPI on a specific CPU

Is there any way to schedule NAPI on a specific CPU, e.g. similar to what schedule_work_on() workqueue context API does but in a NAPI context?

Schedule NAPI on a specific CPU

Is there any way to schedule NAPI on a specific CPU, e.g. similar to what schedule_work_on() workqueue context API does but in a NAPI context?

Schedule NAPI on a specific CPU

Is there any way to schedule NAPI on a specific CPU, e.g. similar to what schedule_work_on() workqueue context API does but in a NAPI context?

Schedule NAPI on a specific CPU

Is there any way to schedule NAPI on a specific CPU, e.g. similar to what schedule_work_on() workqueue context API does but in a NAPI context?

Options in linux Makefile

I see -C Option in build moudles Makefile, and I couldn’t find any reference about that, What is that and what to do exactly?