Re: [dpdk-dev] [PATCH] app/testpmd: guarantee that array access is in range

2020-02-19 Thread Lipiec, Herakliusz
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, February 19, 2020 12:40 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > ; Lipiec, Herakliusz > ; Govindharajan, Hariprasad > ; Burakov, Anatoly > > Cc: dev@dpdk.org; Yigit, Ferruh

Re: [dpdk-dev] [PATCH v9] app/testpmd: add portlist option

2020-02-12 Thread Lipiec, Herakliusz
> -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Wednesday, February 12, 2020 2:00 PM > To: Burakov, Anatoly ; Govindharajan, > Hariprasad ; Lu, Wenzhuo > ; Wu, Jingjing ; Iremonger, > Bernard ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org; step...@networkp

Re: [dpdk-dev] [PATCH v2] config: disable all kmods by default from v20.02

2020-02-12 Thread Lipiec, Herakliusz
This change also affects usertools/dpdk-setup.sh When following this: https://doc.dpdk.org/guides/linux_gsg/quick_start.html And trying to insert igb_uio, it gives following error: ## ERROR: Target does not have the DPDK UIO Kernel Module. To fix, please try to rebuild target. Should this

Re: [dpdk-dev] [PATCH] usertools: dpdk-telemetry-client.py run into looping status

2019-08-07 Thread Lipiec, Herakliusz
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Andrius Sirvys > > The ast.literal_eval() was used incorrectly and wouldn't properly retrieve the > user option. Was causing the options to keep being listed in a loop. Removed > and replaced with raw_input() being cast to an int. > Works as e

Re: [dpdk-dev] [PATCH v5] Examples/l3fwd: fix unaligned memory access

2019-07-30 Thread Lipiec, Herakliusz
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hariprasad > Govindharajan > > Fix unaligned memory access when reading IPv6 header which leads to > segmentation fault by changing aligned memory read to unaligned memory > read. > > Bugzilla ID: 279 > Fixes: 64d3955de1de ("examples/l3fwd:

Re: [dpdk-dev] Should we disallow running secondaries after primary has died?

2019-07-26 Thread Lipiec, Herakliusz
> From: Burakov, Anatoly > > On 26-Jul-19 5:44 PM, Lipiec, Herakliusz wrote: > > > > > >> -Original Message- > >> From: Burakov, Anatoly > >> > >> On 26-Jul-19 4:56 PM, Lipiec, Herakliusz wrote: > >>> >

Re: [dpdk-dev] Should we disallow running secondaries after primary has died?

2019-07-26 Thread Lipiec, Herakliusz
> -Original Message- > From: Burakov, Anatoly > > On 26-Jul-19 4:56 PM, Lipiec, Herakliusz wrote: > > > > > >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Burakov, Anatoly > >> On 26-Jul-19 4:01 PM, Stephen Hemminger wrote

Re: [dpdk-dev] Should we disallow running secondaries after primary has died?

2019-07-26 Thread Lipiec, Herakliusz
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Burakov, Anatoly > On 26-Jul-19 4:01 PM, Stephen Hemminger wrote: > > On Fri, 26 Jul 2019 10:53:58 +0100 > > "Burakov, Anatoly" wrote: > > > >>> > >>> NP to disallow it. > >>> In fact, I think it would be easier for everyone just to drop > >

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix unaligned memory access

2019-07-25 Thread Lipiec, Herakliusz
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aaron Conole > Sent: Thursday, July 25, 2019 2:28 PM > hgovindh writes: > > > Fix unaligned memory access when reading IPv6 header which leads to > > segmentation fault by changing aligned memory read to unaligned memory > > read. > > > >

Re: [dpdk-dev] [PATCH] mk: fix output directory name when compiling with custom kernel header dir

2019-07-19 Thread Lipiec, Herakliusz
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, July 19, 2019 12:37 PM > To: Lipiec, Herakliusz > Cc: dev@dpdk.org; sta...@dpdk.org; Richardson, Bruce > > Subject: Re: [dpdk-dev] [PATCH] mk: fix output directory name

Re: [dpdk-dev] [PATCH] mk: fix output directory name when compiling with custom kernel header dir

2019-07-19 Thread Lipiec, Herakliusz
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, July 18, 2019 11:25 PM > 18/07/2019 16:03, Herakliusz Lipiec: > > When building dpdk with differnt kernel headers by specifying > > RTE_KERNELDIR igb_uio is compiled to directory with a name of the > > version of kernel thats

Re: [dpdk-dev] [PATCH] mk: fix output directory name when compiling with custom kernel header dir

2019-07-18 Thread Lipiec, Herakliusz
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, July 18, 2019 2:44 PM > 18/07/2019 15:29, Herakliusz Lipiec: > > When building dpdk with differnt kernel headers by specifying > > RTE_KERNELDIR igb_uio is compiled to directory with a name of the > > version of kernel thats run

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/tap: ipc add check for number of messages received

2019-04-19 Thread Lipiec, Herakliusz
On 4/18/2019 7:13, Ferruh Yigit worte: > On 4/18/2019 6:19 PM, Herakliusz Lipiec wrote: > > A sucessfull call to rte_mp_request_sync does not guarantee that there > > are valid messages in the buffer, and this should be checked for > > before accessing data in the message. > > > > Fixes: c9aa56edec

Re: [dpdk-dev] [PATCH v2] example/ipv4_multicast: fix app hanging when using clone

2018-11-14 Thread Lipiec, Herakliusz
Hi Dong, I think that if a developer is to manipulate ol_flags, then its onto that developer to take care of copying ol_flags . Regards Herakliusz > -Original Message- > From: Wang, Dong1 > Sent: Wednesday, November 14, 2018 10:09 AM > To: Ananyev, Konstantin ; Lipiec, Herakl

Re: [dpdk-dev] [PATCH] test: reduce test time for hash multiwriter ut

2018-11-01 Thread Lipiec, Herakliusz
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Naga Suresh > Somarowthu > Sent: Thursday, September 27, 2018 7:39 AM > To: dev@dpdk.org > Cc: Richardson, Bruce ; De Lara Guarch, Pablo > ; Pattan, Reshma > ; Somarowthu, Naga SureshX > > Subject: [dpdk-dev] [PATC