[dpdk-dev] getting errno 14 while creating mbuf pool

2021-09-26 Thread Mohsen Meamarian
Hi friends, when I increase mbuf , creating mbuf pool in vpp starting failed : vnet[18135]: dpdk_pool_create:504: ioctl(VFIO_IOMMU_MAP_DMA) pool 'dpdk_mbuf_pool_socket0': Bad address (errno 14) how can I allocate more memory for mbuf creating pool? I can't decrease mbuf number. I use VFIO driver

[dpdk-dev] [PATCH] net/i40e: fix Rx packet statistics

2021-09-26 Thread Alvin Zhang
Some packets are discarded by the NIC because they are larger than the MTU, these packets should be counted as "RX error" instead of "RX packet". The register 'GL_RXERR1' can count above discarded packets. This patch adds reading and calculation of the 'GL_RXERR1' counter when reporting DPDK stati

[dpdk-dev] [PATCH v3] net/ice: enable Rx timestamp on Flex Descriptor

2021-09-26 Thread Simei Su
Use the dynamic mbuf to register timestamp field and flag. The ice has the feature to dump Rx timestamp value into dynamic mbuf field by flex descriptor. This feature is turned on by dev config "enable-rx-timestamp". Currently, it's only supported under scalar path. Signed-off-by: Simei Su --- v3

[dpdk-dev] [PATCH v9 0/3] testpmd shows incorrect rx_offload configuration

2021-09-26 Thread Jie Wang
Launch testpmd with multiple queues, and check rx_offload info. When testpmd shows the port configuration, it doesn't show RSS_HASH. --- v9: - add a release notes update for the new API. - update the description of the new API. - optimize the new API. - optimize the assignment of the offloads

[dpdk-dev] [PATCH v9 1/3] ethdev: add an API to get device configuration info

2021-09-26 Thread Jie Wang
This patch adds a new API "rte_eth_dev_conf_info_get()" to help users get device configuration info. Cc: sta...@dpdk.org Signed-off-by: Jie Wang --- lib/ethdev/rte_ethdev.c | 23 +++ lib/ethdev/rte_ethdev.h | 21 + lib/ethdev/version.map | 3 +++ 3 file

[dpdk-dev] [PATCH v9 2/3] doc: update release notes for new API

2021-09-26 Thread Jie Wang
Add information about new ethdev API. Cc: sta...@dpdk.org Signed-off-by: Jie Wang --- doc/guides/rel_notes/release_21_11.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index dcff939ae8..95e569f51c 1006

[dpdk-dev] [PATCH v9 3/3] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-09-26 Thread Jie Wang
The driver may change offloads info into dev->data->dev_conf in dev_configure which may cause port->dev_conf and port->rx_conf contain outdated values. This patch updates the offloads info if it changes to fix this issue. Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings") Cc: st

Re: [dpdk-dev] [PATCH v4] net/ice: support IEEE 1588 PTP for E810

2021-09-26 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Wednesday, September 22, 2021 4:47 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Wang, Haiyue ; Su, Simei > > Subject: [PATCH v4] net/ice: support IEEE 1588 PTP for E810 No need to mention E810, net/ice already imply its E810. > > Add ice s

Re: [dpdk-dev] [RFC] ethdev: change queue release callback

2021-09-26 Thread Xueming(Steven) Li
On Wed, 2021-08-11 at 12:57 +0100, Ferruh Yigit wrote: > On 8/10/2021 10:07 AM, Xueming(Steven) Li wrote: > > > > > > > -Original Message- > > > From: Ferruh Yigit > > > Sent: Tuesday, August 10, 2021 4:54 PM > > > To: Xueming(Steven) Li ; Singh, Aman Deep > > > ; Andrew Rybchenko > > >

Re: [dpdk-dev] [RFC V1] examples/l3fwd-power: fix memory leak for rte_pci_device

2021-09-26 Thread Huisong Li
在 2021/9/18 16:46, Thomas Monjalon 写道: 18/09/2021 05:24, Huisong Li: 在 2021/9/17 20:50, Thomas Monjalon 写道: 17/09/2021 04:13, Huisong Li: 在 2021/9/16 18:36, Thomas Monjalon 写道: 16/09/2021 10:01, Huisong Li: 在 2021/9/8 15:20, Thomas Monjalon 写道: 08/09/2021 04:01, Huisong Li: 在 2021/9/7 16

[dpdk-dev] [PATCH] net/vhost: merge vhost stats loop in vhost Tx/Rx

