[dpdk-dev] Ignoring number of bytes read in eal

2016-06-28 Thread Kobylinski, MichalX
Hi David, I'm working on issue reported by Coverity. CID 13212 - Ignoring number of bytes read: The number of bytes copied into the buffer can be smaller than the requested number and the buffer can potentially be accessed out of range. In rte_mem_virt2phy: Value returned from a function and

[dpdk-dev] [PATCH] cfgfile: fix integer overflow

2016-05-16 Thread Kobylinski, MichalX
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, May 16, 2016 12:06 PM > To: Kobylinski, MichalX > Cc: dev at dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH] cfgfile: fix integer overflow > Importan

[dpdk-dev] [PATCH v3 0/2] Increased number of next hops for LPM IPv4

2016-03-09 Thread Kobylinski, MichalX
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 9, 2016 1:42 AM > To: Kobylinski, MichalX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/2] Increased number of next hops for > LPM IPv4 > Im

[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4

2016-03-08 Thread Kobylinski, MichalX
> -Original Message- > From: Kobylinski, MichalX > Sent: Tuesday, March 8, 2016 4:54 PM > To: 'Thomas Monjalon' > Cc: dev at dpdk.org; Jerin Jacob > Subject: RE: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for > LPM IPv4 > > > > >

[dpdk-dev] [PATCH v2 0/2] Increase number of next hops for LPM IPv4

2016-03-08 Thread Kobylinski, MichalX
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, March 8, 2016 4:13 PM > To: Kobylinski, MichalX > Cc: dev at dpdk.org; Jerin Jacob > Subject: Re: [dpdk-dev] [PATCH v2 0/2] Increase number of next hops for > LPM IP

[dpdk-dev] [PATCH] lpm: merge tbl24 and tbl8 structures

2016-03-04 Thread Kobylinski, MichalX
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Friday, March 4, 2016 4:04 PM > To: Thomas Monjalon > Cc: Richardson, Bruce ; dev at dpdk.org; > Kobylinski, MichalX > Subject: Re: [dpdk-dev] [PATCH] lpm: merge tbl2

[dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure

2016-03-02 Thread Kobylinski, MichalX
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 2, 2016 4:29 PM > To: Kobylinski, MichalX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/2] lpm: extend ip4 next_hop and add config > structu

[dpdk-dev] Question about patchset order.

2016-02-23 Thread Kobylinski, MichalX
Hi Thomas, I sent in January a patch-set that extends to 24 bits a next_hop field in lpm library: http://dpdk.org/dev/patchwork/patch/10249/ http://dpdk.org/dev/patchwork/patch/10250/ also Jerin Jakob sent his patch-set with ARM architecture support in lpm library.

[dpdk-dev] [PATCH v4 0/3] add lpm support for NEON

2016-02-18 Thread Kobylinski, MichalX
> -Original Message- > From: Jerin Jacob [mailto:jerin.jacob at caviumnetworks.com] > Sent: Tuesday, February 16, 2016 5:44 PM > To: Kobylinski, MichalX > Cc: dev at dpdk.org; viktorin at rehivetech.com > Subject: Re: [dpdk-dev] [PATCH v4 0/3] add lpm support for NEON

[dpdk-dev] [PATCH v4 0/3] add lpm support for NEON

2016-02-16 Thread Kobylinski, MichalX
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob > Sent: Friday, February 12, 2016 1:29 PM > To: dev at dpdk.org > Cc: viktorin at rehivetech.com > Subject: [dpdk-dev] [PATCH v4 0/3] add lpm support for NEON > > - This patch enables lpm for ARM