Message ID | 20221108140601.149971-2-toke@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 14d898f3c1b3bf9c4375ee3255ec9e9b89a35578 |
Delegated to: | BPF |
Headers | show |
Series | A couple of small refactorings of BPF program call sites | expand |
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 4b5052db978f..31c53d409743 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -3114,7 +3114,6 @@ struct softnet_data { /* stats */ unsigned int processed; unsigned int time_squeeze; - unsigned int received_rps; #ifdef CONFIG_RPS struct softnet_data *rps_ipi_list; #endif @@ -3147,6 +3146,7 @@ struct softnet_data { unsigned int cpu; unsigned int input_queue_tail; #endif + unsigned int received_rps; unsigned int dropped; struct sk_buff_head input_pkt_queue; struct napi_struct backlog;