2021-09-26 Thread Gaoxiang Liu
To improve performance in vhost Tx/Rx, merge vhost stats loop. eth_vhost_tx has 2 loop of send num iteraion. It can be merge into one. eth_vhost_rx has the same issue as Tx. Fixes: 4d6cf2ac93dc ("net/vhost: add extended statistics") Signed-off-by: Gaoxiang Liu --- drivers/net/vhost/rte_eth_vhos

Re: [dpdk-dev] [PATCH v2 1/3] app/flow-perf: support meter policy API

2021-09-26 Thread Wisam Monther
Hi, > -Original Message- > From: Rongwei Liu > Sent: Wednesday, July 21, 2021 10:06 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon ; Wisam Monther > > Cc: dev@dpdk.org; Raslan Darawsheh ; Haifei Luo > ; Jiawei(Jonny) Wang > Subject: [PATCH v2 1/3] ap

Re: [dpdk-dev] [PATCH v2 2/3] app/flow-perf: add new meter CIR Configuration

2021-09-26 Thread Wisam Monther
> -Original Message- > From: Rongwei Liu > Sent: Wednesday, July 21, 2021 10:06 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon ; Wisam Monther > > Cc: dev@dpdk.org; Raslan Darawsheh ; Jiawei(Jonny) > Wang > Subject: [PATCH v2 2/3] app/flow-perf: ad

Re: [dpdk-dev] [PATCH v2 3/3] app/flow-perf: add the supports for meter PPS

2021-09-26 Thread Wisam Monther
Hi, > -Original Message- > From: Rongwei Liu > Sent: Wednesday, July 21, 2021 10:06 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon ; Wisam Monther > > Cc: dev@dpdk.org; Raslan Darawsheh ; Jiawei(Jonny) > Wang > Subject: [PATCH v2 3/3] app/flow-perf:

[dpdk-dev] [PATCH v4] net/ice: enable Rx timestamp on Flex Descriptor

2021-09-26 Thread Simei Su
Use the dynamic mbuf to register timestamp field and flag. The ice has the feature to dump Rx timestamp value into dynamic mbuf field by flex descriptor. This feature is turned on by dev config "enable-rx-timestamp". Currently, it's only supported under scalar path. Signed-off-by: Simei Su --- v4

[dpdk-dev] [PATCH 00/11] net/mlx5: support shared Rx queue

2021-09-26 Thread Xueming Li
Implemetation of Shared Rx queue. Depends-on: series-18996 ("ethdev: introduce shared Rx queue") Depends-on: series-18065 ("net/mlx5: keep indirect actions across port restart") Depends-on: series-18939 ("ethdev: change queue release callback") Xueming Li (11): common/mlx5: support receive queu

[dpdk-dev] [PATCH 08/11] net/mlx5: remove port info from shareable Rx queue

2021-09-26 Thread Xueming Li
To prepare for shared Rx queue, removes port info from shareable Rx queue control. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_devx.c | 2 +- drivers/net/mlx5/mlx5_mr.c | 7 --- drivers/net/mlx5/mlx5_rx.c | 15 +++ drivers/net/mlx5/mlx5_rx.h | 5 +

[dpdk-dev] [PATCH 04/11] net/mlx5: split multiple packet Rq memory pool

2021-09-26 Thread Xueming Li
Port info is invisible from shared Rx queue, split MPR mempool from device to Rx queue, also changed pool flag to mp_sc. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 1 - drivers/net/mlx5/mlx5_rx.h | 4 +- drivers/net/mlx5/mlx5_rxq.c | 109

[dpdk-dev] [PATCH 01/11] common/mlx5: support receive queue user index

2021-09-26 Thread Xueming Li
RQ user index is saved in CQE when packet received by RQ. Signed-off-by: Xueming Li --- drivers/common/mlx5/mlx5_prm.h | 8 +++- drivers/regex/mlx5/mlx5_regex_fastpath.c | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/common/mlx5/mlx5_prm.h b/drivers/

[dpdk-dev] [PATCH 05/11] net/mlx5: split Rx queue

2021-09-26 Thread Xueming Li
To prepare shared RX queue, splits rxq data into shareable and private. Struct mlx5_rxq_priv is per queue data. Struct mlx5_rxq_ctrl is shared queue resources and data. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c| 4 +++ drivers/net/mlx5/mlx5.h| 5 ++- drivers/net/mlx

[dpdk-dev] [PATCH 06/11] net/mlx5: move Rx queue reference count

