Re: [PATCH v2 1/2] vhost: fix possible FDs leak

2023-01-29 Thread David Marchand
On Fri, Jan 27, 2023 at 5:55 PM Maxime Coquelin wrote: > > On failure, read_vhost_message() only closed the message > FDs if the header size was unexpected, but there are other > cases where it is required. For exemple in the case the > payload size read from the header is greater than the > expec

Re: [PATCH v2 2/2] vhost: fix possible FD leaks on MSG_TRUNC and MSG_CTRUNC

2023-01-29 Thread David Marchand
On Fri, Jan 27, 2023 at 5:55 PM Maxime Coquelin wrote: > > This patch fixes possible FDs leaks when truncation happens > on either the message buffer or its control data. Indeed, > by returning early, it did not let a chance to retrieve the > FDs passed as ancillary data, and so caused a potential

[PATCH 02/10] net/hns3: extract common API to query device

2023-01-29 Thread Dongdong Liu
From: Huisong Li Extract common function to query device specifications. Fixes: 9c740336f024 ("net/hns3: get device specifications from firmware") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_common.c| 75

[PATCH 01/10] net/hns3: fix error log about indirection table size

2023-01-29 Thread Dongdong Liu
From: Huisong Li The error log about indirection table size during initialization phase of PF and VF is unreasonable when the indirection table size obtained from firmware or PF function should be zero. In addition, VF driver should use error level to print this log. Fixes: 0fce2c46dc16 ("net/hn

[PATCH 00/10] net/hns3: some bugfixes for rss

2023-01-29 Thread Dongdong Liu
This patchset is to do some bugfixes for hns3 rss. Huisong Li (10): net/hns3: fix error log about indirection table size net/hns3: extract common API to query device net/hns3: refactor set RSS hash algorithm and key interface net/hns3: fix fixed RSS key size to be more compatibility net/

[PATCH 03/10] net/hns3: refactor set RSS hash algorithm and key interface

2023-01-29 Thread Dongdong Liu
From: Huisong Li The hns3_rss_set_algo_key() is used to set RSS hash algorithm and key to hardware. The maximum times of command sent to firmware depend on the length of key. However, now this times is fixed, which isn't good for key expansion. In addition, hash algorithm comes from rss_info::has

[PATCH 04/10] net/hns3: fix fixed RSS key size to be more compatibility

2023-01-29 Thread Dongdong Liu
From: Huisong Li For better compatibility, the RSS key size of PF and VF are obtained from firmware. However, many places still used the old macro HNS3_RSS_KEY_SIZE as the key size. Fixes: 9c740336f024 ("net/hns3: get device specifications from firmware") Cc: sta...@dpdk.org Signed-off-by: Huis

[PATCH 05/10] net/hns3: fix misclearing RSS configuration

2023-01-29 Thread Dongdong Liu
From: Huisong Li The RSS configuration will be miscleared when driver receives a RSS rule which has more one RSS action. Fixes: c37ca66f2b27 ("net/hns3: support RSS") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_flow.c | 4 +--- 1 file c

[PATCH 06/10] net/hns3: using RSS filter list to check duplicated rule

2023-01-29 Thread Dongdong Liu
From: Huisong Li All rules from user are saved in RSS filter list, so use RSS filter list to check duplicated rule. Fixes: c37ca66f2b27 ("net/hns3: support RSS") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_flow.c | 35 ++

[PATCH 07/10] net/hns3: remove useless code when destroy valid RSS rule

2023-01-29 Thread Dongdong Liu
From: Huisong Li The hw::rss_info::conf::func was set to the macro RTE_ETH_HASH_FUNCTION_MAX and hw::rss_info::conf::queue was set to NULL when all rules are flushed, which indicates no flow rules is issued. See commit eb158fc756a5 ("net/hns3: fix config when creating RSS rule after flush"). Actu

[PATCH 08/10] net/hns3: fix useless warning when flush or destroy rule

2023-01-29 Thread Dongdong Liu
From: Huisong Li The types of the rule will no longer be used when user flush all rules or destroy a rule. But user would receive some RSS types warnings, like, "modified RSS types based on hardware support, requested:0x137f83fffc configured:0x3ffc". Fixes: ec674cb742e5 ("net/hns3: fix flushing

[PATCH 09/10] net/hns3: fix bad memory structure conversion

2023-01-29 Thread Dongdong Liu
From: Huisong Li When the type in 'struct rte_flow_action' is RTE_FLOW_ACTION_TYPE_RSS, the 'conf' pointer references the 'struct rte_flow_action_rss' instead of the 'struct hns3_rss_conf' in driver. But driver uses 'struct hns3_rss_conf' to convert this 'conf' pointer to get RSS action configura

[PATCH 10/10] net/hns3: fix incorrect check for duplicate RSS rule

2023-01-29 Thread Dongdong Liu
From: Huisong Li Currently, the interface for verifying duplicate RSS rules has some problems: 1) If the value of 'func' in configuring RSS rule is default value, this rule is mistakenly considered as a duplicate rule. 2) If key length is zero or 'key' is NULL in configuring RSS rule this r

