[dpdk-dev] [PATCH v2] net/sfc: add device state check to reta update operation

2017-10-04 Thread Andrew Rybchenko
From: Ivan Malov The callback must not attempt to program RSS table to the HW in non-started state; the new table must be remembered and applied on the next start Fixes: 32bcfb0a50b1 ("net/sfc: update RSS redirection table") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Signed-off-by: Andrew R

Re: [dpdk-dev] [PATCH v3 7/7] app/crypto-perf: use single mempool

2017-10-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Tuesday, September 26, 2017 10:21 AM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org > Subject: Re: [PATCH v3 7/7] app/crypto-perf: use single mempool > > On 9/22/2017 1:25 PM, Pablo de Lara

Re: [dpdk-dev] [PATCH v3 3/4] doc: add mrvl net pmd documentation

2017-10-04 Thread Tomasz Duszynski
On Wed, Oct 04, 2017 at 01:29:01AM +0100, Ferruh Yigit wrote: +cc Shlomi. > On 10/3/2017 12:51 PM, Tomasz Duszynski wrote: > > Add documentation for the MRVL NET PMD driver. > > > > Signed-off-by: Jacek Siuda > > Signed-off-by: Tomasz Duszynski > > <...> > > > +; > > +[Features] > > +Speed capab

Re: [dpdk-dev] [PATCH v5 2/3] ethdev: introduce Tx queue offloads API

2017-10-04 Thread Shahaf Shuler
Tuesday, October 3, 2017 10:50 PM, Ferruh Yigit: > <...> > > > @@ -620,6 +628,15 @@ Supports packet type parsing and returns a list of > supported types. > > > > .. _nic_features_timesync: > > > > +Mbuf fast free > > +-- > > I think this is not one of the current tracked features. Is

Re: [dpdk-dev] [PATCH 1/2] net/tap: fix indentation in flow file

2017-10-04 Thread Pascal Mazon
Hi, I'm surprised there's only one place in the file with indent problem, but I'm ok with the patch otherwise. Ferruh, I didn't get what you mean; Matan is modifying tap_flow.c in patch 2/2, right? Best regards, Pascal On 04/10/2017 00:07, Ferruh Yigit wrote: > On 10/3/2017 3:55 PM, Matan Azrad

[dpdk-dev] [PATCH v6 0/4] ethdev new offloads API

2017-10-04 Thread Shahaf Shuler
Tx offloads configuration is per queue. Tx offloads are enabled by default, and can be disabled using ETH_TXQ_FLAGS_NO* flags. This behaviour is not consistent with the Rx side where the Rx offloads configuration is per port. Rx offloads are disabled by default and enabled according to bit field

[dpdk-dev] [PATCH v6 1/4] ethdev: introduce Rx queue offloads API

2017-10-04 Thread Shahaf Shuler
Introduce a new API to configure Rx offloads. In the new API, offloads are divided into per-port and per-queue offloads. The PMD reports capability for each of them. Offloads are enabled using the existing DEV_RX_OFFLOAD_* flags. To enable per-port offload, the offload should be set on both device

[dpdk-dev] [PATCH v6 2/4] ethdev: introduce Tx queue offloads API

2017-10-04 Thread Shahaf Shuler
Introduce a new API to configure Tx offloads. In the new API, offloads are divided into per-port and per-queue offloads. The PMD reports capability for each of them. Offloads are enabled using the existing DEV_TX_OFFLOAD_* flags. To enable per-port offload, the offload should be set on both device

[dpdk-dev] [PATCH v6 4/4] doc: add details on ethdev offloads API

2017-10-04 Thread Shahaf Shuler
Add the programmers guide details on the new offloads API introduced by commits: commit 67a1a59b597f ("ethdev: introduce Rx queue offloads API") commit f883eb32e2d4 ("ethdev: introduce Tx queue offloads API") Signed-off-by: Shahaf Shuler Reviewed-by: John McNamara --- doc/guides/prog_guide/pol

[dpdk-dev] [PATCH v6 3/4] ethdev: add mbuf fast free Tx offload

2017-10-04 Thread Shahaf Shuler
PMDs which expose this offload cap supports optimization for fast release of mbufs following successful Tx. Such optimization requires that per queue, all mbufs come from the same mempool and has refcnt = 1. Signed-off-by: Shahaf Shuler --- doc/guides/nics/features.rst | 9 + doc

Re: [dpdk-dev] [PATCH 2/2] net/tap: allow RSS flow action

2017-10-04 Thread Pascal Mazon
Hi, What you say stands to reason, I'm basically ok with your patch, except for one remark. The rest of the file has no line breaks anywhere, please remove the two you added. Best regards, Pascal On 03/10/2017 16:55, Matan Azrad wrote: > One of the main identified use cases for the tap PMD is to

[dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-04 Thread Shahaf Shuler
The PMD was using the wrong flag to query device checksum capabilities Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") Cc: shacha...@mellanox.com Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

Re: [dpdk-dev] [PATCH 2/2] net/tap: allow RSS flow action

2017-10-04 Thread Pascal Mazon
Hi, I was a little too quick earlier. The line breaks are justified because they follow the list of variable declarations. So I ack the whole patch series. Acked-by: Pascal Mazon On 04/10/2017 10:19, Pascal Mazon wrote: > Hi, > > What you say stands to reason, I'm basically ok with your patch,

Re: [dpdk-dev] [PATCH v3 2/4] net/mrvl: add mrvl net pmd driver

2017-10-04 Thread Tomasz Duszynski
On Wed, Oct 04, 2017 at 01:24:27AM +0100, Ferruh Yigit wrote: > On 10/3/2017 12:51 PM, Tomasz Duszynski wrote: > > Add support for the Marvell PPv2 (Packet Processor v2) 1/10 Gbps adapter. > > Driver is based on external, publicly available, light-weight Marvell > > MUSDK library that provides acce

[dpdk-dev] DPDK techboard minutes of September 15]

2017-10-04 Thread Pavan Nikhilesh Bhagavatula
On Wed, Sep 20, 2017 at 09:36:48PM +, Ananyev, Konstantin wrote: Hi everyone, As per the last techboard meeting's conclusion, > > 3) Request for feedback regarding the new license requirement for the > optimized version of 64bit division code from libdivide. > It was pointed out that curre

[dpdk-dev] [PATCH v4] Policy Based Power Control for Guest

2017-10-04 Thread David Hunt
This patchset adds the facility for a guest VM to send a policy down to the host that will allow the host to scale up/down cpu frequencies depending on the policy criteria independently of the DPDK app running in the guest. This differs from the previous vm_power implementation where individual sc

[dpdk-dev] [PATCH v4 4/9] examples/vm_power_mgr: add scale to medium freq fn

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/power_manager.c | 15 +++ examples/vm_power_manager/power_manager.h | 13 + 2 files changed, 28 insertions(+) diff --git a/examples/vm_power_manager/powe

[dpdk-dev] [PATCH v4 2/9] lib/librte_power: add extra msg type for policies

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- lib/librte_power/channel_commands.h | 52 + 1 file changed, 52 insertions(+) diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h in

[dpdk-dev] [PATCH v4 3/9] examples/vm_power_mgr: add vcpu to pcpu mapping

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/channel_manager.c | 62 + examples/vm_power_manager/channel_manager.h | 25 2 files changed, 87 insertions(+) diff --git a/examples/vm_p

