| #
e7750639 |
| 10-Jan-2025 |
Andre Muezerie <andremue@linux.microsoft.com> |
drivers: replace packed attributes
MSVC struct packing is not compatible with GCC. Replace macro __rte_packed with __rte_packed_begin to push existing pack value and set packing to 1-byte and macro
drivers: replace packed attributes
MSVC struct packing is not compatible with GCC. Replace macro __rte_packed with __rte_packed_begin to push existing pack value and set packing to 1-byte and macro __rte_packed_end to restore the pack value prior to the push.
Macro __rte_packed_end is deliberately utilized to trigger a MSVC compiler warning if no existing packing has been pushed allowing easy identification of locations where the __rte_packed_begin is missing.
Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com> Reviewed-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
show more ...
|
|
Revision tags: v24.11, v24.11-rc4, v24.11-rc3, v24.11-rc2, v24.11-rc1, v24.07, v24.07-rc4, v24.07-rc3, v24.07-rc2, v24.07-rc1 |
|
| #
25c896ea |
| 07-Jun-2024 |
Andrew Boyer <andrew.boyer@amd.com> |
crypto/ionic: add firmware interface definition
These definitions are shared between the PMD and firmware. Teach the device to read the FW version and check for liveness.
Signed-off-by: Andrew Boye
crypto/ionic: add firmware interface definition
These definitions are shared between the PMD and firmware. Teach the device to read the FW version and check for liveness.
Signed-off-by: Andrew Boyer <andrew.boyer@amd.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|