RE: [PATCH v2] net: not build PMD AVX library when no IOVA as PA

2023-01-29 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, December 12, 2022 10:56 PM > To: m...@smartsharesystems.com; Richardson, Bruce > ; Lu, Wenzhuo > Cc: dev@dpdk.org; Wu, Wenjun1 ; Zhang, Qi Z > ; sta...@dpdk.org > Subject: [PATCH v2] net: not build PMD AVX library when no IOVA as

RE: [PATCH v2] net/ice: support IOVA as VA mode

2023-01-29 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Monday, December 12, 2022 9:28 PM > To: m...@smartsharesystems.com; Richardson, Bruce > ; Lu, Wenzhuo > Cc: dev@dpdk.org; Wu, Wenjun1 > Subject: RE: [PATCH v2] net/ice: support IOVA as VA mode > > > > > -Original Message- > >

RE: [PATCH v2 0/3] net/igc: support PTP timesync

2023-01-29 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Tuesday, January 17, 2023 9:26 PM > To: Zhang, Qi Z ; Guo, Junfeng > > Cc: dev@dpdk.org; Wu, Wenjun1 ; Su, Simei > > Subject: [PATCH v2 0/3] net/igc: support PTP timesync > > [PATCH v2 1/3] code refactoring. > [PATCH v2 2/3] add related

[PATCH] gpudev: fix deadlocks when registering callback

2023-01-29 Thread eagostini
Agree with the patch. Thanks!

RE: [EXT] Re: [dpdk-dev] [PATCH v1 00/12] mldev: introduce machine learning device library

2023-01-29 Thread Shivah Shankar Shankar Narayan Rao
External Email -- 25/01/2023 20:01, Jerin Jacob: > On Wed, Jan 25, 2023 at 7:50 PM Thomas Monjalon wrote: > > 14/11/2022 13:02, jer...@marvell.com: > > > ML Model: An ML model is an algorithm trained over a dataset. A > > > mode

Re: [PATCH v2] eal: cleanup alarm and multiprocess hotplug before memory detach

2023-01-29 Thread Fengnan Chang
friendly ping Fengnan Chang 于2023年1月6日周五 11:00写道: > > Hi: > is there any comments? > > Fengnan Chang 于2022年12月21日周三 11:41写道: > > > > Alarm and multiprocess hotplug still need access hugepage memory, > > if alarm event processed after memory detach, it may cause SEGV. > > So cleanup alarm and m

Re: [PATCH v7] ethdev: add special flags when creating async transfer table

2023-01-29 Thread Ivan Malov
Hi Rongwei, Thanks for persevering. I have no strong opinion, but, at least, the fact that the new flags are no longer meant for use in rte_flow_attr, which is clearly not the right place for such, is an improvement. However, let's take a closer look at the current patch, shall we? But, before

RE: [PATCH v7] ethdev: add special flags when creating async transfer table

2023-01-29 Thread Rongwei Liu
Hi Ivan, BR Rongwei > -Original Message- > From: Ivan Malov > Sent: Monday, January 30, 2023 08:00 > To: Rongwei Liu > Cc: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon (EXTERNAL) ; Aman Singh > ; Yuying Zhang ; > Ferruh Yigit ; Andrew Rybchenko > ; dev@dpdk