[dpdk-dev] [PATCH v4 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Need a way to convert a vf id to a pf id on the host so as to query the pf for relevant statistics which are used for the frequency changes in the vm_power_manager app. Used when profiles are passed down from the guest to the host, allowing the host to map the vfs to pfs. Si

[dpdk-dev] [PATCH v4 5/9] examples/vm_power_mgr: add policy to channels

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/Makefile | 16 ++ examples/vm_power_manager/channel_monitor.c | 340 +++- examples/vm_power_manager/channel_monitor.h |

[dpdk-dev] [PATCH v4 6/9] examples/vm_power_mgr: add port initialisation

2017-10-04 Thread David Hunt
We need to initialise the port's we're monitoring to be able to see the throughput. Signed-off-by: Nemanja Marjanovic Signed-off-by: David Hunt --- examples/vm_power_manager/main.c | 220 +++ 1 file changed, 220 insertions(+) diff --git a/examples/vm_power_m

[dpdk-dev] [PATCH v4 7/9] power: add send channel msg function to map file

2017-10-04 Thread David Hunt
Adding new wrapper function to existing private (but unused 'till now) function with an rte_power_ prefix. The plan is to clean up all the header files in the next release so that only the intended public functions are in the map file and only the relevant headers have the rte_ prefix so that only

[dpdk-dev] [PATCH v4 9/9] examples/vm_power_mgr: set MAC address of VF

2017-10-04 Thread David Hunt
We need to set vf mac from the host, so that they will be in sync on the guest and the host. Otherwise, we'll have a random mac on the guest, and a 00:00:00:00:00:00 mac on the host. Signed-off-by: David Hunt --- examples/vm_power_manager/main.c | 60 +++- 1 f

[dpdk-dev] [PATCH v4 8/9] examples/guest_cli: add send policy to host

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Here we're adding an example of setting up a policy, and allowing the vm_cli_guest app to send it to the host using the cli command "send_policy now" Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- .../guest_cli/vm_power_cli_gue

Re: [dpdk-dev] [PATCH v3] vhost: Expose virtio interrupt need on rte_vhost API

2017-10-04 Thread Jan Scheurich
Friendly reminder: Could somebody please have a look at this patch now that the DPDK summit is over? Thanks, Jan > -Original Message- > From: Jan Scheurich > Sent: Saturday, 23 September, 2017 22:32 > To: 'dev@dpdk.org' > Subject: [PATCH v3] vhost: Expose virtio interrupt need on rte_vh

Re: [dpdk-dev] DPDK techboard minutes of September 15]

2017-10-04 Thread Hemant Agrawal
Hi Pavan, On 10/4/2017 2:45 PM, Pavan Nikhilesh Bhagavatula wrote: On Wed, Sep 20, 2017 at 09:36:48PM +, Ananyev, Konstantin wrote: Hi everyone, As per the last techboard meeting's conclusion, 3) Request for feedback regarding the new license requirement for the optimized version of 6

Re: [dpdk-dev] [PATCH v3 6/7] app/crypto-perf: support multiple queue pairs

2017-10-04 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Tuesday, September 26, 2017 9:42 AM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org > Subject: Re: [PATCH v3 6/7] app/crypto-perf: support multiple queue pairs > > Hi Pablo, > On 9

Re: [dpdk-dev] [PATCH v2 06/12] ethdev: extend ethdev to support security APIs

2017-10-04 Thread Shahaf Shuler
Tuesday, October 3, 2017 4:14 PM, Akhil Goyal: > From: Declan Doherty > > rte_flow_action type and ethdev updated to support rte_security sessions > for crypto offload to ethernet device. > > Signed-off-by: Boris Pismenny > Signed-off-by: Aviad Yehezkel > Signed-off-by: Radu Nicolau > Signed-

[dpdk-dev] [PATCH 0/3] service: add attribute get and reset

2017-10-04 Thread Harry van Haaren
This patchset adds two new functions to the service cores API, allowing the service library to expose generic attributes about the services, and to reset them. These attributes can be the cycle counts that cores have spent in the service-function. The 3rd patch in the series adds a new attribute, e

[dpdk-dev] [PATCH 1/3] service: add attribute get function

2017-10-04 Thread Harry van Haaren
This commit adds a new function to the service API to allow the application to retrieve items about each individual service in the system. A unit test checks the return values of a variety of invalid and valid calls. Signed-off-by: Harry van Haaren --- lib/librte_eal/bsdapp/eal/rte_eal_version.m

[dpdk-dev] [PATCH 3/3] service: add attribute for number of invokations

2017-10-04 Thread Harry van Haaren
This commit adds a new attribute to the service cores attributes API, which allows the application to retrieve the number of times that a service-core called the service to perform its action. Signed-off-by: Harry van Haaren --- lib/librte_eal/common/include/rte_service.h | 5 + lib/librte_

[dpdk-dev] [PATCH 2/3] service: add reset all attributes for service

2017-10-04 Thread Harry van Haaren
This commit introduces a new API, allowing the application to reset attributes of a service like the cycle count. Given this functionality is now exposed to the user, remove the resetting of stats during a dump() call. Signed-off-by: Harry van Haaren --- lib/librte_eal/bsdapp/eal/rte_eal_version

Re: [dpdk-dev] [PATCH v4 4/4] eventdev: Add tests for event eth Rx adapter APIs

2017-10-04 Thread Rao, Nikhil
On 10/2/2017 4:01 PM, Jerin Jacob wrote: -Original Message- Date: Sun, 24 Sep 2017 23:54:38 +0530 From: "Rao, Nikhil" To: Jerin Jacob CC: bruce.richard...@intel.com, gage.e...@intel.com, dev@dpdk.org, tho...@monjalon.net, harry.van.haa...@intel.com, hemant.agra...@nxp.com, nipun.gu

[dpdk-dev] [PATCH v4 1/8] app/crypto-perf: refactor common test code

2017-10-04 Thread Pablo de Lara
Currently, there is some duplication in all the test types, in the crypto performance application. In order to improve maintainability of this code, and ease future work on it, common functions have been separated in a different file that gets included in all the tests. Signed-off-by: Pablo de La

[dpdk-dev] [PATCH v4 0/8] Crypto-perf app improvements

2017-10-04 Thread Pablo de Lara
This patchset includes some improvements in the Crypto performance application, including app fixes and new parameter additions. The last patch, in particular, introduces performance improvements. Currently, crypto operations are allocated in a mempool and mbufs in a different one. Then mbufs are

[dpdk-dev] [PATCH v4 2/8] app/crypto-perf: set AAD after the crypto operation

2017-10-04 Thread Pablo de Lara
Instead of prepending the AAD (Additional Authenticated Data) in the mbuf, it is easier to set after the crypto operation, as it is a read-only value, like the IV, and then it is not restricted to the size of the mbuf headroom. Signed-off-by: Pablo de Lara --- app/test-crypto-perf/cperf_ops.c

[dpdk-dev] [PATCH v4 3/8] app/crypto-perf: parse AEAD data from vectors

2017-10-04 Thread Pablo de Lara
Since DPDK 17.08, there is specific parameters for AEAD algorithm, like AES-GCM. When verifying crypto operations with test vectors, the parser was not reading AEAD data (such as IV or key). Fixes: 8a5b494a7f99 ("app/test-crypto-perf: add AEAD parameters") Cc: sta...@dpdk.org Signed-off-by: Pablo

[dpdk-dev] [PATCH v4 6/8] app/crypto-perf: do not populate the mbufs at init

2017-10-04 Thread Pablo de Lara
For throughput and latency tests, it is not required to populate the mbufs with any test vector. For verify test, there is already a function that rewrites the mbufs every time they are going to be used with crypto operations. Signed-off-by: Pablo de Lara --- app/test-crypto-perf/cperf_test_comm

[dpdk-dev] [PATCH v4 5/8] app/crypto-perf: overwrite mbuf when verifying

2017-10-04 Thread Pablo de Lara
When running the verify test, mbufs in the pool were populated with the test vector loaded from a file. To avoid limiting the number of operations to the pool size, mbufs will be rewritten with the test vector, before linking them to the crypto operations. Signed-off-by: Pablo de Lara --- app/te

[dpdk-dev] [PATCH v4 4/8] app/crypto-perf: parse segment size

2017-10-04 Thread Pablo de Lara
Instead of parsing number of segments, from the command line, parse segment size, as it is a more usual case to have the segment size fixed and then different packet sizes will require different number of segments. Signed-off-by: Pablo de Lara --- app/test-crypto-perf/cperf_ops.c

[dpdk-dev] [PATCH v4 7/8] app/crypto-perf: support multiple queue pairs

2017-10-04 Thread Pablo de Lara
Add support for multiple queue pairs, when there are more logical cores available than crypto devices enabled. For instance, if there are 4 cores available and 2 crypto devices, each device will have two queue pairs. This is useful to have multiple logical cores using a single crypto device, witho

[dpdk-dev] [PATCH v4 8/8] app/crypto-perf: use single mempool

2017-10-04 Thread Pablo de Lara
In order to improve memory utilization, a single mempool is created, containing the crypto operation and mbufs (one if operation is in-place, two if out-of-place). This way, a single object is allocated and freed per operation, reducing the amount of memory in cache, which improves scalability. Si

Re: [dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-04 Thread NĂ©lio Laranjeiro
On Wed, Oct 04, 2017 at 11:28:43AM +0300, Shahaf Shuler wrote: > The PMD was using the wrong flag to query device checksum capabilities > > Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") > Cc: shacha...@mellanox.com > > Signed-off-by: Shahaf Shuler > --- > drivers/net/mlx5/mlx5.c

[dpdk-dev] [PATCH v5 0/5] net/i40e: implement dynamic mapping of flow types to pctypes

2017-10-04 Thread Kirill Rybalchenko
Implement dynamic mapping of software flow types to hardware pctypes. This allows to map new flow types to pctypes without changing API of the driver. v2: Remove unnecessary check for new flow types. Re-arrange patchset to avoid compillation errors. Remove unnecessary usage of statically defined f

[dpdk-dev] [PATCH v5 1/5] net/i40e: remove unnecessary bit operations

2017-10-04 Thread Kirill Rybalchenko
Remove unnecessary bit operations in I40E_PFQF_HENA and I40E_VFQF_HENA registers. Signed-off-by: Kirill Rybalchenko --- drivers/net/i40e/i40e_ethdev.c| 21 +++-- drivers/net/i40e/i40e_ethdev_vf.c | 22 -- 2 files changed, 7 insertions(+), 36 deletions(-)

[dpdk-dev] [PATCH v5 2/5] net/i40e: implement dynamic mapping of sw flow types to hw pctypes

2017-10-04 Thread Kirill Rybalchenko
Implement dynamic mapping of software flow types to hardware pctypes. This allows to add new flow types and pctypes for DDP without changing API of the driver. The mapping table is located in private data area for particular network adapter and can be individually modified with set of appropriate f

[dpdk-dev] [PATCH v5 3/5] net/i40e: add new functions to manipulate with pctype mapping table

2017-10-04 Thread Kirill Rybalchenko
Add new functions which allow modify, return or reset to default the contents of flow type to pctype dynamic mapping table. v3: Function rte_pmd_i40e_flow_type_mapping_get returns now full mapping table. v4: Fix typo in rte_pmd_i40e_version.map file. v5: Fix code style warnings. Signed-off-by:

[dpdk-dev] [PATCH v5 4/5] app/testpmd: add new commands to manipulate with pctype mapping

2017-10-04 Thread Kirill Rybalchenko
Add new commands to manipulate with dynamic flow type to pctype mapping table in i40e PMD. Commands allow to print table, modify it and reset to default value. v3: changed command syntax from 'pctype mapping...' to 'port config pctype mapping...' and 'show port pctype mapping' v4: Fix typos in cm

[dpdk-dev] [PATCH v5 5/5] ethdev: remove unnecessary check for new flow type

2017-10-04 Thread Kirill Rybalchenko
Remove unnecessary check for new flow type for rss hash filter update. Signed-off-by: Kirill Rybalchenko --- lib/librte_ether/rte_ethdev.c | 8 1 file changed, 8 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index 1849a3b..f3bf3e5 100644 --- a/

Re: [dpdk-dev] [PATCH] app: fix gcc -O3 compiler errors

2017-10-04 Thread Burakov, Anatoly
On 15-Aug-17 2:53 PM, Keith Wiles wrote: When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes compiler warnings for these two applications. Using Ubuntu 17.04 gcc compiler. Signed-off-by: Keith Wiles --- Acked-by: Anatoly Burakov

Re: [dpdk-dev] [PATCH] app/testpmd: wrong usage of fseek & ftell to determine filesize

2017-10-04 Thread Mrzyglod, DanielX T
>> >> This issue was about passing unsigned argument where should be signed >> number. >> In reality this is about wrong usage of fseek and ftell to determine >> filesize. >> This patch is compliant to suggestions from FIO19-C: >> "Do not use fseek() and ftell() to compute the size of a regular fi

Re: [dpdk-dev] [PATCH v6 1/6] gso: add Generic Segmentation Offload API framework

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Kavanagh, Mark B > Sent: Monday, October 2, 2017 5:46 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Ananyev, Konstantin ; Yigit, > Ferruh ; tho...@monjalon.net; Kavanagh, Mark B > > Subject: [PATCH v6 1/6] gso: add Generic Segmentation Offload A

Re: [dpdk-dev] [PATCH v2] vfio: refactor PCI BAR mapping

2017-10-04 Thread Burakov, Anatoly
On 25-Sep-17 4:04 PM, Jonas Pfefferle wrote: Split pci_vfio_map_resource for primary and secondary processes. Save all relevant mapping data in primary process to allow the secondary process to perform mappings. Signed-off-by: Jonas Pfefferle --- v2: * fix zero size and offset when trying to mm

Re: [dpdk-dev] [PATCH v3 2/4] net/mrvl: add mrvl net pmd driver

2017-10-04 Thread Tomasz Duszynski
On Wed, Oct 04, 2017 at 01:28:47AM +0100, Ferruh Yigit wrote: > On 10/3/2017 12:51 PM, Tomasz Duszynski wrote: > > Add support for the Marvell PPv2 (Packet Processor v2) 1/10 Gbps adapter. > > Driver is based on external, publicly available, light-weight Marvell > > MUSDK library that provides acce

Re: [dpdk-dev] [PATCH v6 1/6] gso: add Generic Segmentation Offload API framework

2017-10-04 Thread Kavanagh, Mark B
>From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 2:11 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 1/6] gso: add Generic Segmentation Offload API >framework > > > >> -Original Message- >>

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Ananyev, Konstantin
Hi Mark, > -Original Message- > From: Kavanagh, Mark B > Sent: Monday, October 2, 2017 5:46 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Ananyev, Konstantin ; Yigit, > Ferruh ; tho...@monjalon.net; Kavanagh, Mark B > > Subject: [PATCH v6 2/6] gso: add TCP/IPv4 GSO support >

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, October 4, 2017 2:32 PM > To: Kavanagh, Mark B ; dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Yigit, Ferruh ; tho...@monjalon.net > Subject: RE: [PATCH v6 2/6] gso: add TCP/IPv4 GSO support > > Hi Mark, > > > -

Re: [dpdk-dev] [PATCH v6 7/7] doc: add membership documentation

2017-10-04 Thread Mcnamara, John
> -Original Message- > From: Wang, Yipeng1 > Sent: Wednesday, October 4, 2017 4:12 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Tai, Charlie ; Gobriel, > Sameh ; De Lara Guarch, Pablo > ; Mcnamara, John > ; Wang, Yipeng1 > Subject: [PATCH v6 7/7] doc: add membership documentation >

Re: [dpdk-dev] [PATCH v6 4/4] doc: add details on ethdev offloads API

2017-10-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Wednesday, October 4, 2017 9:18 AM > To: Ananyev, Konstantin ; > tho...@monjalon.net; arybche...@solarflare.com; > jerin.ja...@caviumnetworks.com; Yigit, Ferruh > Cc: dev@dpdk.org > Subject:

Re: [dpdk-dev] [PATCH v6 6/6] doc: add GSO programmer's guide

2017-10-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mark Kavanagh > Sent: Monday, October 2, 2017 5:46 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng > ; Ananyev, Konstantin > ; Yigit, Ferruh ; > tho...@monjalon.net; Kavanagh, Mark B > Subject: [dpdk-dev] [

Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros

2017-10-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, October 3, 2017 10:15 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros > > 02/10/2017 20:57, Ferruh Yigit: > > On 1

[dpdk-dev] [PATCH v8 1/2] net/i40e: get information about protocols defined in ddp profile

2017-10-04 Thread Kirill Rybalchenko
This patch adds new package info types to get list of protocols, pctypes and ptypes defined in a profile --- v3 info_size parameter always represents size of the info buffer in bytes v6 fix bug with wrong usage of info_size parameter v7 change misleading variable names, change order of checking

[dpdk-dev] [PATCH v8 2/2] app/testpmd: get information about protocols defined in ddp profile

2017-10-04 Thread Kirill Rybalchenko
Update 'ddp get info' command to display protocols defined in a profile v5 buff_size parameter in rte_pmd_i40e_get_ddp_info function call always represents buffer size in bytes v6 fix bug with wrong usage of buff_size parameter v8 Fix code style warnings. Signed-off-by: Kirill Rybalchenko ---

[dpdk-dev] [PATCH v8 0/2] et/i40e: get information about protocols defined in ddp profile

2017-10-04 Thread Kirill Rybalchenko
This patch adds ability to request information about protocols defined in dynamic device personalization profile v2: Some code style warnings were removed v3: info_size parameter always represents size of the info buffer in bytes; fix code style; v4: another code style fixes v5: in testpmd buf

Re: [dpdk-dev] [PATCH v6 3/6] gso: add VxLAN GSO support

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Kavanagh, Mark B > Sent: Monday, October 2, 2017 5:46 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Ananyev, Konstantin ; Yigit, > Ferruh ; tho...@monjalon.net; Kavanagh, Mark B > > Subject: [PATCH v6 3/6] gso: add VxLAN GSO support > > This pa

Re: [dpdk-dev] [PATCH 0/3] Extend port and queue attribute get functions

2017-10-04 Thread Van Haaren, Harry
> From: Eads, Gage > Sent: Wednesday, September 20, 2017 4:21 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > > Subject: [PATCH 0/3] Extend port and queue attribute get functions > > This patchset makes the full queue and port configuration structures > accessible

Re: [dpdk-dev] [PATCH v6 4/6] gso: add GRE GSO support

2017-10-04 Thread Ananyev, Konstantin
> diff --git a/lib/librte_gso/rte_gso.c b/lib/librte_gso/rte_gso.c > index 6095689..b748ab1 100644 > --- a/lib/librte_gso/rte_gso.c > +++ b/lib/librte_gso/rte_gso.c > @@ -60,8 +60,9 @@ > > if ((gso_ctx->gso_size >= pkt->pkt_len) || (gso_ctx->gso_types & > (DEV_

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 2:36 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 2/6] gso: add TCP/IPv4 GSO support > > > >> -Original Message

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 2:32 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 2/6] gso: add TCP/IPv4 GSO support > >Hi Mark, > >> -Original Mes

Re: [dpdk-dev] [PATCH v6 3/6] gso: add VxLAN GSO support

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 3:12 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 3/6] gso: add VxLAN GSO support > > > >> -Original Message- >

Re: [dpdk-dev] [PATCH v6 4/6] gso: add GRE GSO support

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 3:16 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 4/6] gso: add GRE GSO support > > >> diff --git a/lib/librte_gso/rte_

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Ananyev, Konstantin
> >> int > >> rte_gso_segment(struct rte_mbuf *pkt, > >> @@ -41,12 +46,53 @@ > >>struct rte_mbuf **pkts_out, > >>uint16_t nb_pkts_out) > >> { > >> + struct rte_mempool *direct_pool, *indirect_pool; > >> + struct rte_mbuf *pkt_seg; > >> + uint64_t ol_flags; > >> + uint

Re: [dpdk-dev] [PATCH v6 2/6] gso: add TCP/IPv4 GSO support

2017-10-04 Thread Kavanagh, Mark B
>From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 3:49 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 2/6] gso: add TCP/IPv4 GSO support > >> >> int >> >> rte_gso_segment(struct rte_mbuf *pkt, >> >>

Re: [dpdk-dev] [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and GRE GSO

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Kavanagh, Mark B > Sent: Monday, October 2, 2017 5:46 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Ananyev, Konstantin ; Yigit, > Ferruh ; tho...@monjalon.net; Kavanagh, Mark B > > Subject: [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and

[dpdk-dev] [PATCH v5 0/9] Policy Based Power Control for Guest

2017-10-04 Thread David Hunt
Policy Based Power Control for Guest This patchset adds the facility for a guest VM to send a policy down to the host that will allow the host to scale up/down cpu frequencies depending on the policy criteria independently of the DPDK app running in the guest. This differs from the previous vm_po

[dpdk-dev] [PATCH v5 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Need a way to convert a vf id to a pf id on the host so as to query the pf for relevant statistics which are used for the frequency changes in the vm_power_manager app. Used when profiles are passed down from the guest to the host, allowing the host to map the vfs to pfs. Si

[dpdk-dev] [PATCH v5 3/9] examples/vm_power_mgr: add vcpu to pcpu mapping

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/channel_manager.c | 62 + examples/vm_power_manager/channel_manager.h | 25 2 files changed, 87 insertions(+) diff --git a/examples/vm_p

[dpdk-dev] [PATCH v5 2/9] lib/librte_power: add extra msg type for policies

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- lib/librte_power/channel_commands.h | 42 + 1 file changed, 42 insertions(+) diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h in

[dpdk-dev] [PATCH v5 4/9] examples/vm_power_mgr: add scale to medium freq fn

2017-10-04 Thread David Hunt
Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/power_manager.c | 15 +++ examples/vm_power_manager/power_manager.h | 13 + 2 files changed, 28 insertions(+) diff --git a/examples/vm_power_manager/powe

[dpdk-dev] [PATCH v5 5/9] examples/vm_power_mgr: add policy to channels

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- examples/vm_power_manager/Makefile | 16 ++ examples/vm_power_manager/channel_monitor.c | 321 +++- examples/vm_power_manager/channel_monitor.h |

[dpdk-dev] [PATCH v5 6/9] examples/vm_power_mgr: add port initialisation

2017-10-04 Thread David Hunt
We need to initialise the port's we're monitoring to be able to see the throughput. Signed-off-by: Nemanja Marjanovic Signed-off-by: David Hunt --- examples/vm_power_manager/main.c | 220 +++ 1 file changed, 220 insertions(+) diff --git a/examples/vm_power_m

[dpdk-dev] [PATCH v5 8/9] examples/guest_cli: add send policy to host

2017-10-04 Thread David Hunt
From: "Sexton, Rory" Here we're adding an example of setting up a policy, and allowing the vm_cli_guest app to send it to the host using the cli command "send_policy now" Signed-off-by: Nemanja Marjanovic Signed-off-by: Rory Sexton Signed-off-by: David Hunt --- .../guest_cli/vm_power_cli_gue

[dpdk-dev] [PATCH v5 7/9] power: add send channel msg function to map file

2017-10-04 Thread David Hunt
Adding new wrapper function to existing private (but unused 'till now) function with an rte_power_ prefix. The plan is to clean up all the header files in the next release so that only the intended public functions are in the map file and only the relevant headers have the rte_ prefix so that only

[dpdk-dev] [PATCH v5 9/9] examples/vm_power_mgr: set MAC address of VF

2017-10-04 Thread David Hunt
We need to set vf mac from the host, so that they will be in sync on the guest and the host. Otherwise, we'll have a random mac on the guest, and a 00:00:00:00:00:00 mac on the host. Signed-off-by: David Hunt --- examples/vm_power_manager/main.c | 43 +++- 1 f

Re: [dpdk-dev] [PATCH v4 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-04 Thread santosh
On Wednesday 04 October 2017 02:45 PM, David Hunt wrote: > From: "Sexton, Rory" > > Need a way to convert a vf id to a pf id on the host so as to query the pf > for relevant statistics which are used for the frequency changes in the > vm_power_manager app. Used when profiles are passed down from

Re: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module compilation to meson build

2017-10-04 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, September 21, 2017 3:55 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module compilation to > meson build > > Support compiling the FreeBSD kernel module

Re: [dpdk-dev] [PATCH v4 2/9] lib/librte_power: add extra msg type for policies

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 02:45 PM, David Hunt wrote: > Signed-off-by: Nemanja Marjanovic > Signed-off-by: Rory Sexton > Signed-off-by: David Hunt > --- my 2cent: General comment on implementation approach: IMO, we should avoid PMD details in common lib area. example: file channe

Re: [dpdk-dev] [PATCH v5 1/9] net/i40e: add API to convert VF MAC to VF id

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: > From: "Sexton, Rory" > > Need a way to convert a vf id to a pf id on the host so as to query the pf > for relevant statistics which are used for the frequency changes in the > vm_power_manager app. Used when profiles are passed

Re: [dpdk-dev] [PATCH v5 2/9] lib/librte_power: add extra msg type for policies

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: > Signed-off-by: Nemanja Marjanovic > Signed-off-by: Rory Sexton > Signed-off-by: David Hunt > --- Glad that ifdef clutter removed. Few nits though.. > lib/librte_power/channel_commands.h | 42 >

Re: [dpdk-dev] [PATCH v5 3/9] examples/vm_power_mgr: add vcpu to pcpu mapping

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: > Signed-off-by: Nemanja Marjanovic > Signed-off-by: Rory Sexton > Signed-off-by: David Hunt > --- > examples/vm_power_manager/channel_manager.c | 62 > + > examples/vm_power_manager/channel_manage

Re: [dpdk-dev] [PATCH v5 4/9] examples/vm_power_mgr: add scale to medium freq fn

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: > Signed-off-by: Nemanja Marjanovic > Signed-off-by: Rory Sexton > Signed-off-by: David Hunt > --- > examples/vm_power_manager/power_manager.c | 15 +++ > examples/vm_power_manager/power_manager.h | 13

Re: [dpdk-dev] [PATCH v6 0/4] ethdev new offloads API

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Shahaf Shuler [mailto:shah...@mellanox.com] > Sent: Wednesday, October 4, 2017 9:18 AM > To: Ananyev, Konstantin ; tho...@monjalon.net; > arybche...@solarflare.com; > jerin.ja...@caviumnetworks.com; Yigit, Ferruh > Cc: dev@dpdk.org > Subject: [PATCH v6 0/4]

Re: [dpdk-dev] [PATCH v6 3/6] gso: add VxLAN GSO support

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 3:12 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 3/6] gso: add VxLAN GSO support > > > >> -Original Message- >>

Re: [dpdk-dev] [PATCH v1 6/6] bbdev: auxiliary changes to DPDK framework

2017-10-04 Thread Burakov, Anatoly
On 30-Sep-17 2:37 AM, Amr Mokhtar wrote: diff --git a/mk/rte.app.mk b/mk/rte.app.mk index c25fdd9..7286ad9 100644 --- a/mk/rte.app.mk +++ b/mk/rte.app.mk @@ -93,6 +93,7 @@ _LDLIBS-$(CONFIG_RTE_LIBRTE_NET)+= -lrte_net _LDLIBS-$(CONFIG_RTE_LIBRTE_ETHER) += -lrte_ethdev _LDL

Re: [dpdk-dev] [PATCH v6 3/6] gso: add VxLAN GSO support

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Kavanagh, Mark B > Sent: Wednesday, October 4, 2017 5:14 PM > To: Ananyev, Konstantin ; dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Yigit, Ferruh ; tho...@monjalon.net > Subject: RE: [PATCH v6 3/6] gso: add VxLAN GSO support > > >-Original Message--

Re: [dpdk-dev] [PATCH v5 7/9] power: add send channel msg function to map file

2017-10-04 Thread santosh
Hi David, On Wednesday 04 October 2017 08:55 PM, David Hunt wrote: > Adding new wrapper function to existing private (but unused 'till now) > function with an rte_power_ prefix. > > The plan is to clean up all the header files in the next release so > that only the intended public functions are i

Re: [dpdk-dev] [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and GRE GSO

2017-10-04 Thread Ananyev, Konstantin
> -Original Message- > From: Kavanagh, Mark B > Sent: Wednesday, October 4, 2017 5:23 PM > To: Ananyev, Konstantin ; dev@dpdk.org > Cc: Hu, Jiayu ; Tan, Jianfeng ; > Yigit, Ferruh ; tho...@monjalon.net > Subject: RE: [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and GRE GSO > > >

Re: [dpdk-dev] [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and GRE GSO

2017-10-04 Thread Kavanagh, Mark B
>-Original Message- >From: Ananyev, Konstantin >Sent: Wednesday, October 4, 2017 4:09 PM >To: Kavanagh, Mark B ; dev@dpdk.org >Cc: Hu, Jiayu ; Tan, Jianfeng ; >Yigit, Ferruh ; tho...@monjalon.net >Subject: RE: [PATCH v6 5/6] app/testpmd: enable TCP/IPv4, VxLAN and GRE GSO > > > >> -Or

Re: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module compilation to meson build

2017-10-04 Thread Bruce Richardson
On Wed, Oct 04, 2017 at 04:34:11PM +0100, Van Haaren, Harry wrote: > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > > Sent: Thursday, September 21, 2017 3:55 PM > > To: dev@dpdk.org > > Cc: Richardson, Bruce > > Subject: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module

  1   2   >