[dpdk-dev] [EXT] RE: [PATCH v5 00/15] add eventmode to ipsec-secgw
Akhil Goyal
akhil.goyal at nxp.com
Thu Mar 12 14:25:11 CET 2020
> Hi Akhil,
>
> This is release note proposal for event mode feature.
>
>
>
> diff --git a/doc/guides/rel_notes/release_20_05.rst
> b/doc/guides/rel_notes/release_20_05.rst
> index 2190eaf..f8deda7 100644
> --- a/doc/guides/rel_notes/release_20_05.rst
> +++ b/doc/guides/rel_notes/release_20_05.rst
> @@ -56,6 +56,14 @@ New Features
> Also, make sure to start the actual text at the margin.
> =========================================================
>
> +* **Added event mode to ipsec-secgw application **
> +
> + Added event mode to ipsec-secgw application. The ipsec-secgw worker
> thread(s)
> + would be receiving events and would be submitting it back to the event device
> after
> + the processing. This way, multicore scaling and HW assisted scheduling is
> achieved
> + by making use of the event device capabilities. The event mode currently
> supports
> + only inline IPsec protocol offload.
> +
Modified it as below.
+* **Added event mode to ipsec-secgw application.**
+
+ Updated ipsec-secgw application to add event based packet processing. The worker
+ thread(s) would receive events and submit them back to the event device after
+ the processing. This way, multicore scaling and HW assisted scheduling is achieved
+ by making use of the event device capabilities. The event mode currently supports
+ only inline IPsec protocol offload.
+
> >>> Series Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
Series Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
Applied to dpdk-next-crypto
I may do some minor changes later while submitting pull request to master.
Thanks.
More information about the dev
mailing list