dsa_device_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
};
4.18: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
};
5.0: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
unsigned int overhead;
};
5.3: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
5.4: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
5.8: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
5.11: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
bool tail_tag;
};
5.13: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
bool tail_tag;
};
5.15: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
unsigned int needed_headroom;
unsigned int needed_tailroom;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
};
5.19: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
int (*connect)(struct dsa_switch *);
void (*disconnect)(struct dsa_switch *);
unsigned int needed_headroom;
unsigned int needed_tailroom;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
};
6.2: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
int (*connect)(struct dsa_switch *);
void (*disconnect)(struct dsa_switch *);
unsigned int needed_headroom;
unsigned int needed_tailroom;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
};
6.5: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
int (*connect)(struct dsa_switch *);
void (*disconnect)(struct dsa_switch *);
unsigned int needed_headroom;
unsigned int needed_tailroom;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_master;
};
6.8: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *);
void (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
int (*connect)(struct dsa_switch *);
void (*disconnect)(struct dsa_switch *);
unsigned int needed_headroom;
unsigned int needed_tailroom;
const char *name;
enum dsa_tag_protocol proto;
bool promisc_on_conduit;
};
arm64: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
armhf: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
ppc64el: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
riscv64: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
aws: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
azure: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
gcp: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
lowlatency: ✅struct dsa_device_ops {
struct sk_buff * (*xmit)(struct sk_buff *, struct net_device *);
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *);
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *);
bool (*filter)(const struct sk_buff *, struct net_device *);
unsigned int overhead;
const char *name;
enum dsa_tag_protocol proto;
};
Regular
4.15 and 4.18 ✅
4.18 and 5.0 ⚠️unsigned int overhead
5.0 and 5.3 ⚠️bool (*filter)(const struct sk_buff *, struct net_device *)
const char *name
enum dsa_tag_protocol proto
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️bool promisc_on_master
bool tail_tag
int (*flow_dissect)(const struct sk_buff *, __be16 *, int *) ➡️ void (*flow_dissect)(const struct sk_buff *, __be16 *, int *)
5.11 and 5.13 ✅
5.13 and 5.15 ⚠️unsigned int needed_headroom
unsigned int needed_tailroom
bool (*filter)(const struct sk_buff *, struct net_device *)
unsigned int overhead
bool tail_tag
struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *, struct packet_type *) ➡️ struct sk_buff * (*rcv)(struct sk_buff *, struct net_device *)
5.15 and 5.19 ⚠️int (*connect)(struct dsa_switch *)
void (*disconnect)(struct dsa_switch *)
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️bool promisc_on_conduit
bool promisc_on_master
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