[PATCH] driver: crypto: scheduler: fix session size computation

2024-07-08 Thread jhascoet
From: Julien Hascoet The crypto scheduler session size computation was taking into account only the worker session sizes and not its own. Fixes: e2af4e403c1 ("crypto/scheduler: support DOCSIS security protocol") Cc: sta...@dpdk.org Signed-off-by: Julien Hascoet --- drivers/crypto/scheduler/sc

[PATCH] driver: crypto: scheduler: fix session size computation

2024-07-05 Thread jhascoet
From: jhascoet The crypto scheduler session size computation was taking into account only the worker session sizes and not its own. Fixes: e2af4e403c1 ("crypto/scheduler: support DOCSIS security protocol") Cc: sta...@dpdk.org Signed-off-by: Julien Hascoet --- drivers/crypto

[PATCH] driver: crypto: scheduler: fix session size computation

2024-07-05 Thread jhascoet
The crypto scheduler session size computation was taking into account only the worker session sizes and not its own. Fixes: e2af4e403c1 ("crypto/scheduler: support DOCSIS security protocol") Cc: sta...@dpdk.org Signed-off-by: Julien Hascoet --- drivers/crypto/scheduler/scheduler_pmd_ops.c | 2 +

[PATCH] driver: crypto: scheduler: fix session size computation

2024-07-02 Thread jhascoet
The crypto scheduler session size computation was taking into account only the worker session sizes and not its own. Fixes: e2af4e403c1 ("crypto/scheduler: support DOCSIS security protocol") Cc: sta...@dpdk.org Signed-off-by: Julien Hascoet --- drivers/crypto/scheduler/scheduler_pmd_ops.c | 2 +

[PATCH] app: enhance error check if enqueue fail in test_mbuf test_refcnt_iter

2023-08-24 Thread jhascoet
From: Julien Hascoet As the ring is big enough by construction, the ring enqueue ops cannot fail; therefore, we check and panic on it as soon as it is detected. Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --g

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-22 Thread jhascoet
From: Julien Hascoet In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-14 Thread jhascoet
From: Julien Hascoet In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-14 Thread jhascoet
From: Julien Hascoet In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/t

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-10 Thread jhascoet
From: Julien Hascoet In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/t

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-09 Thread jhascoet
From: Julien Hascoet In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/t

[PATCH] app: fix silent enqueue fail in test_mbuf test_refcnt_iter

2023-08-09 Thread jhascoet
In case of ring full state, we retry the enqueue operation in order to avoid mbuf loss. Fixes: af75078fece ("first public release") Signed-off-by: Julien Hascoet --- app/test/test_mbuf.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/test/test_mbuf.c b/app/t