On Thu, Feb 6, 2020 at 9:57 AM <[email protected]> wrote:
>
> From: Vamsi Attunuru <[email protected]>
>
> Currently when application requests for RTE_FC_NONE earlier
> than PMD's internal fc mode update, flow control set routine
> is returning without updating the flow control state.
>
> Patch updates the PMD's internal fc mode details during
> dev_configure to ensure any flow control set requests
> issued later are handled properly.
>
> Fixes: 609945f1ce90 ("net/octeontx2: support flow control")
> Cc: [email protected]
>
> Signed-off-by: Vamsi Attunuru <[email protected]>
> ---
>
Acked-by: Jerin Jacob <[email protected]>
Applied to dpdk-next-net-mrvl/master. Thanks