Re: [PATCH v3] mempool: micro-optimize put function

2022-12-27 Thread Andrew Rybchenko
On 12/24/22 13:46, Morten Brørup wrote: Micro-optimization: Reduced the most likely code path in the generic put function by moving an unlikely check out of the most likely code path and further down. Also updated the comments in the function. v3 (feedback from Konstantin Ananyev): * Removed as

Re: [PATCH] malloc: enhance NUMA affinity heuristic

2022-12-27 Thread zhoumin
Hi David, First of all, I sincerely apologize for the late reply. I had checked this issue carefully and had some useful findings. On Wed, Dec 21, 2022 at 22:57 PM, David Marchand wrote: Hello Min, On Wed, Dec 21, 2022 at 11:49 AM David Marchand wrote: Trying to allocate memory on the firs

[PATCH v7] doc: add PMD known issue

2022-12-27 Thread Mingjin Ye
Add a known issue: Rx path dynamic routing is not supported for PMD. Fixes: de853a3bb151 ("net/ice: disable DDP package on Windows") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- doc/guides/nics/ice.rst | 24 1 file changed, 24 insertions(+) diff --git a/doc/guides

Re: [PATCH v4] mempool cache: add zero-copy get and put functions

2022-12-27 Thread Andrew Rybchenko
On 12/24/22 14:55, Morten Brørup wrote: Zero-copy access to mempool caches is beneficial for PMD performance, and must be provided by the mempool library to fix [Bug 1052] without a performance regression. [Bug 1052]: https://bugs.dpdk.org/show_bug.cgi?id=1052 Bugzilla ID: 1052 v4: * Fix ch

Re: mailmap causing checkpatch warnings

2022-12-27 Thread Thomas Monjalon
24/12/2022 12:05, Morten Brørup: > Bruce, David, > > I just submitted a patch with an Acked-by from Konstantin, using his current > (Huawei) email address, and it triggered the following checkpatch warning: > Konstantin Ananyev mail differs from primary mail, please fix the commit > message or u

RE: [PATCH v4] mempool cache: add zero-copy get and put functions

2022-12-27 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Tuesday, 27 December 2022 10.24 > > On 12/24/22 14:55, Morten Brørup wrote: > > Zero-copy access to mempool caches is beneficial for PMD performance, > and > > must be provided by the mempool library to fix [Bug 1052] without

RE: mailmap causing checkpatch warnings

2022-12-27 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, 27 December 2022 11.15 > > 24/12/2022 12:05, Morten Brørup: > > Bruce, David, > > > > I just submitted a patch with an Acked-by from Konstantin, using his > current (Huawei) email address, and it triggered the following > checkp

[PATCH] maintainers: update ENA PMD maintainers list

2022-12-27 Thread Michal Krawczyk
The main driver maintenance is now handled by Amazon, and the new Amazon maintainer has been added (Ron Beider). As Semihalf interaction with the ENA PMD is going to be limited, Marcin Wojtas was removed from the maintainers list. Signed-off-by: Michal Krawczyk --- MAINTAINERS | 2 +- 1 file ch

dumpcap, interfaces, and promiscuous mode

2022-12-27 Thread Ben Magistro
I'd like to start out by saying what I believed to be a simple change (a8dde09 ("app/dumpcap: allow help/version without primary process")) seems to have had more ripples than I anticipated. I'd like to just get a conversation going here before developing/submitting a patch. I think this will lik

[PATCH v5] mempool cache: add zero-copy get and put functions

2022-12-27 Thread Morten Brørup
Zero-copy access to mempool caches is beneficial for PMD performance, and must be provided by the mempool library to fix [Bug 1052] without a performance regression. [Bug 1052]: https://bugs.dpdk.org/show_bug.cgi?id=1052 Bugzilla ID: 1052 v5: * Bugfix: Compare zero-copy get request to the cache

RE: [PATCH v3] mempool: micro-optimize put function

