DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Tirthendu Sarkar <tirthendu.sarkar@intel.com>
Cc: <dev@dpdk.org>, <pravin.pathak@intel.com>
Subject: Re: [PATCH v4] event/dlb2: consolidate AVX512 and SSE changes
Date: Thu, 22 May 2025 10:39:49 +0100	[thread overview]
Message-ID: <aC7w5cJskrB2yLcN@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20250408130048.3115648-1-tirthendu.sarkar@intel.com>

On Tue, Apr 08, 2025 at 08:00:48AM -0500, Tirthendu Sarkar wrote:
> Streamline code for AVX512 and SSE by consolidating the common code and
> adding runtime check for selecting appropriate path based on CPU
> capability.
> 
> Signed-off-by: Tirthendu Sarkar <tirthendu.sarkar@intel.com>
> 
> ---
> v4:
>  - Modify some AVX512 instructions to resolve compilation error on
>    older compliers
> v3:
>  - Simplified code for AVX/SSE paths
> v2:
>  - Addressed review comments [Bruce Richardson]
> ---
>  drivers/event/dlb2/dlb2.c        |  78 ++++++++-
>  drivers/event/dlb2/dlb2_avx512.c | 287 +++----------------------------
>  drivers/event/dlb2/dlb2_priv.h   |  10 +-
>  drivers/event/dlb2/dlb2_sse.c    | 242 +++-----------------------
>  4 files changed, 127 insertions(+), 490 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
 

      reply	other threads:[~2025-05-22  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-08 13:00 Tirthendu Sarkar
2025-05-22  9:39 ` Bruce Richardson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aC7w5cJskrB2yLcN@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=pravin.pathak@intel.com \
    --cc=tirthendu.sarkar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).