struct net_device { /* Structure does not need to contain all entries, * as "preserve_access_index" will use BTF to fix this...
*/ int ifindex;
} __attribute__((preserve_access_index));
struct xdp_rxq_info { /* Structure does not need to contain all entries, * as "preserve_access_index" will use BTF to fix this...
*/ struct net_device *dev;
__u32 queue_index;
} __attribute__((preserve_access_index));
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.