On Tue, Jun 17, 2025 at 6:42 PM Tirthendu Sarkar <tirthendu.sar...@intel.com> wrote: > > The producer port and consumer queue addresses are configured during > port setup. These are needed during enqueue and dequeue operations. > For a eventdev that is configured in primary process, these need to be > stored so that secondary processes can retrieve them for doing enueue > and dequeue. > > Store producer port and consumer queue addresses during port setup and > retrieve them back in local data during secondary init. > > Additionally, add checks to retrieve stored addresses in primary data path > for ports configured in secondary. > > Signed-off-by: Tirthendu Sarkar <tirthendu.sar...@intel.com>
Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks event/dlb2: support secondary processes datapath