Re: [PATCH net 1/1] qed: Fix shmem structure inconsistency between driver and the mfw.

2018-09-28 Thread David Miller
From: Sudarsana Reddy Kalluru Date: Thu, 27 Sep 2018 04:12:10 -0700 > The structure shared between driver and the management FW (mfw) differ in > sizes. This would lead to issues when driver try to access the structure > members which are not-aligned with the mfw copy e.g., data_ptr usage in the

[PATCH net 1/1] qed: Fix shmem structure inconsistency between driver and the mfw.

2018-09-27 Thread Sudarsana Reddy Kalluru
The structure shared between driver and the management FW (mfw) differ in sizes. This would lead to issues when driver try to access the structure members which are not-aligned with the mfw copy e.g., data_ptr usage in the case of mfw_tlv request. Align the driver structure with mfw copy, add reser