[dpdk-dev] [PATCH v4 02/20] net/bnxt: add support for multi root capability
Ferruh Yigit
ferruh.yigit at intel.com
Wed Nov 3 14:24:10 CET 2021
On 11/3/2021 12:52 AM, Ajit Khaparde wrote:
> From: Kishore Padmanabha <kishore.padmanabha at 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.padmanabha at broadcom.com>
> Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru at broadcom.com>
> Reviewed-by: Mike Baucom <michael.baucom at broadcom.com>
> Reviewed-by: Randy Schacher <stuart.schacher at broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde at 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/
More information about the dev
mailing list