RE: [PATCH v4 3/3] ethdev: add standby flags for live migration

2023-01-29 Thread Rongwei Liu
Hi Jerin BR Rongwei > -Original Message- > From: Jerin Jacob > Sent: Monday, January 23, 2023 21:20 > To: Rongwei Liu > Cc: dev@dpdk.org; Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon (EXTERNAL) ; > step...@networkplumber.org; Raslan Darawsheh ; > Ferruh Yig

RE: [PATCH v2 1/8] ethdev: add IPv6 routing extension header definition

2023-01-29 Thread Rongwei Liu
HI Andrew BR Rongwei > -Original Message- > From: Andrew Rybchenko > Sent: Friday, January 20, 2023 17:21 > To: Rongwei Liu ; Matan Azrad ; > Slava Ovsiienko ; Ori Kam ; > NBU-Contact-Thomas Monjalon (EXTERNAL) ; Aman > Singh ; Yuying Zhang > ; Ferruh Yigit ; Olivier > Matz > Cc: dev@dp

[PATCH v3 0/8] add IPv6 routing extension support

2023-01-29 Thread Rongwei Liu
Support IPv6 routing extension header matching with new rte_flow item. Add encapsulation support for IPv6 routing extension header. v3: enhance the format and use be32/be16 in network header structure. v2: remove redundant rte_flow items. include the commit from Gregory to pass the compilation

[PATCH v3 1/8] ethdev: add IPv6 routing extension header definition

2023-01-29 Thread Rongwei Liu
Add IPv6 routing extension header definition and no TLV support for now. At rte_flow layer, there are new items defined for matching type/nexthdr/segments_left field. Add command line support for IPv6 routing extension header matching: type/nexthdr/segment_list. Signed-off-by: Rongwei Liu Acked

[PATCH v3 2/8] net/mlx5: adopt IPv6 routing extension prm definition

2023-01-29 Thread Rongwei Liu
Per newest PRM definition, sample_id stands for 3 parts of information instead of single uint32_t id: sample_id + modify_filed_id + format_select_dw. Also new FW capability bits have been introduces to identify the new capability. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- d

[PATCH v3 3/8] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-01-29 Thread Rongwei Liu
From: Gregory Etelson New mlx5dr_context member replaces mlx5dr_cmd_query_caps. Capabilities structure is a member of mlx5dr_context. Signed-off-by: Gregory Etelson Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/hws/mlx5dr_definer.c | 42 ++

[PATCH v3 4/8] net/mlx5/hws: add IPv6 routing extension matching support

2023-01-29 Thread Rongwei Liu
Add mlx5 HWS logic to match IPv6 routing extension header. Once detecting IPv6 matching extension items in pattern template create callback, PMD allocates a flex parser to sample the first dword of srv6 header. Only support next_hdr/segments_left/type for now. Signed-off-by: Rongwei Liu Reviewe

[PATCH v3 5/8] app/testpmd: add IPv6 routing extension header in raw encap

2023-01-29 Thread Rongwei Liu
Add IPv6 routing extension header support in raw_encap command. 1. No TLV support now. 2. Assume header length equals to the current segment_left. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 23 +++ 1 file changed, 23 insertions(+) diff --

[PATCH v3 7/8] net/mlx5: add modify IPv6 protocol implementation

2023-01-29 Thread Rongwei Liu
Add HWS modify IPv6 protocol implementation. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- drivers/common/mlx5/mlx5_prm.h | 1 + drivers/net/mlx5/mlx5_flow_dv.c | 10 ++ 2 files changed, 11 insertions(+) diff --git a/drivers/common/mlx5/mlx5_prm.h b/drivers/common/mlx

[PATCH v3 6/8] ethdev: add modify IPv6 protocol field

2023-01-29 Thread Rongwei Liu
Add IPv6 protocol modify field definition. Add new modify field destination type string: "ipv6_proto". Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 3 ++- lib/ethdev/rte_flow.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/test

