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
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
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
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
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/
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
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
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
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 ++
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
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
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
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
> -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
> -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-
> >
> -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
Agree with the patch.
Thanks!
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
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
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
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
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
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
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
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
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
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 ++
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
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 --
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
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
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
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
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
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
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
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 ++
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
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
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 +
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
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 ++
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
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
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
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
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
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.
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
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 +
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
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
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
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
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_
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
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 +++
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
> -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
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
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
> -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
> -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
> -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
> -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
> -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
> -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
> -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
> -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
> -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
> -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
>
>
71 matches
Mail list logo