Re: [dpdk-dev] [PATCH v2] eal/windows: fix invalid thread handle

2020-05-25 Thread Thomas Monjalon
25/05/2020 03:02, Dmitry Kozlyuk: > On Sat, 23 May 2020 00:25:56 -0700 > Tasnim Bashar wrote: > > > Casting thread ID to handle is not accurate way to get thread handle. > > Need to use OpenThread function to get thread handle from thread ID. > > > > pthread_setaffinity_np and pthread_getaffinit

Re: [dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-25 Thread Robin Jarry
Hi Louise, 2020-05-22, Louise Kilheeney: > This patch set converts all python scripts in the project to use > python3 only. This is due to python2 being EOL in January 2020. > > One script not tested: ./config/arm/armv8_machine.py > > Louise Kilheeney (9): > app/test-bbdev: support python3 onl

Re: [dpdk-dev] [PATCH v2] doc: announce the removal of legacy virtio support

2020-05-25 Thread Maxime Coquelin
Hi Jerrin, I think what was agreed wasn't to remove Legacy Virtio support, but instead remove support for probing legacy Virtio devices when they are not bound to any Kernel drivers. It should still be possible to use these legacy Virtio devices when bound to VFIO or UIO. Regards, Maximle On 5/

Re: [dpdk-dev] [PATCH v2] doc: announce the removal of legacy virtio support

2020-05-25 Thread Jerin Jacob
On Mon, May 25, 2020 at 1:03 PM Maxime Coquelin wrote: > > Hi Jerrin, Hi Maxime, > > I think what was agreed wasn't to remove Legacy Virtio support, > but instead remove support for probing legacy Virtio devices when they > are not bound to any Kernel drivers. > > It should still be possible to

[dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-25 Thread jerinj
From: Jerin Jacob In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE based device driver probing will be removed in v20.08. The legacy virtio is the only consumer of RTE_KDRV_NONE based device driver probe scheme. The legacy virtio support will be available through existing

Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-25 Thread Maxime Coquelin
On 5/25/20 10:15 AM, jer...@marvell.com wrote: > From: Jerin Jacob > > In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE > based device driver probing will be removed in v20.08. > The legacy virtio is the only consumer of RTE_KDRV_NONE based > device driver probe scheme.

[dpdk-dev] [PATCH] net/octeontx2: fix seg fault on running procinfo

2020-05-25 Thread Harman Kalra
Segmentation fault has been observed while running procinfo with reset options i.e. --stats-reset and --xstats-reset. Reason is procinfo runs as a secondary process and tries to hold a lock which is part of struct mdev, which was not allocated as part of shared mememory. Fixes: 5ca59711f771 ("comm

Re: [dpdk-dev] [PATCH v3] doc: plan splitting the ethdev ops struct

2020-05-25 Thread Andrew Rybchenko
On 5/25/20 2:18 AM, Thomas Monjalon wrote: > 04/03/2020 10:57, Ferruh Yigit: >> For the ABI compatibility it is better to hide internal data structures >> from the application as much as possible. But because of some inline >> functions 'struct eth_dev_ops' can't be hidden completely. >> >> Plan is

Re: [dpdk-dev] [PATCH v4] examples/l2fwd: add cmdline option for forwarding port info

2020-05-25 Thread Bruce Richardson
On Sun, May 24, 2020 at 06:13:22PM +0200, Thomas Monjalon wrote: > Bruce, as maintainer of l2fwd example, any opinion about this change? > Assuming all previous discussion on it is resolved, I'm fine with this patch, though I suspect it will only make 20.08 now. Acked-by: Bruce Richardson > >

[dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Morten Brørup
Dear DPDK Techboard, I am writing this to raise awareness about the environment for contributing to DPDK, as I feel that it could be improved. This is not a personal thing - I have thick skin - but a general observation. I urge the DPDK Techboard to spend some time to focus on the process, and

Re: [dpdk-dev] [EXT] Re: [PATCH] eal: fix epoll fd list rebuild

2020-05-25 Thread Harman Kalra
On Sun, May 24, 2020 at 05:30:26PM +0200, Thomas Monjalon wrote: > External Email > > -- > 11/05/2020 15:43, Harman Kalra: > > An issue has been observed where epoll file descriptor > > list rebuilds every time an interrupt/alarm

Re: [dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-25 Thread Bruce Richardson
On Mon, May 25, 2020 at 09:27:17AM +0200, Robin Jarry wrote: > Hi Louise, > > 2020-05-22, Louise Kilheeney: > > This patch set converts all python scripts in the project to use > > python3 only. This is due to python2 being EOL in January 2020. > > > > One script not tested: ./config/arm/armv8_ma

Re: [dpdk-dev] [PATCH 20.08 9/9] config/arm: support python3 only

2020-05-25 Thread Bruce Richardson
On Sat, May 23, 2020 at 11:27:42PM +0200, Thomas Monjalon wrote: > 22/05/2020 16:10, Kilheeney, Louise: > > From: Thomas Monjalon > > > 22/05/2020 15:23, Louise Kilheeney: > > > > Changed script to explicitly use python3 only. > > > > > > What is the reason of this change? > > > > since python

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2020-05-25 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, May 24, 2020 11:47 PM > To: Kevin Traynor > Cc: Mcnamara, John ; Yigit, Ferruh > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note > > 11/03/2019 19:39, Kevin Traynor: > > Make clear that

Re: [dpdk-dev] [PATCH] telemetry: fix error and warning printfs

2020-05-25 Thread Bruce Richardson
On Sun, May 24, 2020 at 06:05:53PM +0200, Thomas Monjalon wrote: > 22/05/2020 18:48, Bruce Richardson: > > On Fri, May 22, 2020 at 10:04:44PM +0530, Jerin Jacob wrote: > > > On Fri, May 22, 2020 at 7:21 PM Ciara Power wrote: > > > > > > > > Initially, printf was used to indicate and error/warning

Re: [dpdk-dev] [PATCH v1] doc: update release notes for 20.05

2020-05-25 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, May 24, 2020 11:56 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] doc: update release notes for 20.05 > > 22/05/2020 16:06, John McNamara: > > +* **Added additional algorithms to the Cryptode

Re: [dpdk-dev] [PATCH v1] doc: update release notes for 20.05

2020-05-25 Thread Mcnamara, John
> -Original Message- > From: Kevin Traynor > Sent: Friday, May 22, 2020 4:18 PM > To: Mcnamara, John ; dev@dpdk.org > Cc: tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v1] doc: update release notes for 20.05 > > On 22/05/2020 15:06, John McNamara wrote: > > Fix grammar, spelling

Re: [dpdk-dev] [PATCH] dpdk-setup.sh: Prevent infinite loop, when end of input.

2020-05-25 Thread Piotr
Hi The script dpdk-setup.sh was froze wit full cpu usage when EOF input.  For example: dpdk-setup.sh <<< '11' or dpdk-setup.sh < 30/03/2020 16:18, Piotr Sieduszewski: From: Piotr Sieduszewski Signed-off-by: Piotr Sieduszewski Please add some explanations, it may help getting reviews

Re: [dpdk-dev] [PATCH] dpdk-setup.sh: Prevent infinite loop, when end of input.

2020-05-25 Thread Sieduszewski, Piotr
Hi I send answer yesterday, but now I put more examples from my scripts at work: as first, very simple deadlock: Dpd-setup.sh < /dev/null Deadlock without patch: for NIC in ${RTE_NIC-:3d:00.1} ; do $RTE_SDK/usertools/dpdk-setup.sh <<< "51 ${NIC} 62 " Done Above works

Re: [dpdk-dev] [PATCH v3] doc: plan splitting the ethdev ops struct

2020-05-25 Thread David Marchand
On Wed, Mar 4, 2020 at 10:57 AM Ferruh Yigit wrote: > > For the ABI compatibility it is better to hide internal data structures > from the application as much as possible. But because of some inline > functions 'struct eth_dev_ops' can't be hidden completely. > > Plan is to split the 'struct eth_d

Re: [dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-25 Thread Robin Jarry
2020-05-25, Bruce Richardson: > The 20.11 was just a suggestion from me, but I'm not sure it was ever > definitively agreed upon. I'd be ok with removing python2 support in either > 20.08 or deferring to 20.11. I don't think the patches would be different > no matter what release it being targetted

Re: [dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-25 Thread Kilheeney, Louise
I tested all scripts by running each of them manually, if you have any input into what tests you thinks would be good to run please do let me know. Louise Kilheeney > -Original Message- > From: Robin Jarry > Sent: Monday 25 May 2020 08:27 > To: Kilheeney, Louise > Cc: dev@dpdk.org >

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Jerin Jacob
> > Here are a couple of anonymous examples from the mailing list: > > An infrequent contributor got minor coding style suggestions to a patch, > although the coding style was similar to that of a closely related function > in the same library, but not perfectly matching the official coding style

Re: [dpdk-dev] [PATCH 20.08 0/9] adding support for python 3 only.

2020-05-25 Thread Robin Jarry
2020-05-25, Kilheeney, Louise: > I tested all scripts by running each of them manually, if you have any > input into what tests you thinks would be good to run please do let me > know. This should be enough to debunk the most obvious problems. Thanks. -- Robin

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 10:34 AM, Morten Brørup wrote: Dear DPDK Techboard, I am writing this to raise awareness about the environment for contributing to DPDK, as I feel that it could be improved. This is not a personal thing - I have thick skin - but a general observation. I urge the DPDK Techboard to

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Jerin Jacob
> I would add a third area: the process itself is arcane and inaccessible. > The current consensus among the community seems to be that IRC + mailing > list are "the most accessible" because "everyone has email" and "getting > on IRC is easy". > > However, the truth is, they aren't "accessible", th

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Bruce Richardson
On Mon, May 25, 2020 at 12:12:49PM +0100, Burakov, Anatoly wrote: > On 25-May-20 10:34 AM, Morten Brørup wrote: > > Dear DPDK Techboard, > > > > I am writing this to raise awareness about the environment for contributing > > to DPDK, as I feel that it could be improved. This is not a personal thi

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Thomas Monjalon
25/05/2020 13:58, Jerin Jacob: > 25/05/2020 11:34, Morten Brørup: > > sending patches over an > > email as opposed to a well-integrated web interface workflow is so alien > > to most people that it definitely does discourage new contributions. > > > > I understand the advantages of mailing lists (v

[dpdk-dev] DPDK 20.08 Mellanox Roadmap

2020-05-25 Thread Gal Cohen (Product)
Below is Mellanox's roadmap for DPDK20.08, which we are currently working on: rte_flow API updates: == [1] Extending the DPDK flow action API to enable support of a shared rte_flow_action context: A modification of a single rte_flow_action context replaces the current approach

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 1:53 PM, Thomas Monjalon wrote: 25/05/2020 13:58, Jerin Jacob: 25/05/2020 11:34, Morten Brørup: sending patches over an email as opposed to a well-integrated web interface workflow is so alien to most people that it definitely does discourage new contributions. I understand the ad

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Wiles, Keith
> On May 25, 2020, at 7:53 AM, Thomas Monjalon wrote: > > 25/05/2020 13:58, Jerin Jacob: >> 25/05/2020 11:34, Morten Brørup: >>> sending patches over an >>> email as opposed to a well-integrated web interface workflow is so alien >>> to most people that it definitely does discourage new contrib

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Wiles, Keith
> On May 25, 2020, at 9:28 AM, Burakov, Anatoly > wrote: > > On 25-May-20 1:53 PM, Thomas Monjalon wrote: >> 25/05/2020 13:58, Jerin Jacob: >>> 25/05/2020 11:34, Morten Brørup: sending patches over an email as opposed to a well-integrated web interface workflow is so alien to mo

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 1:08 PM, Bruce Richardson wrote: On Mon, May 25, 2020 at 12:12:49PM +0100, Burakov, Anatoly wrote: On 25-May-20 10:34 AM, Morten Brørup wrote: Dear DPDK Techboard, I am writing this to raise awareness about the environment for contributing to DPDK, as I feel that it could be impr

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Thomas Monjalon
25/05/2020 16:28, Burakov, Anatoly: > On 25-May-20 1:53 PM, Thomas Monjalon wrote: > > 25/05/2020 13:58, Jerin Jacob: > >> 25/05/2020 11:34, Morten Brørup: > >>> sending patches over an > >>> email as opposed to a well-integrated web interface workflow is so alien > >>> to most people that it defin

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Jerin Jacob
On Mon, May 25, 2020 at 8:34 PM Burakov, Anatoly wrote: > > On 25-May-20 1:08 PM, Bruce Richardson wrote: > > On Mon, May 25, 2020 at 12:12:49PM +0100, Burakov, Anatoly wrote: > >> On 25-May-20 10:34 AM, Morten Brørup wrote: > >>> Dear DPDK Techboard, > >>> > >>> I am writing this to raise awarene

[dpdk-dev] [PATCH v2] doc: update for ice

2020-05-25 Thread Xiaolong Ye
Update the description and limitation about ice PMD according to the product release strategy. Signed-off-by: Xiaolong Ye Acked-by: Qiming Yang --- doc/guides/nics/ice.rst | 29 + 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/doc/guides/nics/ice.rst

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Jerin Jacob
On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon wrote: > > 25/05/2020 16:28, Burakov, Anatoly: > > On 25-May-20 1:53 PM, Thomas Monjalon wrote: > > > 25/05/2020 13:58, Jerin Jacob: > > >> 25/05/2020 11:34, Morten Brørup: > > >>> sending patches over an > > >>> email as opposed to a well-integrated

Re: [dpdk-dev] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 4:22 PM, Thomas Monjalon wrote: 25/05/2020 16:28, Burakov, Anatoly: On 25-May-20 1:53 PM, Thomas Monjalon wrote: 25/05/2020 13:58, Jerin Jacob: 25/05/2020 11:34, Morten Brørup: sending patches over an email as opposed to a well-integrated web interface workflow is so alien to mos

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Stephen Hemminger
On Mon, 25 May 2020 13:08:19 +0100 Bruce Richardson wrote: > On Mon, May 25, 2020 at 12:12:49PM +0100, Burakov, Anatoly wrote: > > On 25-May-20 10:34 AM, Morten Brørup wrote: > > > Dear DPDK Techboard, > > > > > > I am writing this to raise awareness about the environment for > > > contributi

Re: [dpdk-dev] [PATCH v2] doc: update for ice

2020-05-25 Thread Ferruh Yigit
On 5/25/2020 4:22 PM, Xiaolong Ye wrote: > Update the description and limitation about ice PMD according to the > product release strategy. > > Signed-off-by: Xiaolong Ye > Acked-by: Qiming Yang Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Maxime Coquelin
On 5/25/20 5:35 PM, Jerin Jacob wrote: > On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon wrote: >> >> 25/05/2020 16:28, Burakov, Anatoly: >>> On 25-May-20 1:53 PM, Thomas Monjalon wrote: 25/05/2020 13:58, Jerin Jacob: > 25/05/2020 11:34, Morten Brørup: >> sending patches over an >>

Re: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver mapping table.

2020-05-25 Thread Ferruh Yigit
On 5/25/2020 3:03 AM, Xing, Beilei wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Friday, May 22, 2020 11:31 PM >> To: Xing, Beilei ; Chen, Zhaoyan >> ; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver >> mapping table. >> >> On 5/22

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 4:52 PM, Maxime Coquelin wrote: On 5/25/20 5:35 PM, Jerin Jacob wrote: On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon wrote: 25/05/2020 16:28, Burakov, Anatoly: On 25-May-20 1:53 PM, Thomas Monjalon wrote: 25/05/2020 13:58, Jerin Jacob: 25/05/2020 11:34, Morten Brørup: sen

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Jerin Jacob
On Mon, May 25, 2020 at 9:22 PM Maxime Coquelin wrote: > > > > On 5/25/20 5:35 PM, Jerin Jacob wrote: > > On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon wrote: > >> > >> 25/05/2020 16:28, Burakov, Anatoly: > >>> On 25-May-20 1:53 PM, Thomas Monjalon wrote: > 25/05/2020 13:58, Jerin Jacob: >

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Maxime Coquelin
On 5/25/20 5:59 PM, Burakov, Anatoly wrote: > On 25-May-20 4:52 PM, Maxime Coquelin wrote: >> >> >> On 5/25/20 5:35 PM, Jerin Jacob wrote: >>> On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon >>> wrote: 25/05/2020 16:28, Burakov, Anatoly: > On 25-May-20 1:53 PM, Thomas Monjalon wro

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Burakov, Anatoly
On 25-May-20 5:04 PM, Maxime Coquelin wrote: On 5/25/20 5:59 PM, Burakov, Anatoly wrote: On 25-May-20 4:52 PM, Maxime Coquelin wrote: On 5/25/20 5:35 PM, Jerin Jacob wrote: On Mon, May 25, 2020 at 8:52 PM Thomas Monjalon wrote: 25/05/2020 16:28, Burakov, Anatoly: On 25-May-20 1:53 PM,

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Bruce Richardson
On Mon, May 25, 2020 at 08:47:23AM -0700, Stephen Hemminger wrote: > On Mon, 25 May 2020 13:08:19 +0100 > Bruce Richardson wrote: > > > On Mon, May 25, 2020 at 12:12:49PM +0100, Burakov, Anatoly wrote: > > > On 25-May-20 10:34 AM, Morten Brørup wrote: > > > > Dear DPDK Techboard, > > > > > > >

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Thomas Monjalon
25/05/2020 18:09, Burakov, Anatoly: > On 25-May-20 5:04 PM, Maxime Coquelin wrote: > > On 5/25/20 5:59 PM, Burakov, Anatoly wrote: > >> On 25-May-20 4:52 PM, Maxime Coquelin wrote: > >>> On 5/25/20 5:35 PM, Jerin Jacob wrote: > On May 25, 2020 Thomas Monjalon wrote: > > My concern about cl

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Wiles, Keith
> On May 25, 2020, at 11:28 AM, Thomas Monjalon wrote: > > 25/05/2020 18:09, Burakov, Anatoly: >> On 25-May-20 5:04 PM, Maxime Coquelin wrote: >>> On 5/25/20 5:59 PM, Burakov, Anatoly wrote: On 25-May-20 4:52 PM, Maxime Coquelin wrote: > On 5/25/20 5:35 PM, Jerin Jacob wrote: >> O

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Thomas Monjalon
25/05/2020 18:57, Wiles, Keith: > On May 25, 2020, at 11:28 AM, Thomas Monjalon wrote: > > 25/05/2020 18:09, Burakov, Anatoly: > >> On 25-May-20 5:04 PM, Maxime Coquelin wrote: > >>> On 5/25/20 5:59 PM, Burakov, Anatoly wrote: > On 25-May-20 4:52 PM, Maxime Coquelin wrote: > > On 5/25/20

[dpdk-dev] [PATCH v4] net/axgbe: enabling VLAN support in axgbe

2020-05-25 Thread ssardar
From: Sardar Shamsher Singh adding below APIs for axgbe - axgbe_enable_rx_vlan_stripping: to enable vlan header stipping - axgbe_disable_rx_vlan_stripping: to disable vlan header stipping - axgbe_enable_rx_vlan_filtering: to enable vlan filter mode - axgbe_disable_rx_vlan_filtering: to disable vl

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDK contribution processes

2020-05-25 Thread Wiles, Keith
> On May 25, 2020, at 12:32 PM, Thomas Monjalon wrote: > > 25/05/2020 18:57, Wiles, Keith: >> On May 25, 2020, at 11:28 AM, Thomas Monjalon wrote: >>> 25/05/2020 18:09, Burakov, Anatoly: On 25-May-20 5:04 PM, Maxime Coquelin wrote: > On 5/25/20 5:59 PM, Burakov, Anatoly wrote: >>

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDKcontribution processes

2020-05-25 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, May 25, 2020 6:29 PM > > 25/05/2020 18:09, Burakov, Anatoly: > > On 25-May-20 5:04 PM, Maxime Coquelin wrote: > > > On 5/25/20 5:59 PM, Burakov, Anatoly wrote: > > >> On 25-May-20 4:52 PM, Maxime Coquelin wrote:

[dpdk-dev] [PATCH] doc: add tested platforms with Broadcom NICs

2020-05-25 Thread Ajit Khaparde
Signed-off-by: Ajit Khaparde --- doc/guides/rel_notes/release_20_05.rst | 49 ++ 1 file changed, 49 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index a61631e87..46fb30127 100644 --- a/doc/guides/rel_notes/rel

[dpdk-dev] [PATCH v2] doc: update release notes for 20.05

2020-05-25 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.05 release notes. Signed-off-by: John McNamara --- v2: * Addressed comments from mailing list. * Tried to add a more coherent grouping to the crypto changes. doc/guides/rel_notes/release_20_05.rst | 274 - 1 f

Re: [dpdk-dev] [PATCH v2] doc: update release notes for 20.05

2020-05-25 Thread Mcnamara, John
> -Original Message- > From: Mcnamara, John > Sent: Monday, May 25, 2020 8:12 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; ktray...@redhat.com; Power, Ciara > ; Trahe, Fiona ; Mcnamara, > John > Subject: [PATCH v2] doc: update release notes for 20.05 > > Fix grammar, spelling and for

Re: [dpdk-dev] [dpdk-techboard] Consider improving the DPDKcontribution processes

2020-05-25 Thread Thomas Monjalon
25/05/2020 20:44, Morten Brørup: > From: Thomas Monjalon > > 25/05/2020 18:09, Burakov, Anatoly: > > > obviously, but i have a suspicion that we'll get more of it if we > > lower > > > the barrier for entry (not the barrier for merge!). I think there is > > a > > > way to lower the secondary skill

[dpdk-dev] [PATCH] mbuf: document rule for new fields and flags

2020-05-25 Thread Thomas Monjalon
Since dynamic fields and flags were added in 19.11, the idea was to use them for new features, not only PMD-specific. The rule is made more explicit in doxygen, in the mbuf guide, and in the contribution design guidelines. For more information about the original design, see the presentation https

Re: [dpdk-dev] [PATCH] doc: add tested platforms with Broadcom NICs

2020-05-25 Thread Thomas Monjalon
25/05/2020 16:50, Ajit Khaparde: > Signed-off-by: Ajit Khaparde Applied, thanks

Re: [dpdk-dev] [PATCH v2] doc: update release notes for 20.05

2020-05-25 Thread Thomas Monjalon
25/05/2020 21:11, John McNamara: > Fix grammar, spelling and formatting of DPDK 20.05 release notes. > > Signed-off-by: John McNamara > --- > > v2: * Addressed comments from mailing list. > * Tried to add a more coherent grouping to the crypto changes. Moved bnxt and igc in "more or less" a

[dpdk-dev] i40e VXLAN TSO issue

2020-05-25 Thread yang_y_yi
Hi, folk I'm trying to enable VXLAN TSO support in OVS DPDK, [1] is RFC patch, I tested it, it can work in term of functionality, but the performance is very bad, I don't know why, anybody can help on this? I tested it on X710, and tried dpdk 19.11 and dpdk 19.11.2, the same performance issue is

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] test-pmd: fix memory leaks when mtr policer actions update fails

2020-05-25 Thread wangyunjian
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, May 25, 2020 2:51 PM > To: wangyunjian > Cc: dev@dpdk.org; sta...@dpdk.org; Lilijun (Jerry) ; > xudingke ; wangyunjian ; > sta...@dpdk.org; cristian.dumitre...@intel.com > Subject: Re: [dpdk-stable] [

Re: [dpdk-dev] 【BUG REPORT】l3fwd-power can not exit by ctrl+c

2020-05-25 Thread oulijun
Hi, I have update the code into 20.05-rc2. However, the l3fwd-power startup fail. [root@centos-C3 build]# l3fwd-power -w :7d:00.1 -c 0xc00 -n 4 -- -P -p 0x01 --config '(0,0,27)' --parse-ptype EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Multi-process socket /var/run/

[dpdk-dev] xdp_umem_configure(): Failed to create umem

2020-05-25 Thread Deepak Gowda
Hi All, I'm fairly new to xdp, i'm trying to run the testpmd with af_xdp. I have checked all the prerequisites for af_xdp. I see testpmd exiting with the following error, ./testpmd -c 0x3 -n 4 --vdev net_af_xdp0,iface=tap0 -- -i EAL: Detected 8 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-proces