On Mon, Feb 03, 2025 at 01:25:08PM +0530, Shaiq Wani wrote:
> In case some CPUs don't support AVX512. Enable AVX2 for them to
> get better per-core performance.
>
> The single queue model processes all packets in order while
> the split queue model separates packet data and metadata into
> differe
On Fri, Feb 07, 2025 at 02:55:09PM +, Wani, Shaiq wrote:
> Hi,
>
> The AVX512 code paths and SSE code paths should be done together, we will
> look into it next release.
>
Yes, agree. There is little point in just doing the AVX2 path for now, best
to have all converted at the same time.
Th
/idpf: enable AVX2 for single queue Tx
On Mon, Feb 03, 2025 at 01:25:08PM +0530, Shaiq Wani wrote:
> In case some CPUs don't support AVX512. Enable AVX2 for them to get
> better per-core performance.
>
> The single queue model processes all packets in order while the split
> q
On Mon, Feb 03, 2025 at 01:25:08PM +0530, Shaiq Wani wrote:
> In case some CPUs don't support AVX512. Enable AVX2 for them to
> get better per-core performance.
>
> The single queue model processes all packets in order while
> the split queue model separates packet data and metadata into
> differe
In case some CPUs don't support AVX512. Enable AVX2 for them to
get better per-core performance.
The single queue model processes all packets in order while
the split queue model separates packet data and metadata into
different queues for parallel processing and improved performance.
Signed-off-
5 matches
Mail list logo