2021-09-26 Thread Xueming Li
Rx queue reference count is counter of RQ, used on RQ table. To prepare for shared Rx queue, move it from rxq_ctrl to Rx queue private data. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_rx.h | 8 +- drivers/net/mlx5/mlx5_rxq.c | 173 +--- drivers/net

[dpdk-dev] [PATCH 07/11] net/mlx5: move Rx queue hairpin info to private data

2021-09-26 Thread Xueming Li
Hairpin info of Rx queue can't be shared, moves to private queue data. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_rx.h | 4 ++-- drivers/net/mlx5/mlx5_rxq.c | 13 + drivers/net/mlx5/mlx5_trigger.c | 24 3 files changed, 19 insertions(+), 22

[dpdk-dev] [PATCH 09/11] net/mlx5: move Rx queue DevX resource

2021-09-26 Thread Xueming Li
To support shared RX queue, move DevX RQ which is per queue resource to Rx queue private data. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_verbs.c | 154 +++ drivers/net/mlx5/mlx5.h | 11 +- drivers/net/mlx5/mlx5_devx.c| 227 ++--

[dpdk-dev] [PATCH 02/11] common/mlx5: support receive memory pool

2021-09-26 Thread Xueming Li
Adds DevX supports of PRM shared receive memory pool(RMP) object. RMP is used to support shared Rx queue. Multiple RQ could share same RMP. Memory buffers are supplied to RMP. This patch makes RMP RQ optional, created only if mlx5_devx_rq.rmp is set. Signed-off-by: Xueming Li --- drivers/common

[dpdk-dev] [PATCH 03/11] net/mlx5: clean Rx queue code

2021-09-26 Thread Xueming Li
Removes unused rxq code. Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_rxq.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/net/mlx5/mlx5_rxq.c b/drivers/net/mlx5/mlx5_rxq.c index 396de327d11..7e97cdd4bc0 100644 --- a/drivers/net/mlx5/mlx5_rxq.c +++ b/d

[dpdk-dev] [PATCH 10/11] net/mlx5: remove Rx queue data list from device

2021-09-26 Thread Xueming Li
Rx queue data list(priv->rxqs) can be replaced by Rx queue list(priv->rxq_privs), removes it and replace with universal wrapper API. Signed-off-by: Xueming Li --- drivers/net/mlx5/linux/mlx5_verbs.c | 7 ++--- drivers/net/mlx5/mlx5.c | 10 +-- drivers/net/mlx5/mlx5.h

[dpdk-dev] [PATCH 11/11] net/mlx5: support shared Rx queue

2021-09-26 Thread Xueming Li
This patch introduces shared RXQ. All share Rx queues with same group and queue id shares same rxq_ctrl. Rxq_ctrl and rxq_data are shared, all queues from different member port share same WQ and CQ, essentially one Rx WQ, mbufs are filled into this singleton WQ. Shared rxq_data is set into device

Re: [dpdk-dev] [PATCH 4/5] kvargs: remove experimental function to compare string

2021-09-26 Thread Olivier Matz
On Fri, Sep 24, 2021 at 05:57:39PM +0200, Olivier Matz wrote: > The function was designed to be used as a handler for > rte_kvargs_process() to compare the value string in a kvlist. For > readability, its usages in DPDK have been replaced by > rte_kvargs_get_with_value() in previous commit. > > Re

Re: [dpdk-dev] [RFC V1] examples/l3fwd-power: fix memory leak for rte_pci_device

2021-09-26 Thread Thomas Monjalon
26/09/2021 14:20, Huisong Li: > 在 2021/9/18 16:46, Thomas Monjalon 写道: > > 18/09/2021 05:24, Huisong Li: > >> 在 2021/9/17 20:50, Thomas Monjalon 写道: > >>> 17/09/2021 04:13, Huisong Li: > How should PMD free it? What should we do? Any good suggestions? > >>> Check that there is no other port sh

[dpdk-dev] Symmetric hashing not working in ESXI version 7.0.0

2021-09-26 Thread Ramkumar Nallathambi
Hi Everyone, We are facing an issue with symmetric hashing. Below is the definition of symmetric hashing. The traffic from server A to server B and server B to server A should fall under the same flow. This is what we call symmetricity. I have configured the customized keys

[dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread jilei chen
From: Jilei Chen Signed-off-by: Jilei Chen --- drivers/net/ifc/ifcvf_vdpa.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/net/ifc/ifcvf_vdpa.c b/drivers/net/ifc/ifcvf_vdpa.c index da4667ba54..fe7ec87a8a 100644 --- a/drivers/net/ifc/ifcvf_vdpa.c +++ b/dri

[dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread jilei chen
Signed-off-by: jilei chen --- drivers/vdpa/ifc/ifcvf_vdpa.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c index 1dc813d0a3..c2bf26f2b7 100644 --- a/drivers/vdpa/ifc/ifcvf_vdpa.c +++ b/drivers/vdpa/ifc/i

[dpdk-dev] Symmetric hashing not working in ESXI version 7.0.0

2021-09-26 Thread Ramkumar Nallathambi
Hi Everyone, We are facing an issue with symmetric hashing. Below is the definition of symmetric hashing. The traffic from server A to server B and server B to server A should fall under the same flow. This is what we call symmetricity. I have configured the customized keys

Re: [dpdk-dev] [PATCH v3 2/8] ethdev: new API to aggregate shared Rx queue group

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 17, 2021 at 1:02 AM Xueming Li wrote: > > This patch introduces new api to aggreated ports among same shared Rx s/aggregated/aggregate > queue group. Only queues with specified share group is aggregated. s/is/are > Rx burst and device close are expected to be supported by new device

Re: [dpdk-dev] [PATCH] net/bnxt: fix function driver register/unregister functions

2021-09-26 Thread Ajit Khaparde
On Wed, Sep 22, 2021 at 1:10 AM Kalesh A P wrote: > > From: Kalesh AP > > 1. Fix to use correct fields in the request structure of >HWRM_FUNC_DRV_RGTR. > 2. Remove the "flags" argument to bnxt_hwrm_func_driver_unregister() >as it is not needed. > > Fixes: beb3087f5056 ("net/bnxt: add driv

Re: [dpdk-dev] [PATCH] net/bnxt: fix Tx queue startup state

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 24, 2021 at 5:55 PM Ajit Khaparde wrote: > > Default queue state of Tx queues on startup is not correct. > Fix this by setting the state when the port is started. > > Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") > Cc: sta...@dpdk.org > > Signed-off-by: Ajit Khaparde > Reviewe

Re: [dpdk-dev] [PATCH] net/bnxt: fix mem zone free for Tx and Rx rings

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 24, 2021 at 5:57 PM Ajit Khaparde wrote: > > The device cleanup logic was freeing most of the ring related memory, > but was not freeing up the mem zone associated with the rings. > This patch fixes the issue. > > Fixes: 2eb53b134aae ("net/bnxt: add initial Rx code") > Fixes: 6eb3cc229

[dpdk-dev] [PATCH v2] net/vhost: merge vhost stats loop in vhost Tx/Rx

2021-09-26 Thread Gaoxiang Liu
To improve performance in vhost Tx/Rx, merge vhost stats loop. eth_vhost_tx has 2 loop of send num iteraion. It can be merge into one. eth_vhost_rx has the same issue as Tx. Fixes: 4d6cf2ac93dc ("net/vhost: add extended statistics") Signed-off-by: Gaoxiang Liu --- v2: * Fix coding style issues

Re: [dpdk-dev] [RFC V1] examples/l3fwd-power: fix memory leak for rte_pci_device

2021-09-26 Thread Huisong Li
在 2021/9/27 3:16, Thomas Monjalon 写道: 26/09/2021 14:20, Huisong Li: 在 2021/9/18 16:46, Thomas Monjalon 写道: 18/09/2021 05:24, Huisong Li: 在 2021/9/17 20:50, Thomas Monjalon 写道: 17/09/2021 04:13, Huisong Li: How should PMD free it? What should we do? Any good suggestions? Check that there i

[dpdk-dev] [PATCH v4 0/2] add unsafe API to get inflight packets

2021-09-26 Thread Xuan Ding
This patchset introduces an unsafe API to get the number of inflight packets in DMA engine in some situations. Like vring state changes or device is destroyed. Compared with rte_vhost_async_get_inflight(), this is a lock free version. v4: * Added use case for API in vhost example. v3: * Fixed one

[dpdk-dev] [PATCH v4 1/2] vhost: add unsafe API to check inflight packets

2021-09-26 Thread Xuan Ding
In async data path, when vring state changes or device is destroyed, it is necessary to know the number of inflight packets in DMA engine. This patch provides a thread unsafe API to return the number of inflight packets for a vhost queue without using any lock. Signed-off-by: Xuan Ding --- doc/g

[dpdk-dev] [PATCH v4 2/2] examples/vhost: use API to check inflight packets

2021-09-26 Thread Xuan Ding
In async data path, call rte_vhost_async_get_inflight_thread_unsafe() API to directly return the number of inflight packets instead of maintaining a local variable. Signed-off-by: Xuan Ding --- examples/vhost/main.c | 26 +++--- examples/vhost/main.h | 1 - 2 files changed,

Re: [dpdk-dev] [PATCH] Enhance code readability when dma_map in ifc/ifcvp_vdpa

2021-09-26 Thread Wang, Xiao W
Hi Jilei, Please notice the patch format requirement, the subject of the patch should start with "vdpa/ifc: ". You also need to keep it concise, around ~50 characters. Refer " doc/guides/contributing/patches.rst" for more detail. Back to this patch, it looks we can just change function ifcvf_dma

Re: [dpdk-dev] [PATCH v3 2/2] vhost: enable IOMMU for async vhost

2021-09-26 Thread Hu, Jiayu
Hi Xuan, > -Original Message- > From: Ding, Xuan > Sent: Saturday, September 25, 2021 6:04 PM > To: dev@dpdk.org; Burakov, Anatoly ; > maxime.coque...@redhat.com; Xia, Chenbo > Cc: Hu, Jiayu ; Jiang, Cheng1 ; > Richardson, Bruce ; Pai G, Sunil > ; Wang, Yinan ; Yang, > YvonneX ; Ding, Xu

Re: [dpdk-dev] [PATCH] net/octeontx2: use fast udata and mdata flags

2021-09-26 Thread Anoob Joseph
> > Using fast metadata and userdata flags instead of driver callbacks for > set_pkt_metadata and get_userdata in inline IPsec. > > Signed-off-by: Tejasree Kondoj Acked-by: Anoob Joseph

Re: [dpdk-dev] [PATCH v3 2/2] vhost: enable IOMMU for async vhost

2021-09-26 Thread Ding, Xuan
Hi Jiayu, > -Original Message- > From: Hu, Jiayu > Sent: Monday, September 27, 2021 12:18 PM > To: Ding, Xuan ; dev@dpdk.org; Burakov, Anatoly > ; maxime.coque...@redhat.com; Xia, Chenbo > > Cc: Jiang, Cheng1 ; Richardson, Bruce > ; Pai G, Sunil ; Wang, > Yinan ; Yang, YvonneX > Subject

[dpdk-dev] [PATCH v3] examples/l3fwd: add changes to use event vector

2021-09-26 Thread Shijith Thotton
Added changes to receive packets as event vector. By default this is disabled and can be enabled using the option --event-vector. Vector size and timeout to form the vector can be configured using options --event-vector-size and --event-vector-tmo. Example: dpdk-l3fwd -l 0-3 -n 4 -- -p 0x0

Re: [dpdk-dev] [PATCH v9 1/3] ethdev: add an API to get device configuration info

2021-09-26 Thread Thomas Monjalon
26/09/2021 11:20, Jie Wang: > This patch adds a new API "rte_eth_dev_conf_info_get()" to help users get > device configuration info. > > Cc: sta...@dpdk.org No we don't backport new features. > Signed-off-by: Jie Wang [...] > + * Retrieve the configuration of an Ethernet device. > + * > + * @pa

[dpdk-dev] [PATCH v2] examples/l2fwd-event: changes to use event vector

2021-09-26 Thread Shijith Thotton
Added changes to receive packets as event vector. By default this is disabled and can be enabled using the option --event-vector. Vector size and timeout to form the vector can be configured using options --event-vector-size and --event-vector-tmo. Example: dpdk-l2fwd-event -l 0-3 -n 4 --

Re: [dpdk-dev] [PATCH v2 1/4] vhost: support async dequeue for split ring

2021-09-26 Thread Jiang, Cheng1
Hi Wenwu, Comments are inline. > -Original Message- > From: Ma, WenwuX > Sent: Saturday, September 18, 2021 3:27 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > Jiang, Cheng1 ; Hu, Jiayu ; > Pai G, Sunil ; Yang, YvonneX > ; Wang, YuanX ; Ma, > WenwuX ; Wang, Yinan

Re: [dpdk-dev] [PATCH v2 2/4] examples/vhost: refactor vhost enqueue and dequeue datapaths

2021-09-26 Thread Jiang, Cheng1
Hi, > -Original Message- > From: Ma, WenwuX > Sent: Saturday, September 18, 2021 3:27 AM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; > Jiang, Cheng1 ; Hu, Jiayu ; > Pai G, Sunil ; Yang, YvonneX > ; Ma, WenwuX > Subject: [PATCH v2 2/4] examples/vhost: refactor vhost