On 11/3/2021 12:52 AM, Ajit Khaparde wrote:
From: Kishore Padmanabha <kishore.padmana...@broadcom.com>
Update driver to read the multi root capability and ignore
pci address check while creating ulp session when multi root
capability is enabled in the hardware. DPDK HSI version updated
from 1.10.1.70 to 1.10.2.68.
According code it is updated from '1.10.2.44', not sure if it matters.
Signed-off-by: Kishore Padmanabha <kishore.padmana...@broadcom.com>
Signed-off-by: Venkat Duvvuru <venkatkumar.duvv...@broadcom.com>
Reviewed-by: Mike Baucom <michael.bau...@broadcom.com>
Reviewed-by: Randy Schacher <stuart.schac...@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
<...>
@@ -43263,8 +45966,13 @@ struct hwrm_tf_session_open_output {
* the newly created session.
*/
uint32_t fw_session_client_id;
+ /* This field is used to return the status of fw session to host. */
uint32_t flags;
- /* Indicates if the shared session has been created. */
+ /*
+ * Indicates if the shared session has been created. Shared seesion
typo, s/seesion/session/