mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-28 17:04:00 +00:00
Commit 'c2ed5611afd7' has increased the cpl_t5_pass_accept_rpl{} structure
size by 8B to avoid roundup. cpl_t5_pass_accept_rpl{} is a HW specific
structure and increasing its size will lead to unwanted adapter errors.
Current commit reverts the cpl_t5_pass_accept_rpl{} back to its original
and allocates zeroed skb buffer there by avoiding the memset for iss field.
Reorder code to minimize chip type checks.
Fixes:
|
||
|---|---|---|
| .. | ||
| clip_tbl.c | ||
| clip_tbl.h | ||
| cudbg_common.c | ||
| cudbg_entity.h | ||
| cudbg_if.h | ||
| cudbg_lib_common.h | ||
| cudbg_lib.c | ||
| cudbg_lib.h | ||
| cudbg_zlib.c | ||
| cudbg_zlib.h | ||
| cxgb4_cudbg.c | ||
| cxgb4_cudbg.h | ||
| cxgb4_dcb.c | ||
| cxgb4_dcb.h | ||
| cxgb4_debugfs.c | ||
| cxgb4_debugfs.h | ||
| cxgb4_ethtool.c | ||
| cxgb4_fcoe.c | ||
| cxgb4_fcoe.h | ||
| cxgb4_filter.c | ||
| cxgb4_filter.h | ||
| cxgb4_main.c | ||
| cxgb4_mps.c | ||
| cxgb4_ptp.c | ||
| cxgb4_ptp.h | ||
| cxgb4_tc_flower.c | ||
| cxgb4_tc_flower.h | ||
| cxgb4_tc_matchall.c | ||
| cxgb4_tc_matchall.h | ||
| cxgb4_tc_mqprio.c | ||
| cxgb4_tc_mqprio.h | ||
| cxgb4_tc_u32_parse.h | ||
| cxgb4_tc_u32.c | ||
| cxgb4_tc_u32.h | ||
| cxgb4_thermal.c | ||
| cxgb4_uld.c | ||
| cxgb4_uld.h | ||
| cxgb4.h | ||
| l2t.c | ||
| l2t.h | ||
| Makefile | ||
| sched.c | ||
| sched.h | ||
| sge.c | ||
| smt.c | ||
| smt.h | ||
| srq.c | ||
| srq.h | ||
| t4_chip_type.h | ||
| t4_hw.c | ||
| t4_hw.h | ||
| t4_msg.h | ||
| t4_pci_id_tbl.h | ||
| t4_regs.h | ||
| t4_tcb.h | ||
| t4_values.h | ||
| t4fw_api.h | ||
| t4fw_version.h | ||