-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce GRO support to cpumap codebase #4724
Introduce GRO support to cpumap codebase #4724
Conversation
Upstream branch: 45e04eb |
dd18309
to
412b540
Compare
Upstream branch: 3bfb49d |
2e736b5
to
ae10dd0
Compare
412b540
to
6f336c4
Compare
Upstream branch: c721d8f |
ae10dd0
to
0dba2de
Compare
6f336c4
to
64752e5
Compare
Introduce napi_init_for_gro utility routine to initialize napi struct subfields not dependent by net_device pointer. This is a preliminary patch to enable GRO support to cpumap codebase without introducing net_device dependency in the cpumap_entry struct. Signed-off-by: Lorenzo Bianconi <[email protected]>
Move napi_threaded_poll routine declaration in netdevice.h and remove static keyword in order to reuse it in cpumap codebase. Signed-off-by: Lorenzo Bianconi <[email protected]>
Introduce GRO support to cpumap codebase moving the cpu_map_entry kthread to a NAPI-kthread pinned on the selected cpu. Signed-off-by: Lorenzo Bianconi <[email protected]>
Upstream branch: c721d8f |
0dba2de
to
53538ed
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=913399 expired. Closing PR. |
Pull request for series with
subject: Introduce GRO support to cpumap codebase
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=913399