On Thu, Feb 9, 2023 at 6:01 PM Sathesh Edara <sed...@marvell.com> wrote:
>
> Add SDP packet mode to support EP driver in loop
> and NIC mode.
>
> Signed-off-by: Sathesh Edara <sed...@marvell.com>
> ---
> +/* These arrays indexed by otx_ep_device->sdp_packet_mode */
> +static uint8_t front_size[2] = {OTX2_EP_FSZ_NIC, OTX2_EP_FSZ_LOOP};
> +static uint8_t rh_size[2] = {OTX_EP_RH_SIZE_NIC, OTX_EP_RH_SIZE_LOOP};
> +static uint8_t droq_info_size[2] = {OTX_EP_DROQ_INFO_SIZE_NIC,
> +                                   OTX_EP_DROQ_INFO_SIZE_LOOP};

No need to provide 2.

Reply via email to