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....@amd.com> Acked-by: Ferruh Yigit <ferruh.yi...@amd.com> Applied to dpdk-next-net/main, thanks.