> As the queue pair used in secondary process needs to be set up by > the primary process, this patch adds an IPC register function to help > secondary process to send out queue-pair setup request to primary > process via IPC request messages. A new "qp_in_used_pid" param stores > the PID to provide the ownership of the queue-pair so that only the PID > matched queue-pair can be free'd in the request. > > Signed-off-by: Kai Ji <kai...@intel.com> > Acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- > v5: > - minor updates and typo fix Applied to dpdk-next-crypto
Thanks.