> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xing, Beilei
> Sent: Monday, July 15, 2019 11:20 AM
> To: Yang, Qiming ; dev@dpdk.org
> Cc: Yang, Qiming ; sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3] net/ice: fix flow validation fail
>
>
>
> > -
> > >
> > > This is a real bug which should be fixed in this release.
> > > As the patch is quite big and needs a strong validation, I prefer
> > > merging it quickly to give a lot of time before releasing 19.08-rc2.
> > > The maintainers of all concerned PMDs are Cc.
> > > Please make sure the int
From: Kiran Kumar K
Adding support for flags based extraction in octeontx2 Flow.
Patch supports extracting data greater than 32 bytes using lflags.
When flags based extraction is enabled, lower 4 bits will be
considered (16 flags) for indexing the flags, and will be used
for extraction.
Signed-o
> > (also, i don't really like the name NO_PAGE_BOUND since in
> > memzone API there's a "bounded memzone" allocation API, and this
> > flag's name reads like objects would not be bounded by page size,
> > not that they won't cross page
> > boundary)
> > >>>
> > >>> No stro
Ping.
Is anyone interested to collaborate on this RFC[2]?
Marvell would like to contribute on one SW(PCRE based) PMD and HW PMD for this
API.
Shahaf from Mellanox proposed a presentation on DPDK Regex device for upcoming
user space summit[1] so
It would be good to iron out the differences in va
On Sat, 13 Jul 2019 00:39:47 +0800
Xiao Zhang wrote:
> This patch tries to fix the coverity issues of dereference after null
> check.
>
> Coverity issue: 343452
> Coverity issue: 343447
> Coverity issue: 343422
> Coverity issue: 343416
> Coverity issue: 343407
> Coverity issue: 343403
> Coverity
> -Original Message-
> From: Honnappa Nagarahalli
> Sent: Friday, July 12, 2019 10:10 PM
> To: Jerin Jacob Kollanukkaran ; Gavin Hu (Arm
> Technology China) ; dev@dpdk.org
> Cc: nd ; tho...@monjalon.net; Pavan Nikhilesh Bhagavatula
> ; sta...@dpdk.org; Honnappa Nagarahalli
> ; nd
> Subjec
This patch tries to fix the coverity issues of dereference after null
check.
The addresses of receive queue start segment for ice, avf, i40e,
fm10k and ixgb were not checked before use. Add check to avoid
coverity issues.
Coverity issue: 343452
Coverity issue: 343407
Fixes: c68a52b8 ("net/ice: su
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang
> Sent: Monday, July 15, 2019 10:24 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v3] net/ice: fix flow validation fail
>
> ice_flow_valid_attr will return z
Hi Qiming,
I will update the commit log.
Thanks,
Xiao
> -Original Message-
> From: Yang, Qiming
> Sent: Monday, July 15, 2019 10:37 AM
> To: Zhang, Xiao ; dev@dpdk.org
> Cc: Zhang, Qi Z ; Wang, Xiao W
> ; Xing, Beilei ; Lu, Wenzhuo
>
> Subject: RE: [DPDK] drivers/net: fix dereference afte
Hi, Xiao
Please explain what's the issue you fixed in the commit log.
And for the fix patch, fix line is needed, please refer to other merged
patches.
commit e0474b94f8a36672d66be7408e3f7cf00e302329 is a good reference.
Qiming
-Original Message-
From: Zhang, Xiao
Sent: Saturday, July 13
ice_flow_valid_attr will return zero on success and a
negative value on error. Current return value check
logical is opposite to the expected behavior. This
patch fixed this issue.
Fixes: d76116a4678f ("net/ice: add generic flow API")
Cc: sta...@dpdk.org
Signed-off-by: Qiming Yang
---
drivers/n
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Haiyue Wang
> Sent: Friday, July 12, 2019 1:27 AM
> To: dev@dpdk.org
> Cc: Wang, Haiyue ; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v1] net/ice: use rx/tx DMA iova instead of
> phys_addr which is deprecated
>
06/07/2019 15:23, Anoob Joseph:
> The bit swaps can be removed by re-arranging the structure.
>
> Signed-off-by: Anoob Joseph
Series applied, thanks
12/07/2019 14:37, Jerin Jacob Kollanukkaran:
> > -Original Message-
> > From: Nithin Dabilpuram
> > Sent: Friday, July 12, 2019 2:56 PM
> > To: Jerin Jacob Kollanukkaran ; Nithin Kumar
> > Dabilpuram ; Vamsi Krishna Attunuru
> > ; John McNamara ;
> > Marko Kovacevic ; Kiran Kumar Kokkilaga
12/07/2019 16:56, Bruce Richardson:
> On Fri, Jul 12, 2019 at 03:48:08PM +0100, Anatoly Burakov wrote:
> > The config create function did not store the mem config address in
> > the shared memconfig structure, so the secondary processes couldn't
> > map it at the requred address.
> >
> > Fixes: b1
12/07/2019 16:47, Bruce Richardson:
> On Fri, Jul 12, 2019 at 03:04:02PM +0100, David Hunt wrote:
> > replace strcpy with rte_strlcpy to prevent buffer overrun
> > With fix, attempting to use a VERY lonng vm name results in a nicely
> > truncated 32 character name rather than a segfault:
> > Settin
Hi,
> -Original Message-
> From: Xiaoyu Min
> Sent: Wednesday, July 10, 2019 6:00 PM
> To: Raslan Darawsheh ; Slava Ovsiienko
> ; Shahaf Shuler ;
> Yongseok Koh ; John McNamara
> ; Marko Kovacevic
>
> Cc: dev@dpdk.org
> Subject: [Suspected-Phishing][PATCH v4] net/mlx5: support IP-in-IP t
On 11.07.2019 10:44, Adrien Mazarguil wrote:
On Wed, Jul 10, 2019 at 04:37:46PM +, Yongseok Koh wrote:
On Jul 10, 2019, at 5:26 AM, Thomas Monjalon wrote:
10/07/2019 14:01, Bruce Richardson:
On Wed, Jul 10, 2019 at 12:07:43PM +0200, Olivier Matz wrote:
On Wed, Jul 10, 2019 at 10:55:34AM
14/07/2019 07:10, Hyong Youb Kim (hyonkim):
> > -Original Message-
> > From: Thomas Monjalon
> > Sent: Thursday, July 11, 2019 6:21 AM
> [...]
> > Subject: Re: [dpdk-dev] [PATCH] vfio: fix interrupts race condition
> >
> > 10/07/2019 14:33, David Marchand:
> > > Populating the eventfd in
20 matches
Mail list logo