[PATCH v3 8/8] doc/mlx5: add IPv6 routing extension matching docs

2023-01-29 Thread Rongwei Liu
Update mlx5 related document on IPv6 routing extension header matching. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- doc/guides/nics/features/default.ini | 1 + doc/guides/nics/features/mlx5.ini| 1 + doc/guides/nics/mlx5.rst | 2 ++ 3 files changed, 4 insertion

RE: [PATCH v2 01/11] ethdev: add flex item modify field support

2023-01-29 Thread Rongwei Liu
Hi Andrew BR Rongwei > -Original Message- > From: Andrew Rybchenko > Sent: Friday, January 20, 2023 17:08 > To: Rongwei Liu ; Matan Azrad ; > Slava Ovsiienko ; Ori Kam ; > NBU-Contact-Thomas Monjalon (EXTERNAL) ; Aman > Singh ; Yuying Zhang > ; Ferruh Yigit > Cc: dev@dpdk.org; Raslan Da

RE: [PATCH v2 01/11] ethdev: add flex item modify field support

2023-01-29 Thread Rongwei Liu
Hi Andrew BR Rongwei > -Original Message- > From: Andrew Rybchenko > Sent: Friday, January 20, 2023 17:08 > To: Rongwei Liu ; Matan Azrad ; > Slava Ovsiienko ; Ori Kam ; > NBU-Contact-Thomas Monjalon (EXTERNAL) ; Aman > Singh ; Yuying Zhang > ; Ferruh Yigit > Cc: dev@dpdk.org; Raslan Da

[PATCH v3 00/11] add flex item support

2023-01-29 Thread Rongwei Liu
Support flex item matching and modify field in async flow. Syntax follows sync flow exactly. v3: enhance format, add flex_handle document. Rongwei Liu (11): ethdev: add flex item modify field support app/testpmd: pass flex handle into matching mask net/mlx5: enable hws flex item create ne

[PATCH v3 01/11] ethdev: add flex item modify field support

2023-01-29 Thread Rongwei Liu
Add flex item as modify field destination. Add "struct rte_flow_item_flex_handle *flex_handle" into "struct rte_flow_action_modify_data" as union with existed "level" member. This new member is dedicated for modifying flex item. Add flex item modify field cmdline support. Now user can use testpmd

[PATCH v3 02/11] app/testpmd: pass flex handle into matching mask

2023-01-29 Thread Rongwei Liu
In async flow create API, there is only mask information when creating flow table but flex item handle is required to parse the HW sample information. Pass the flex item handle instead of UINT64/32_MAX to mask. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 8 ++

[PATCH v3 03/11] net/mlx5: enable hws flex item create

2023-01-29 Thread Rongwei Liu
Enable flex item create and destroy with dv_flow_en=2 Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/linux/mlx5_os.c | 27 +++ drivers/net/mlx5/mlx5_flow_hw.c | 2 ++ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/drive

[PATCH v3 04/11] net/mlx5: add IPv6 protocol as flex item input

2023-01-29 Thread Rongwei Liu
Support IPv6 protocol as new flex item input link. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_flow_flex.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow_flex.c b/drivers/net/mlx5/mlx5_flow_flex.c inde

[PATCH v3 07/11] net/mlx5: add flex item modify field implementation

2023-01-29 Thread Rongwei Liu
Add flex item modify field HWS implementation. The minimum modify boundary is one byte. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- drivers/common/mlx5/mlx5_prm.h | 1 + drivers/net/mlx5/mlx5_flow.h| 3 + drivers/net/mlx5/mlx5_flow_dv.c | 165 +

[PATCH v3 08/11] net/mlx5: return error for sws modify field

2023-01-29 Thread Rongwei Liu
Return unsupported error message when application tries to modify flex item field. Validation of packet modifications actions for SW Steering checked if either source or destination field of MODIFY_FIELD action was a flex item. When DEC_TTL action is used, DEC_TTL action does not have any action c

[PATCH v3 06/11] net/mlx5/hws: add hws flex item matching support

