netdev_queue
Regular
4.4
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int trans_timeout;
long unsigned int state;
struct dql dql;
long unsigned int tx_maxrate;
};
4.8
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
4.10
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
4.13
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
4.15
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
4.18
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.0
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.3
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.4
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.8
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.11
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.13
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.15
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
5.19
: ✅struct netdev_queue {
struct net_device *dev;
netdevice_tracker dev_tracker;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
atomic_long_t trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
6.2
: ✅struct netdev_queue {
struct net_device *dev;
netdevice_tracker dev_tracker;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
atomic_long_t trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
6.5
: ✅struct netdev_queue {
struct net_device *dev;
netdevice_tracker dev_tracker;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
atomic_long_t trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
6.8
: ✅struct netdev_queue {
struct net_device *dev;
netdevice_tracker dev_tracker;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
atomic_long_t trans_timeout;
struct net_device *sb_dev;
struct xsk_buff_pool *pool;
struct napi_struct *napi;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
arm64
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
armhf
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
ppc64el
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
riscv64
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
aws
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
azure
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
gcp
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
lowlatency
: ✅struct netdev_queue {
struct net_device *dev;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct kobject kobj;
int numa_node;
long unsigned int tx_maxrate;
long unsigned int trans_timeout;
struct net_device *sb_dev;
struct xdp_umem *umem;
spinlock_t _xmit_lock;
int xmit_lock_owner;
long unsigned int trans_start;
long unsigned int state;
struct dql dql;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️struct net_device *sb_dev
struct xdp_umem *umem
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct xsk_buff_pool *pool
struct xdp_umem *umem
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️netdevice_tracker dev_tracker
long unsigned int trans_timeout
➡️ atomic_long_t trans_timeout
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️struct napi_struct *napi
amd64
and arm64
✅
amd64
and armhf
⚠️int numa_node
amd64
and ppc64el
✅
amd64
and riscv64
⚠️int numa_node
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