> On 20 Dec 2019, at 01:16, Stephen Hemminger
> wrote:
>
> On Thu, 19 Dec 2019 23:18:32 +0100
> Alfredo Cardigliano wrote:
>
>> +
>> +#pragma pack(push, 1)
>> +
>
> Really, packing leads to unaligned data structures and is generally
> a bad idea.
This specific file defines data structures
On Thu, 19 Dec 2019 23:18:32 +0100
Alfredo Cardigliano wrote:
> +
> +#pragma pack(push, 1)
> +
Really, packing leads to unaligned data structures and is generally
a bad idea.
Add hardware structures and message commands definitions for
Pensando network adapters.
Signed-off-by: Alfredo Cardigliano
Reviewed-by: Shannon Nelson
---
drivers/net/ionic/ionic_if.h | 2491 ++
1 file changed, 2491 insertions(+)
create mode 100644 drivers/net/i
3 matches
Mail list logo