2023-01-29 Thread Rongwei Liu
Support flex item matching in hws and syntax follows sws exactly. Flex item should be created in advance and follow current json mapping logic. Signed-off-by: Rongwei Liu Reviewed-by: Alex Vesker Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/hws/mlx5dr_definer.c | 83 ++

[PATCH v3 09/11] app/testpmd: raw encap with flex item support

2023-01-29 Thread Rongwei Liu
Application should retrieve raw_encap buffer from spec->pattern if it is flex item. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/app/test-pmd/cmdline_flow.c b/app/test

[PATCH v3 05/11] net/mlx5: adopt new flex item prm definition

2023-01-29 Thread Rongwei Liu
Per newest PRM definition, sample_id stands for 3 parts of information instead of single uint32_t id: sample_id + modify_filed_id + format_select_dw. Also new FW capability bits have been introduces to identify the new capability. Signed-off-by: Rongwei Liu Acked-by: Viacheslav Ovsiienko --- d

[PATCH v3 10/11] doc/mlx5: update mlx5 doc

2023-01-29 Thread Rongwei Liu
Add flex item matching and modify field feature into mlx5 documents. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- doc/guides/nics/mlx5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index b23ca35b8f..a2634c378f 100

[PATCH v3 11/11] app/testpmd: adjust cleanup sequence when quitting

2023-01-29 Thread Rongwei Liu
If flex item is referenced in async flow either by pattern template or action template, currently testpmd complains "flex item has flow references". Flex items should be flushed after async flow resources cleanup. Signed-off-by: Rongwei Liu Acked-by: Ori Kam --- app/test-pmd/testpmd.c | 2 +- 1

RE: [PATCH v1 00/21] Add control queue & MQ support to Virtio-user vDPA

2023-01-29 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 00/21] Add control queue & MQ support to Virtio-user > vDPA

[RFC v2 0/9] gve PMD enhancement

2023-01-29 Thread Junfeng Guo
This patch set includs three main enhancements for gve PMD: - support basic data path for DQO queue format - support jumbo frame for GQI queue format - add new AdminQ cmd to verify driver compatibility v2: - add one missing commit into this patch set. - add new contributors into the mailmap.

[RFC v2 1/9] net/gve: add Tx queue setup for DQO

2023-01-29 Thread Junfeng Guo
Add support for tx_queue_setup_dqo ops. DQO format has submission and completion queue pair for each Tx/Rx queue. Note that with DQO format all descriptors and doorbells, as well as counters are written in little-endian. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jord

[RFC v2 2/9] net/gve: add Rx queue setup for DQO

2023-01-29 Thread Junfeng Guo
Add support for rx_queue_setup_dqo ops. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 1 + drivers/net/gve/gve_ethdev.h | 14 drivers/net/gve/gve_rx_dqo.c | 148 +

[RFC v2 3/9] net/gve: support device start and close for DQO

2023-01-29 Thread Junfeng Guo
Add device start and close support for DQO. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/base/gve_adminq.c | 10 +++ drivers/net/gve/gve_ethdev.c | 43 ++- 2 files

[RFC v2 4/9] net/gve: support queue release and stop for DQO

2023-01-29 Thread Junfeng Guo
Add support for queue operations: - gve_tx_queue_release_dqo - gve_rx_queue_release_dqo - gve_stop_tx_queues_dqo - gve_stop_rx_queues_dqo Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c

[RFC v2 5/9] net/gve: support basic Tx data path for DQO

2023-01-29 Thread Junfeng Guo
Add basic Tx data path support for DQO. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 1 + drivers/net/gve/gve_ethdev.h | 4 + drivers/net/gve/gve_tx_dqo.c | 141

[RFC v2 6/9] net/gve: support basic Rx data path for DQO

2023-01-29 Thread Junfeng Guo
Add basic Rx data path support for DQO. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 1 + drivers/net/gve/gve_ethdev.h | 3 + drivers/net/gve/gve_rx_dqo.c | 128

[RFC v2 7/9] net/gve: support basic stats for DQO

2023-01-29 Thread Junfeng Guo
Add basic stats support for DQO. Signed-off-by: Junfeng Guo Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 60 drivers/net/gve/gve_ethdev.h | 11 +++ drivers/net/gve/gve_rx_

