On 1/31/2023 11:13 AM, Andrew Rybchenko wrote:
> On 1/31/23 14:08, Ivan Malov wrote:
>> Currently, the "pick transfer proxy ethdev" callback is only
>> advertised for non-representor (in example, main PF) ethdevs.
>> That does not sit well with the original idea of this method,
>> which is to let applications discover the privileged port to
>> use for transfer flow management instead of any given ethdev.
>> Applications trying to leverage this API on sfc representors
>> receive an error and cannot configure transfer flow offloads.
>>
>> Fix the problem by exporting the method to representor ports.
>>
>> Fixes: 26706314d418 ("net/sfc: implement transfer proxy port callback")
>> Cc: [email protected]
>>
>> Signed-off-by: Ivan Malov <[email protected]>
>> Reviewed-by: Andy Moreton <[email protected]>
>> Reviewed-by: Viacheslav Galaktionov
>> <[email protected]>
>
> No capital letters in E-mail address, please.
>
fixed while merging
> Reviewed-by: Andrew Rybchenko <[email protected]>
>
Applied to dpdk-next-net/main, thanks.