RE: [EXT] [PATCH v4] examples/ipsec-secgw: fix cryptodev to SA mapping

2024-03-13 Thread Akhil Goyal
> > There are use cases where a SA should be able to use different cryptodevs on > > different lcores, for example there can be cryptodevs with just 1 qp per VF. > > For this purpose this patch relaxes the check in create lookaside session > > function. > > Also add a check to verify that a CQP is

RE: [EXT] [PATCH v4] examples/ipsec-secgw: fix cryptodev to SA mapping

2024-02-27 Thread Anoob Joseph
> > -- > There are use cases where a SA should be able to use different cryptodevs on > different lcores, for example there can be cryptodevs with just 1 qp per VF. > For this purpose this patch relaxes the check in create lookasi

[PATCH v4] examples/ipsec-secgw: fix cryptodev to SA mapping

2024-02-27 Thread Radu Nicolau
There are use cases where a SA should be able to use different cryptodevs on different lcores, for example there can be cryptodevs with just 1 qp per VF. For this purpose this patch relaxes the check in create lookaside session function. Also add a check to verify that a CQP is available for the c