napi_structRegular
4.4: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
spinlock_t poll_lock;
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
4.8: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
spinlock_t poll_lock;
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
4.10: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
4.13: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
4.15: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
4.18: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
unsigned int gro_count;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct sk_buff *gro_list;
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.0: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.3: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.4: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.8: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.11: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
5.13: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
struct task_struct *thread;
};
5.15: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
struct task_struct *thread;
};
5.19: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
struct task_struct *thread;
};
6.2: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
struct task_struct *thread;
};
6.5: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
int list_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
unsigned int napi_id;
struct hrtimer timer;
struct task_struct *thread;
struct list_head dev_list;
struct hlist_node napi_hash_node;
};
6.8: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
int defer_hard_irqs_count;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
int list_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
unsigned int napi_id;
struct hrtimer timer;
struct task_struct *thread;
struct list_head dev_list;
struct hlist_node napi_hash_node;
int irq;
};
arm64: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
armhf: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
ppc64el: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
riscv64: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
aws: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
azure: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
gcp: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
lowlatency: ✅struct napi_struct {
struct list_head poll_list;
long unsigned int state;
int weight;
long unsigned int gro_bitmask;
int (*poll)(struct napi_struct *, int);
int poll_owner;
struct net_device *dev;
struct gro_list gro_hash[8];
struct sk_buff *skb;
struct list_head rx_list;
int rx_count;
struct hrtimer timer;
struct list_head dev_list;
struct hlist_node napi_hash_node;
unsigned int napi_id;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️spinlock_t poll_lock
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️long unsigned int gro_bitmask
struct gro_list gro_hash[8]
unsigned int gro_count
struct sk_buff *gro_list
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️struct list_head rx_list
int rx_count
5.4 and 5.8 ⚠️int defer_hard_irqs_count
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️struct task_struct *thread
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️int list_owner
6.5 and 6.8 ⚠️int irq
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