Re: [PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID

2025-03-18 Thread Thomas Monjalon
23/01/2025 11:27, Anoob Joseph: > > Subject: [PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID > > > > Fixing cryptodev and eventdev ID numbers. > > > > Fixes: 0dbe550a4af5 ("examples/ipsec-secgw: initialize event crypto > > adapter")

RE: [PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID

2025-01-23 Thread Anoob Joseph
> Subject: [PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID > > Fixing cryptodev and eventdev ID numbers. > > Fixes: 0dbe550a4af5 ("examples/ipsec-secgw: initialize event crypto adapter") > Cc: sta...@dpdk.org > > Signed-off-by: Tejasree Kondoj Acked-by: Anoob Joseph

[PATCH] examples/ipsec-secgw: fix cryptodev and eventdev ID

2024-12-01 Thread Tejasree Kondoj
Fixing cryptodev and eventdev ID numbers. Fixes: 0dbe550a4af5 ("examples/ipsec-secgw: initialize event crypto adapter") Cc: sta...@dpdk.org Signed-off-by: Tejasree Kondoj --- examples/ipsec-secgw/event_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-s