> -----Original Message----- > From: Tirthendu Sarkar <tirthendu. sarkar@ intel. com> > Sent: Tuesday, April 8, 2025 6: 31 PM > To: dev@ dpdk. org > Cc: bruce. richardson@ intel. com; pravin. pathak@ intel. com; Tirthendu Sarkar >
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
ZjQcmQRYFpfptBannerEnd
> -----Original Message-----
> From: Tirthendu Sarkar <tirthendu.sarkar@intel.com>
> Sent: Tuesday, April 8, 2025 6:31 PM
> To: dev@dpdk.org
> Cc: bruce.richardson@intel.com; pravin.pathak@intel.com; Tirthendu Sarkar
> <tirthendu.sarkar@intel.com>
> Subject: [EXTERNAL] [PATCH v4] event/dlb2: consolidate AVX512 and SSE
> changes
>
> 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 ZjQcmQRYFpfptBannerStart Prioritize security for external
> emails:
> Confirm sender and content safety before clicking links or opening attachments
> <https://us-phishalarm-
> ewt.proofpoint.com/EWT/v1/CRVmXkqW!to3Z1f8UAnVa9Q-
> c2d1a75llsiZWhaIku3wfs-4L9kE4PbZfEI7fJXP-
> MbPm2FLd5YH20gxH1eQr6I5YJrU5iLqy7Mg_SFHg_OMq_L0$>
> Report Suspicious
>
> ZjQcmQRYFpfptBannerEnd
> 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>
Please rebase to next-eventdev and send the updated patch and Keep Bruce's Ack in next version.
I will merge the next version.
[for-main]dell[dpdk-next-eventdev] $ git pw series apply 35002
Failed to apply patch:
Applying: event/dlb2: consolidate AVX512 and SSE changes
error: sha1 information is lacking or useless (drivers/event/dlb2/dlb2_sse.c).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 event/dlb2: consolidate AVX512 and SSE changes