RE: [PATCH v2 07/24] crypto/cnxk: enable Rx inject in security lookaside

2024-01-16 Thread Akhil Goyal
> Subject: [PATCH v2 07/24] crypto/cnxk: enable Rx inject in security lookaside > > From: Vidya Sagar Velumuri > > Add Rx inject fastpath API. > Add devargs to specify an LF to be used for Rx inject. It is better to specify the name of the devarg in description. > When

[PATCH v2 07/24] crypto/cnxk: enable Rx inject in security lookaside

2024-01-01 Thread Anoob Joseph
From: Vidya Sagar Velumuri Add Rx inject fastpath API. Add devargs to specify an LF to be used for Rx inject. When the RX inject feature flag is enabled: 1. Reserve a CPT LF to use for RX Inject mode. 2. Enable RXC and disable full packet mode for that LF. Signed-off-by: Anoob Joseph Signed-off