RE: [PATCH] event/dlb2: fix event weight handling in SSE code path

2025-02-18 Thread Jerin Jacob
> -Original Message- > From: Pathak, Pravin > Sent: Thursday, February 6, 2025 8:20 PM > To: Richardson, Bruce ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: [EXTERNAL] RE: [PATCH] event/dlb2: fix event weight handling in SSE > code path > > Reviewed-by: Pra

RE: [PATCH] event/dlb2: fix event weight handling in SSE code path

2025-02-06 Thread Pathak, Pravin
Reviewed-by: Pravin Pathak > -Original Message- > From: Richardson, Bruce > Sent: Tuesday, January 21, 2025 12:12 PM > To: dev@dpdk.org > Cc: Pathak, Pravin ; Richardson, Bruce > ; sta...@dpdk.org > Subject: [PATCH] event/dlb2: fix event weight handling in SSE

RE: [EXTERNAL] [PATCH] event/dlb2: fix event weight handling in SSE code path

2025-02-04 Thread Jerin Jacob
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, January 21, 2025 10:42 PM > To: dev@dpdk.org > Cc: Pravin Pathak ; Bruce Richardson > ; sta...@dpdk.org > Subject: [EXTERNAL] [PATCH] event/dlb2: fix event weight handling in SSE code > path > &g

[PATCH] event/dlb2: fix event weight handling in SSE code path

2025-01-21 Thread Bruce Richardson
Commit 6e2e98d6775b ("event/dlb2: support independent enqueue") updated the avx512 code path with support for the event, or "qe" weights. However, the SSE code path looks to have been missed in the update. Update the SSE "build_hcws" function to match the changes made to the AVX-512 version. Bugzi