[RFC v2 8/9] net/gve: support jumbo frame for GQI

2023-01-29 Thread Junfeng Guo
Add multi-segment support to enable GQI Rx Jumbo Frame. Signed-off-by: Jordan Kimbrough Signed-off-by: Rushil Gupta Signed-off-by: Junfeng Guo Signed-off-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.h | 8 +++ drivers/net/gve/gve_rx.c | 128 ++- 2 f

[RFC v2 9/9] net/gve: add AdminQ command to verify driver compatibility

2023-01-29 Thread Junfeng Guo
Check whether the driver is compatible with the device presented. Signed-off-by: Rushil Gupta Signed-off-by: Jordan Kimbrough Signed-off-by: Junfeng Guo Signed-off-by: Jeroen de Borst --- drivers/net/gve/base/gve_adminq.c | 19 ++ drivers/net/gve/base/gve_adminq.h | 48 +++

[[PATCH] ] linux/igb_uio: fix build with Linux 5.18

2023-01-29 Thread jiangheng (G)
Since commit 7968778914 (PCI: Remove the deprecated "pci-dma-compat.h" API) in 5.18, pci_set_dma_mask() and pci_set_consistent_dma_mask() no longer exist switch those api to dma_set_mask_and_coherent. --- linux/igb_uio/igb_uio.c | 8 1 file changed, 8 insertions(+) diff --git a/linux/igb

RE: [PATCH v7 1/6] eal: trace: add trace point emit for blob

2023-01-29 Thread Sunil Kumar Kori
> -Original Message- > From: Ankur Dwivedi > Sent: Monday, January 23, 2023 2:32 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; m...@ashroe.eu; > or...@nvidia.com; ferruh.yi...@amd.com; ch...@att.com; > humi...@huawei.com; linvi...@tuxdriver.com; ciara.lof...@i

RE: [PATCH v7] ethdev: add special flags when creating async transfer table

2023-01-29 Thread Ivan Malov
Hi Rongwei, For my responses, PSB. By the way, now you mention things like wasting memory and insertion optimisastions, are there any comparative figures to see the effect of this hint on insertion performance / memory footprint? Some "before" / "after" examples would really be helpful. After a

RE: [PATCH v1 10/21] net/virtio: alloc Rx SW ring only if vectorized path

2023-01-29 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 10/21] net/virtio: alloc Rx SW ring only if vectorized > pat

RE: [PATCH v1 01/21] net/virtio: move CVQ code into a dedicated file

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 01/21] net/virtio: move CVQ code into a dedicated file > > This patch m

RE: [PATCH v1 02/21] net/virtio: introduce notify callback for control queue

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 02/21] net/virtio: introduce notify callback for > control queue > > Th

RE: [PATCH v1 03/21] net/virtio: virtqueue headers alloc refactoring

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 03/21] net/virtio: virtqueue headers alloc refactoring > > This patch r

RE: [PATCH v1 04/21] net/virtio: remove port ID info from Rx queue

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 04/21] net/virtio: remove port ID info from Rx queue > > The port ID in

RE: [PATCH v1 05/21] net/virtio: remove unused fields in Tx queue struct

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 05/21] net/virtio: remove unused fields in Tx queue > struct > > The po

RE: [PATCH v1 06/21] net/virtio: remove unused queue ID field in Rx queue

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 06/21] net/virtio: remove unused queue ID field in Rx > queue > > This

RE: [PATCH v1 07/21] net/virtio: remove unused Port ID in control queue

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 07/21] net/virtio: remove unused Port ID in control > queue > > This pa

RE: [PATCH v1 08/21] net/virtio: move vring memzone to virtqueue struct

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 08/21] net/virtio: move vring memzone to virtqueue > struct > > Whateve

RE: [PATCH v1 09/21] net/virtio: refactor indirect desc headers init

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 09/21] net/virtio: refactor indirect desc headers init > > This patch r

RE: [PATCH v1 11/21] net/virtio: extract virtqueue init from virtio queue init

2023-01-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:56 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 11/21] net/virtio: extract virtqueue init from virtio > queue init > >