Re: [dpdk-dev] [PATCH v2] doc: fix update release notes for Mellanox drivers

2019-05-13 Thread Shahaf Shuler
Monday, May 13, 2019 9:43 AM, Ori Kam: > Subject: RE: [dpdk-dev] [PATCH v2] doc: fix update release notes for > Mellanox drivers > > Hi, > > PSB > > > -Original Message- > > From: Shahaf Shuler > > Sent: Monday, May 13, 2019 8:26 AM > > To: Ori Kam ; Yongseok Koh > ; > > Matan Azrad ; Th

Re: [dpdk-dev] [dpdk-techboard] Discussion on the OS Packaging of DPDK

2019-05-13 Thread Christian Ehrhardt
On Fri, May 10, 2019 at 8:43 PM Thomas Monjalon wrote: > > 10/05/2019 15:43, Bruce Richardson: > > On Fri, May 10, 2019 at 02:01:54PM +0100, Ray Kinsella wrote: > > > ( from the undersigned ) > > > > > > Hi folks, > > > > > > In light of the renewed community discussion on API Stability > > > (htt

Re: [dpdk-dev] [PATCH 00/11] Aquantia atlantic bugfixes

2019-05-13 Thread Igor Russkikh
> > Hi - some of these that are fixes will apply on 18.11 stable branch with > a little of rebasing, some will not. It will be cleaner to take the > fixes as a series. Can you send backports for the series for the 18.11 > branch, or let me know if they are not needed. Hi Kevin, I'll backport the

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

2019-05-13 Thread Mcnamara, John
> - * Added support for RSS RETA and hash configuration get API in a secondary > + * Added support for RSS RETA and hash configuration API in a secondary > I've tried to highlight that secondary process can read (get) RETA table and > hash > configuration, but cannot change it (update). In t

[dpdk-dev] [PATCH v3] doc: updated json sample code for fifo interface

2019-05-13 Thread David Hunt
From: Lukasz Krakowiak Updated doc for JSON sample code related to vm_power_manager fifo interface: "command": "destroy", "command": "power". Signed-off-by: Lukasz Krakowiak Acked-by: David Hunt --- v2: * coding style improved v3: * move Signed-off-by: to correct location in patch file. * reb

[dpdk-dev] [dpdk-announce] You're Invited: DPDK Summit China, June 24, Shanghai (co-located with KubeCon + CloudNativeCon + Open Source Summit)

2019-05-13 Thread Jill Lovato
DPDK Community, We invite you to attend the upcoming DPDK Summit China , June 24 in Shanghai. This event is co-located with KubeCon + CloudNativeCon + Open Source Summit China at the Shanghai Expo Centre. DPDK China is a community event focus

Re: [dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD

2019-05-13 Thread Smoczynski, MarcinX
10/05/2019 20:17, Thomas Monjalon: > 10/05/2019 19:14, Smoczynski, MarcinX: > > To summarize we have different visibility sets for Linux and BSD > > when using XOPEN_SOURCE or POSIX_C_SOURCE explicitly. To overcome > > this situation we can either remove problematic XOPEN macros from > > mk/meso

Re: [dpdk-dev] [dpdk-users] [Crypto-PMD and Libraries] Suggestions on porting/attaching existing libraries with Crypto PMDS

2019-05-13 Thread Trahe, Fiona
Hi Suraj, > -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Suraj R Gupta > Sent: Monday, May 13, 2019 6:11 AM > To: us...@dpdk.org; dev@dpdk.org > Subject: [dpdk-users] [dpdk-dev] [Crypto-PMD and Libraries] Suggestions on > porting/attaching existing > libra

Re: [dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD

2019-05-13 Thread Adrien Mazarguil
On Mon, May 13, 2019 at 09:51:24AM +, Smoczynski, MarcinX wrote: > 10/05/2019 20:17, Thomas Monjalon: > > 10/05/2019 19:14, Smoczynski, MarcinX: > > > To summarize we have different visibility sets for Linux and BSD > > > when using XOPEN_SOURCE or POSIX_C_SOURCE explicitly. To overcome > > >

[dpdk-dev] [RFC v7] /net: memory interface (memif)

2019-05-13 Thread Jakub Grajciar
Memory interface (memif), provides high performance packet transfer over shared memory. Signed-off-by: Jakub Grajciar --- MAINTAINERS |6 + app/test-pmd/testpmd.c |2 + config/common_base |5 + config/commo

Re: [dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD

2019-05-13 Thread Ananyev, Konstantin
Hi Adrien, > > On Mon, May 13, 2019 at 09:51:24AM +, Smoczynski, MarcinX wrote: > > 10/05/2019 20:17, Thomas Monjalon: > > > 10/05/2019 19:14, Smoczynski, MarcinX: > > > > To summarize we have different visibility sets for Linux and BSD > > > > when using XOPEN_SOURCE or POSIX_C_SOURCE explic

Re: [dpdk-dev] [PATCH 0/5] BBDEV PMD Drivers Extension for 19.08

2019-05-13 Thread Luca Boccassi
On Fri, 2019-05-10 at 17:05 -0700, Nic Chautru wrote: > This was deferred from 19.05 due to time running out. > Addition of a PMD for 4G FEC encoding and decoding functions for > Intel PAC N300 FPGA. > Extension of PMD based on Intel optimised SW libraries for 5G FEC. > The HW dependency is avai

[dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-13 Thread Nithin Dabilpuram
With the latest published interface of rte_eal_hotplug_[add,remove](), and rte_eth_dev_close(), rte_eth_dev_close() would cleanup all the data structures of port's eth dev leaving the device common resource intact if RTE_ETH_DEV_CLOSE_REMOVE is set in dev flags. So "port detach" (~hotplug remove) s

[dpdk-dev] [PATCH v3] doc: fix update release notes for Mellanox drivers

2019-05-13 Thread Ori Kam
This patch adds some missing features to Mellanox drivers release notes. It also updates the mlx5/mlx4 documentations. Fixes: d85b204b5dba ("doc: update release notes for Mellanox drivers") Cc: ys...@mellanox.com Signed-off-by: Ori Kam Acked-by: Shahaf Shuler --- v3: * Address ML comments. V

Re: [dpdk-dev] [PATCH v4] doc: announce ring API change

2019-05-13 Thread Olivier Matz
On Fri, May 10, 2019 at 04:28:16PM +, Eads, Gage wrote: > > -Original Message- > > From: Ola Liljedahl [mailto:ola.liljed...@arm.com] > > Sent: Friday, May 10, 2019 10:19 AM > > To: step...@networkplumber.org; Eads, Gage > > Cc: arybche...@solarflare.com; nd ; Ananyev, Konstantin > > ;

Re: [dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-05-13 Thread Olivier Matz
Hi Morten, On Fri, May 10, 2019 at 07:34:14PM +0200, Morten Brørup wrote: > TCP flags were moved to the TCP header file from the Ethernet control > header file, keeping their names intact. > > Missing TCP ECN flags were added. > > The ALL mask did not include TCP ECN flags, so it was renamed to

Re: [dpdk-dev] [RFC v2 01/14] net: add rte prefix to arp structures

2019-05-13 Thread Olivier Matz
Hi Stephen, On Mon, Apr 22, 2019 at 09:00:45AM -0700, Stephen Hemminger wrote: > On Wed, 10 Apr 2019 10:32:05 +0200 > Olivier Matz wrote: > > > Add 'rte_' prefix to structures: > > - rename struct arp_hdr as struct rte_arp_hdr. > > - rename struct arp_ipv4 as struct rte_arp_ipv4. > > > > Also r

Re: [dpdk-dev] [RFC v2 11/14] net: add rte prefix to ip defines

2019-05-13 Thread Olivier Matz
On Mon, Apr 22, 2019 at 09:05:54AM -0700, Stephen Hemminger wrote: > On Wed, 10 Apr 2019 10:32:15 +0200 > Olivier Matz wrote: > > > diff --git a/app/test-acl/main.c b/app/test-acl/main.c > > index b80179417..eb6294396 100644 > > --- a/app/test-acl/main.c > > +++ b/app/test-acl/main.c > > @@ -625,

Re: [dpdk-dev] [RFC v2 01/14] net: add rte prefix to arp structures

2019-05-13 Thread Olivier Matz
On Mon, Apr 22, 2019 at 09:03:27AM -0700, Stephen Hemminger wrote: > On Wed, 10 Apr 2019 10:32:05 +0200 > Olivier Matz wrote: > > > diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c > > b/drivers/net/bonding/rte_eth_bond_pmd.c > > index f30422a6d..9c5425ef5 100644 > > --- a/drivers/net/bonding

Re: [dpdk-dev] [dpdk-announce] release candidate 19.05-rc4

2019-05-13 Thread Raslan Darawsheh
Hi Thomas, We've tested rc4 in Mellanox and we are only missing one patch: http://patches.dpdk.org/patch/53382/ which is a major blocking for running MLX5 with failsafe PMD. Kindest regards, Raslan Darawsheh > -Original Message- > From: announce On Behalf Of Thomas > Monjalon > Sent: Fr

Re: [dpdk-dev] Mempool handler ops index allocation issue

2019-05-13 Thread Olivier Matz
Hi Gage, On Thu, May 09, 2019 at 10:19:55PM +, Eads, Gage wrote: > Hi all, > > I ran into a problem with a multi-process application, in which two processes > assigned the same mempool handler ops index to *different* handlers. This > happened because the two processes supplied the -d EAL a

Re: [dpdk-dev] ***Spam*** Re: Mempool handler ops index allocation issue

2019-05-13 Thread Andrew Rybchenko
Hi Olivier, On 5/13/19 3:14 PM, Olivier Matz wrote: Hi Gage, On Thu, May 09, 2019 at 10:19:55PM +, Eads, Gage wrote: Hi all, I ran into a problem with a multi-process application, in which two processes assigned the same mempool handler ops index to *different* handlers. This happened b

Re: [dpdk-dev] [PATCH] net: do not insert VLAN tag to shared mbufs

2019-05-13 Thread Olivier Matz
On Wed, Apr 17, 2019 at 09:12:55AM +0100, Bruce Richardson wrote: > On Tue, Apr 16, 2019 at 02:32:18PM -0400, Chas Williams wrote: > > > > > > On 4/16/19 12:28 PM, Bruce Richardson wrote: > > > On Tue, Apr 16, 2019 at 04:51:26PM +0100, Ferruh Yigit wrote: > > > > The vlan_insert() is buggy when i

Re: [dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-05-13 Thread Morten Brørup
Hi Olivier, Thank you for responding to this, and sorry about the noise with my initial failed commit attempts. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz > Sent: Monday, May 13, 2019 1:55 PM > To: Morten Brørup > Cc: tho...@monjalon.net; fer

Re: [dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD

2019-05-13 Thread Adrien Mazarguil
Hey Konstantin, On Mon, May 13, 2019 at 10:49:00AM +, Ananyev, Konstantin wrote: > Hi Adrien, > > > > > On Mon, May 13, 2019 at 09:51:24AM +, Smoczynski, MarcinX wrote: > > > 10/05/2019 20:17, Thomas Monjalon: > > > > 10/05/2019 19:14, Smoczynski, MarcinX: > > > > > To summarize we have

Re: [dpdk-dev] [PATCH v3] doc: updated json sample code for fifo interface

2019-05-13 Thread Thomas Monjalon
13/05/2019 11:04, David Hunt: > From: Lukasz Krakowiak > > Updated doc for JSON sample code related to vm_power_manager > fifo interface: "command": "destroy", "command": "power". There is no explanation about why this change is required. Was there some changes in the code? If yes, please provid

[dpdk-dev] [PATCH v2] doc: announce change in power API

2019-05-13 Thread Hajkowski
From: Marcin Hajkowski Function rte_power_set_env will no longer return success on attempt to set env in initialized state. Signed-off-by: Marcin Hajkowski Reviewed-by: Rami Rosen Acked-by: David Hunt Acked-by: Anatoly Burakov Acked-by: Bruce Richardson --- doc/guides/rel_notes/deprecation

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes

2019-05-13 Thread Thomas Monjalon
29/04/2019 12:31, Mohammad Abdul Awal: > On 24/04/2019 13:37, Jasvinder Singh wrote: > > Add deprecation note for making changes in data structures, APIs > > and macros in order to have more traffic classes, flexible > > mapping of pipe queues to traffic classes, subport level > > configuration of

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes

2019-05-13 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, May 13, 2019 2:56 PM > To: dev@dpdk.org > Cc: Awal, Mohammad Abdul ; Singh, > Jasvinder ; Dumitrescu, Cristian > ; Yigit, Ferruh ; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com; > step...

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] eventdev: fix Rx adapter event flush logic

2019-05-13 Thread Thomas Monjalon
13/05/2019 06:20, Elo, Matias (Nokia - FI/Espoo): > > > On 2019-05-10 15:30, Thomas Monjalon wrote: > >> Any review please? > > > > Reviewed-by: Mattias Rönnblom > > > > Mattias Elo reported "Thanks, I’ve tested this patch and can confirm that > > it fixes the problem." for the (nearly identic

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes

2019-05-13 Thread Thomas Monjalon
13/05/2019 15:59, Singh, Jasvinder: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 29/04/2019 12:31, Mohammad Abdul Awal: > > > On 24/04/2019 13:37, Jasvinder Singh wrote: > > > > Add deprecation note for making changes in data structures, APIs and > > > > macros in order to have more tra

[dpdk-dev] [PATCH v4] doc: updated json sample code for fifo interface

2019-05-13 Thread David Hunt
From: Lukasz Krakowiak Updated doc for JSON sample code related to vm_power_manager fifo interface: "command": "destroy", "command": "power". There is no code change to go with this doc update, it is to fix the docs to match the implementation in the code. Fixes: a63504a90f ("examples/power: ad

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] event/dsw: ignore scheduling type for single-link queues

2019-05-13 Thread Thomas Monjalon
10/05/2019 18:55, Eads, Gage: > > The scheduling type parameter is not applicable for single link > > queues. DSW would, at the time of rte_event_queue_setup(), erroneously > > verify that scheduling type was one of the supported types, and > > returned -ENOTSUP in case of RTE_SCHED_TYPE_ORDERED. >

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix device removal handler for multiport device

2019-05-13 Thread Thomas Monjalon
12/05/2019 19:17, Shahaf Shuler: > Sunday, May 12, 2019 3:15 PM, Shahaf Shuler: > > Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: fix device removal handler for > > multiport device > > > > Sunday, May 12, 2019 11:32 AM, Viacheslav Ovsiienko: > > > Subject: [dpdk-dev] [PATCH v2] net/mlx5: fix devic

Re: [dpdk-dev] [PATCH v4 1/2] examples/ipsec-secgw: fix 1st packet dropped for inline crypto

2019-05-13 Thread Ananyev, Konstantin
> > > > > > > Subject: RE: [PATCH v4 1/2] examples/ipsec-secgw: fix 1st > > > > > > > packet > > > dropped > > > > > for > > > > > > > inline crypto > > > > > > > > > > > > > > Hi Bernard, > > > > > > > > > > > > > > > - RTE_LOG_DP(DEBUG, IPSEC, "Create session for SA spi %u > > > > > > >

Re: [dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-05-13 Thread Stephen Hemminger
On Mon, 13 May 2019 15:02:57 +0200 Morten Brørup wrote: > > > > IMHO, adding the copyright for flags move is a bit overkill. > > I also added the two ECN flags and descriptions of all the flags. And removed > the misleading ALL flag. > > I don't know the formal or customary threshold criter

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by default configuration

2019-05-13 Thread Thomas Monjalon
13/05/2019 05:30, Zhao1, Wei: > From: Zhao1, Wei > > There is an error in function rxtx_port_config(), which may overwrite > > offloads > > configuration get from function launch_args_parse() when run testpmd app. So > > rxtx_port_config() should do "or" for port offloads. > > > > Fixes: d44f8a48

Re: [dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-05-13 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Monday, May 13, 2019 4:47 PM > To: Morten Brørup > Cc: Olivier Matz; tho...@monjalon.net; ferruh.yi...@intel.com; > arybche...@solarflare.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH]

Re: [dpdk-dev] [PATCH] doc: fix doxygen documentation for timer API

2019-05-13 Thread Thomas Monjalon
10/05/2019 18:38, Erik Gabriel Carrillo: > Now that some of the symbols in the timer lib are versioned, the > Doxygen documentation that is generated is incorrect. Group all > versioned symbols, listing the generic name first, and remove comments > for older versions of symbols. > > Signed-off-by

Re: [dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD

2019-05-13 Thread Ananyev, Konstantin
> Hey Konstantin, > > On Mon, May 13, 2019 at 10:49:00AM +, Ananyev, Konstantin wrote: > > Hi Adrien, > > > > > > > > On Mon, May 13, 2019 at 09:51:24AM +, Smoczynski, MarcinX wrote: > > > > 10/05/2019 20:17, Thomas Monjalon: > > > > > 10/05/2019 19:14, Smoczynski, MarcinX: > > > > >

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by default configuration

2019-05-13 Thread Ferruh Yigit
On 5/9/2019 8:20 AM, Wei Zhao wrote: > There is an error in function rxtx_port_config(), which may overwrite > offloads configuration get from function launch_args_parse() when run > testpmd app. So rxtx_port_config() should do "or" for port offloads. > > Fixes: d44f8a485f5d ("app/testpmd: enable

Re: [dpdk-dev] [PATCH v4] doc: updated json sample code for fifo interface

2019-05-13 Thread Thomas Monjalon
13/05/2019 16:13, David Hunt: > From: Lukasz Krakowiak > > Updated doc for JSON sample code related to vm_power_manager > fifo interface: "command": "destroy", "command": "power". > > There is no code change to go with this doc update, it is to fix > the docs to match the implementation in the c

Re: [dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-05-13 Thread Ferruh Yigit
On 5/13/2019 4:15 PM, Morten Brørup wrote: >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger >> Sent: Monday, May 13, 2019 4:47 PM >> To: Morten Brørup >> Cc: Olivier Matz; tho...@monjalon.net; ferruh.yi...@intel.com; >> arybche...@solarflare.co

Re: [dpdk-dev] [PATCH v3] doc: fix update release notes for Mellanox drivers

2019-05-13 Thread Thomas Monjalon
13/05/2019 13:41, Ori Kam: > This patch adds some missing features to Mellanox drivers release notes. > It also updates the mlx5/mlx4 documentations. > > Fixes: d85b204b5dba ("doc: update release notes for Mellanox drivers") > Cc: ys...@mellanox.com > > Signed-off-by: Ori Kam > Acked-by: Shahaf

Re: [dpdk-dev] [PATCH v3] build: disable armv8 crypto extension

2019-05-13 Thread Honnappa Nagarahalli
> > Per armv8 crypto extension support, make build always enable it by default as > long as compiler supports the feature while meson build only enables it for > 'default' machine of generic armv8 architecture. > > It is known that not all the armv8 platforms have the crypto extension. For > exam

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

2019-05-13 Thread Thomas Monjalon
10/05/2019 16:18, John McNamara: > Fix grammar, spelling and formatting of DPDK 19.05 release notes. > > Signed-off-by: John McNamara Applied (with asked change), thanks

Re: [dpdk-dev] [PATCH V3] doc: add guideines for initial PMD submission

2019-05-13 Thread Thomas Monjalon
02/05/2019 17:59, Mcnamara, John: > From: Rami Rosen [mailto:ramir...@gmail.com] > > > > This patch for DPDK Contributor's Guidelines indicates the repos against > > which a new PMD should be prepared; for example, for new network ethernet > > PMDs it should be dpdk-next-net, and for new crypto PM

Re: [dpdk-dev] [PATCH] doc: prepare security process for vulnerabilities

2019-05-13 Thread Thomas Monjalon
07/05/2019 18:02, Thomas Monjalon: > In case a vulnerability is discovered, the process to follow > is described in this document. > It has been inspired by the process of some referenced projects > and with the help of experts from Intel, RedHat, Mellanox > and the Linux Foundation. > > Signed-of

Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-13 Thread Thomas Monjalon
09/05/2019 07:31, Arnon Warshavsky: > On Wed, May 8, 2019 at 11:54 PM Thomas Monjalon wrote: > > > Two public functions from EAL and metrics libraries need to return > > some new error codes instead of calling rte_panic or rte_exit. > > > > Signed-off-by: Thomas Monjalon > Acked-By: Arnon Warsha

Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-13 Thread Thomas Monjalon
10/05/2019 11:34, Bruce Richardson: > On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > > On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > > > It is planned to make the rte_mem_config struct of the EAL private to > > > remove it from the visible ABI. Add a notice to announce

Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs

2019-05-13 Thread Thomas Monjalon
10/04/2019 11:18, Ferruh Yigit: > On 4/10/2019 10:16 AM, Bruce Richardson wrote: > > On Wed, Apr 10, 2019 at 10:36:25AM +0200, Olivier Matz wrote: > >> As discussed at techboard, the network definitions, structures > >> and functions will be prefixed by 'rte_'. > >> > >> Link: http://mails.dpdk.org

Re: [dpdk-dev] [PATCH] doc: add cryptodev gcm iv deprecation notice

2019-05-13 Thread Thomas Monjalon
> > This patch adds deprecation notice of changing iv behaviour > > when using Galois Counter Mode of operation. Right now IV of > > all supported sizes can be used. > [Fiona] nit - I would say "With this change..." rather than "Right now..." > Apart from this > Acked-by: Fiona Trahe Updated and

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for sched changes

2019-05-13 Thread Thomas Monjalon
13/05/2019 16:12, Thomas Monjalon: > 13/05/2019 15:59, Singh, Jasvinder: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > 29/04/2019 12:31, Mohammad Abdul Awal: > > > > On 24/04/2019 13:37, Jasvinder Singh wrote: > > > > > Add deprecation note for making changes in data structures, APIs

Re: [dpdk-dev] [PATCH v2] doc: announce change in power API

2019-05-13 Thread Thomas Monjalon
13/05/2019 15:52, Hajkowski: > From: Marcin Hajkowski > > Function rte_power_set_env will no longer return > success on attempt to set env in initialized state. > > Signed-off-by: Marcin Hajkowski > Reviewed-by: Rami Rosen > Acked-by: David Hunt > Acked-by: Anatoly Burakov > Acked-by: Bruce

Re: [dpdk-dev] [PATCH 0/5] BBDEV PMD Drivers Extension for 19.08

2019-05-13 Thread Chautru, Nicolas
Hi Luca, Is that fair to consider support meson build in a separate patchset once this one is applied? - Currently even on 19.05 there is no meson build support for the existing baseband driver ("turbo_sw"). - I believe that meson build is still experimental. Default build f

[dpdk-dev] [dpdk-announce] DPDK 19.05 released

2019-05-13 Thread Thomas Monjalon
A new major release is available: https://fast.dpdk.org/rel/dpdk-19.05.tar.xz The statistics: 1056 commits from 142 authors 1605 files changed, 78822 insertions(+), 27754 deletions(-) Below are some new features, grouped by category. General: - helloworld on Window

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by default configuration

2019-05-13 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, May 14, 2019 12:36 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org; Peng, Yuan ; Lu, Wenzhuo > > Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix offloads overwrite by > default configuration > > On 5/9/2

Re: [dpdk-dev] [PATCH v2] net/ice: set min and max MTU

2019-05-13 Thread Yang, Qiming
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, May 7, 2019 9:54 AM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: Stokes, Ian ; Yigit, Ferruh > ; dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v2] net/ice: set min and max MTU > > This commit sets the min and max supported MTU values

Re: [dpdk-dev] [PATCH v3 5/6] net/mlx4: add control of excessive memory pinning by kernel

2019-05-13 Thread Stephen Hemminger
On Mon, 13 May 2019 21:52:22 -0700 Stephen Hemminger wrote: > On Mon, 1 Apr 2019 14:17:56 -0700 > Yongseok Koh wrote: > > > +- ``mr_ext_memseg_en`` parameter [int] > > + > > + A nonzero value enables extending memseg when registering DMA memory. If > > + enabled, the number of entries in MR

Re: [dpdk-dev] [PATCH v3 5/6] net/mlx4: add control of excessive memory pinning by kernel

2019-05-13 Thread Stephen Hemminger
On Mon, 1 Apr 2019 14:17:56 -0700 Yongseok Koh wrote: > +- ``mr_ext_memseg_en`` parameter [int] > + > + A nonzero value enables extending memseg when registering DMA memory. If > + enabled, the number of entries in MR (Memory Region) lookup table on > datapath > + is minimized and it benefit

Re: [dpdk-dev] [PATCH v3] doc: fix update release notes for Mellanox drivers

2019-05-13 Thread Tom Barbette
Hi all, I still find it a little bit unclear about direct rules. And therefore, how to enable this large sclale mode. It is only available for eswitch ? Therefore PF rules will still be slow ? How can I be sure to be in direct mode ? At some point someone mentioned performance of using a seco