aer_rpcRegular
4.4: ✅struct aer_rpc {
struct pcie_device *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
4.8: ✅struct aer_rpc {
struct pcie_device *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
4.10: ✅struct aer_rpc {
struct pcie_device *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
struct aer_err_info e_info;
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
4.13: ✅struct aer_rpc {
struct pcie_device *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
struct aer_err_info e_info;
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
4.15: ✅struct aer_rpc {
struct pcie_device *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
struct aer_err_info e_info;
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
4.18: ✅struct aer_rpc {
struct pci_dev *rpd;
struct work_struct dpc_handler;
struct aer_err_source e_sources[100];
struct aer_err_info e_info;
short unsigned int prod_idx;
short unsigned int cons_idx;
int isr;
spinlock_t e_lock;
struct mutex rpc_mutex;
};
5.0: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.3: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.4: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.8: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.11: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.13: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.15: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
5.19: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
6.2: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
6.5: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
6.8: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
arm64: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
armhf: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
ppc64el: Absent ⚠️
riscv64: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
aws: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
azure: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
gcp: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
lowlatency: ✅struct aer_rpc {
struct pci_dev *rpd;
struct (anon) aer_fifo;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ⚠️struct aer_err_info e_info
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️struct pcie_device *rpd ➡️ struct pci_dev *rpd
4.18 and 5.0 ⚠️struct (anon) aer_fifo
struct work_struct dpc_handler
struct aer_err_source e_sources[100]
struct aer_err_info e_info
short unsigned int prod_idx
short unsigned int cons_idx
int isr
spinlock_t e_lock
struct mutex rpc_mutex
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