[PATCH v2] net/axgbe: move offloads to Rx/Tx queue setup

Ferruh Yigit ferruh.yigit at amd.com
Thu Jan 19 10:15:43 CET 2023


On 1/19/2023 1:50 AM, Jesna K E wrote:
> For Multiprocess dpdk applications need to retrieve the offload parameter
> from the Device data directly that is shared between
> primary and secondary processes rather than accessing from
> Port private data (pdata) since this is not shared
> between primary and secondary process .
> 

It is not because of 'pdata' but because of ethdev in it
'rxq->pdata->eth_dev->...', eth_dev is not shared.
I will update the commit log according while merging.

> Signed-off-by: Jesna K E <jesna.k.e at amd.com>

Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list