2022-12-27 Thread Morten Brørup
> From: Andrew Rybchenko [mailto:andrew.rybche...@oktetlabs.ru] > Sent: Tuesday, 27 December 2022 09.54 > > On 12/24/22 13:46, Morten Brørup wrote: > > Micro-optimization: > > Reduced the most likely code path in the generic put function by > moving an > > unlikely check out of the most likely cod

RE: [PATCH V1 02/11] net/mlx5/hws: add capabilities fields for vhca access

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org > Subject: [PATCH V1 02/11] net/mlx5/hws: add capabilities fields for vhca

RE: [PATCH V1 03/11] net/mlx5/hws: remove wrong PRM capability macros

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Yevgeny Kliteynik > Subject: [PATCH V1 03/11] net/mlx5/hws: remove wrong

RE: [PATCH V1 04/11] net/mlx5/hws: add PRM definitions for cross-vhca capabilities

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Yevgeny Kliteynik > Subject: [PATCH V1 04/11] net/mlx5/hws: add PRM defin

RE: [PATCH V1 05/11] net/mlx5/hws: read cross-vhca capabilities

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Yevgeny Kliteynik > Subject: [PATCH V1 05/11] net/mlx5/hws: read cross-vh

RE: [PATCH V1 06/11] net/mlx5/hws: added allow-other-vhca-access command

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Yevgeny Kliteynik > Subject: [PATCH V1 06/11] net/mlx5/hws: added allow-o

RE: [PATCH V1 07/11] net/mlx5/hws: added command to create alias objects

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Yevgeny Kliteynik > Subject: [PATCH V1 07/11] net/mlx5/hws: added command

RE: [PATCH V1 11/11] net/mlx5/hws: add debug details for cross gvmi

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org; Hamdan Igbaria > Subject: [PATCH V1 11/11] net/mlx5/hws: add debug detail

RE: [PATCH V1 08/11] net/mlx5/hws: add vhca identifier ID to the caps

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org > Subject: [PATCH V1 08/11] net/mlx5/hws: add vhca identifier ID to the cap

RE: [PATCH V1 09/11] net/mlx5/hws: support shared ibv-context with local one

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org > Subject: [PATCH V1 09/11] net/mlx5/hws: support shared ibv-context with >

RE: [PATCH V1 10/11] net/mlx5/hws: support actions while shared resources is used

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Monday, December 19, 2022 10:24 AM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Matan Azrad > Cc: dev@dpdk.org > Subject: [PATCH V1 10/11] net/mlx5/hws: support actions while shared > re

RE: [PATCH V1 11/11] net/mlx5/hws: add debug details for cross gvmi

2022-12-27 Thread Slava Ovsiienko
> -Original Message- > From: Erez Shitrit > Sent: Sunday, December 18, 2022 5:09 PM > To: Erez Shitrit ; Alex Vesker ; > Slava Ovsiienko ; NBU-Contact-Thomas Monjalon > (EXTERNAL) ; Suanming Mou > ; Matan Azrad > Cc: dev@dpdk.org; Ori Kam ; Hamdan Igbaria > > Subject: [PATCH V1 11/11] ne

Re: [PATCH v7] doc: add PMD known issue

2022-12-27 Thread Stephen Hemminger
On Tue, 27 Dec 2022 17:00:40 +0800 Mingjin Ye wrote: > + > +ice: Rx path is not supported after PF or DCF add vlan offload > +~~ > + > +If pmd does not enable Vlan offload during initialization, it will > +automatically select Rx paths t

Re: dumpcap, interfaces, and promiscuous mode

2022-12-27 Thread Stephen Hemminger
On Tue, 27 Dec 2022 09:26:14 -0500 Ben Magistro wrote: > I'd like to start out by saying what I believed to be a simple change > (a8dde09 ("app/dumpcap: allow help/version without primary process")) seems > to have had more ripples than I anticipated. I'd like to just get a > conversation going