RE: [PATCH] ethdev: fix flow API support for P4-programmable devices

2023-10-29 Thread Ori Kam
Hi Wenjing, > -Original Message- > From: wenjing.q...@intel.com > Sent: Friday, October 27, 2023 12:18 PM > > From: Wenjing Qiao > > "program" action should also be added in structure rte_flow_desc_action. > > Fixes: 8f1953f1914d ("ethdev: add flow API for P4-programmable devices") >

RE: [PATCH 1/9] ethdev: overwrite some comment related to RSS

2023-10-29 Thread Ori Kam
Hi Jei, > -Original Message- > From: Jie Hai > Sent: Friday, October 27, 2023 12:28 PM > > 1. overwrite the comments of fields of 'rte_eth_rss_conf'. > 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. > > Signed-off-by: Jie Hai > --- > lib/ethdev/rte_ethdev.h | 33 ++

RE: [PATCH v7 00/10] net/mlx5: support indirect actions list

2023-10-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, October 26, 2023 10:12 AM > To: dev@dpdk.org > Cc: Gregory Etelson ; Maayan Kashani > ; Raslan Darawsheh > Subject: [PATCH v7 00/10] net/mlx5: support indirect actions list > > Add MLX5 PMD support for indirect actions l

[PATCH v2 1/1] build: add libarchive to external deps

2023-10-29 Thread Srikanth Yalavarthi
In order to avoid linking with Libs.private, libarchive is not added to ext_deps during the meson setup stage. Since libarchive is not added to ext_deps, cross-compilation or native compilation with libarchive installed in non-standard location fails with errors related to "cannot find -larchive"

[PATCH v3 1/1] build: add libarchive to external deps

2023-10-29 Thread Srikanth Yalavarthi
In order to avoid linking with Libs.private, libarchive is not added to ext_deps during the meson setup stage. Since libarchive is not added to ext_deps, cross-compilation or native compilation with libarchive installed in non-standard location fails with errors related to "cannot find -larchive"

Re: [PATCH 0/2] small cleanup - use PCI lib

2023-10-29 Thread Thomas Monjalon
19/10/2023 17:31, Thomas Monjalon: > Some drivers could use more the PCI lib facilities. > > Thomas Monjalon (2): > drivers: use macro for PCI address format > drivers: use function to compare PCI addresses Applied

[PATCH v2] net/mlx5: add indirect encap decap support

2023-10-29 Thread Rongwei Liu
Support the raw_encap/decap combinations in the indirect action list, and translates to 4 types of underlayer tunnel operations: 1. Layer 2 encapsulation like VxLAN. 2. Layer 2 decapsulation like VxLAN. 3. Layer 3 encapsulation like GRE. 4. Layer 3 decapsulation like GRE. Each indirect action list

[PATCH v3] net/mlx5: add indirect encap decap support

2023-10-29 Thread Rongwei Liu
Support the raw_encap/decap combinations in the indirect action list, and translates to 4 types of underlayer tunnel operations: 1. Layer 2 encapsulation like VxLAN. 2. Layer 2 decapsulation like VxLAN. 3. Layer 3 encapsulation like GRE. 4. Layer 3 decapsulation like GRE. Each indirect action list

Re: [PATCH v9 00/34] Implementation of revised ml/cnxk driver

2023-10-29 Thread Jerin Jacob
On Fri, Oct 27, 2023 at 12:12 AM Srikanth Yalavarthi wrote: > > This patch series is an implementation of revised ml/cnxk driver > to support models compiled with TVM compiler framework. TVM models > use a hybrid mode for execution, with regions of the model executing > on the ML accelerator and t

RE: [PATCH v4 1/4] net/mlx5: add support for ptype match in hardware steering

2023-10-29 Thread Ori Kam
Hi > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:51 PM > Subject: [PATCH v4 1/4] net/mlx5: add support for ptype match in hardware > steering > > The packet type matching provides quick way of finding out > L2/L3/L4 protocols in a given packet. Tha

RE: [PATCH v4 2/4] net/mlx5/hws: add support for fragmented ptype match

2023-10-29 Thread Ori Kam
Hi > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:51 PM > > Expand packet type matching with support of the > Fragmented IP (Internet Protocol) packet type. > > Signed-off-by: Alexander Kozyrev > --- Acked-by: Ori Kam Best, Ori

RE: [PATCH v4 3/4] doc: add PMD ptype item limitations

2023-10-29 Thread Ori Kam
Hi > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:51 PM > > From: Michael Baum > > Add limitations for ptype item support in "mlx5.rst" file. > > Signed-off-by: Michael Baum > --- Acked-by: Ori Kam Best, Ori

RE: [PATCH v4 4/4] doc: add packet type matching item to release notes

2023-10-29 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:51 PM > Document new RTE_FLOW_ITEM_TYPE_PTYPE in the release notes. > > Signed-off-by: Alexander Kozyrev > --- Acked-by: Ori Kam Best, Ori

RE: [PATCH] net/mlx5/hws: fix integrity bits level

2023-10-29 Thread Ori Kam
Hi Alex, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:41 PM > > The level field in the integrity item is not taken into account > in the current implementation of hardware steering. > Use this value instead of trying to find out the encapsulation

RE: [PATCH] net/mlx5/hws: remove csum check from L3 ok check

2023-10-29 Thread Ori Kam
Hi Alex > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:39 PM > > From: Michael Baum > > This patch changes the integrity item behavior for HW steering. > > Old behavior: the "ipv4_csum_ok" checks only IPv4 checksum and "l3_ok" > checks everything

[PATCH v1 1/1] ml/cnxk: fix updating internal I/O info

2023-10-29 Thread Srikanth Yalavarthi
Update scale factor in IO info of TVM models from metadata. Fixes: 35c3e790b4a0 ("ml/cnxk: update internal info for TVM model") Signed-off-by: Srikanth Yalavarthi --- drivers/ml/cnxk/mvtvm_ml_model.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ml/cnxk/mvtvm_ml_model.c b/driver

RE: [PATCH 0/3] net/mlx5: add port representor destination to mirror

2023-10-29 Thread Ori Kam
Hi Suanming, > -Original Message- > From: Suanming Mou > Sent: Tuesday, October 17, 2023 3:44 AM > > In order to clone the traffic from FDB to NIC TIR, user can set > port representor action as mirror clone destination. In that case > cloned traffic will be moved to E-Switch manager root

RE: [PATCH] net/mlx5: fix the E-Switch mirror flow rule validation

2023-10-29 Thread Ori Kam
Hi Jiawei, > -Original Message- > From: Jiawei Wang > Sent: Wednesday, October 11, 2023 9:43 AM > > The port action and jump to flow table action are not supported > in the mirror flows (RTE_FLOW_ACTION_TYPE_SAMPLE with sample ratio=1) > in E-Switch domain (transfer attribute set) witho

RE: [PATCH v3] net/mlx5: add indirect encap decap support

2023-10-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Rongwei Liu > Sent: Sunday, October 29, 2023 2:54 PM > To: dev@dpdk.org; Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > > Subject: [PATCH v3] net/mlx5: add indirect encap decap support > > Support th

RE: [PATCH v3] net/mlx5: add indirect encap decap support

2023-10-29 Thread Raslan Darawsheh
It has a compilation issue, @Rongwei Liu please lets fix it I missed it before integration > -Original Message- > From: Raslan Darawsheh > Sent: Sunday, October 29, 2023 4:33 PM > To: Rongwei Liu ; dev@dpdk.org; Matan Azrad > ; Slava Ovsiienko ; Ori Kam > ; Suanming Mou ; NBU- > Contact

[PATCH v4] net/mlx5: add indirect encap decap support

2023-10-29 Thread Rongwei Liu
Support the raw_encap/decap combinations in the indirect action list, and translates to 4 types of underlayer tunnel operations: 1. Layer 2 encapsulation like VxLAN. 2. Layer 2 decapsulation like VxLAN. 3. Layer 3 encapsulation like GRE. 4. Layer 3 decapsulation like GRE. Each indirect action list

RE: [PATCH v3] net/mlx5: reuse reformat and modify header actions in a table

2023-10-29 Thread Ori Kam
> -Original Message- > From: Gregory Etelson > Sent: Sunday, September 24, 2023 12:41 PM > > If application defined several actions templates with non-shared > reformat or modify headers actions AND used these templates to create > a table, HWS could share reformat or modify headers res

RE: [PATCH v2 2/2] net/mlx5: support new RSS symmetric hash function

2023-10-29 Thread Ori Kam
> -Original Message- > From: Xueming(Steven) Li > Sent: Sunday, August 27, 2023 11:18 AM > > This patch supports the new RSS symmetric hash function: > RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT > > The new hash function makes symmetric hash result by swapping > the source and desti

RE: [PATCH 1/2] net/mlx5/hws: add support for random number match

2023-10-29 Thread Ori Kam
> -Original Message- > From: Michael Baum > Sent: Tuesday, August 22, 2023 1:36 PM > From: Erez Shitrit > > The HW adds a random number per each hash, this value can be used for > statistic calculation over the packets, for example by setting one bit in > the mask of that filed we will

RE: [PATCH 2/2] net/mlx5: add random item support

2023-10-29 Thread Ori Kam
> -Original Message- > From: Michael Baum > Sent: Tuesday, August 22, 2023 1:36 PM > Add support for random item in HWS mode. > > Signed-off-by: Michael Baum > --- Acked-by: Ori Kam Best, Ori

RE: [PATCH 4/5] net/mlx5/hws: supporting default miss table in HWS

2023-10-29 Thread Ori Kam
> -Original Message- > From: Itamar Gozlan > Sent: Monday, September 18, 2023 3:07 PM > > A default miss table is a way to define what happens to traffic that does > not match any rule in a specific table. In hws, this is done by connecting > the source table to the target table using t

RE: [PATCH] net/mlx5: supporting group set miss actions API

2023-10-29 Thread Ori Kam
> -Original Message- > From: Tomer Shmilovich > Sent: Tuesday, September 26, 2023 6:59 PM > Subject: [PATCH] net/mlx5: supporting group set miss actions API > > Add implementation for rte_flow_group_set_miss_actions() API. > > Signed-off-by: Tomer Shmilovich > --- > Depends-on: series

[PATCH 01/30] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-10-29 Thread Gregory Etelson
New mlx5dr_context member replaces mlx5dr_cmd_query_caps. Capabilities structure is a member of mlx5dr_context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/hws/mlx5dr_definer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/hws

[PATCH 02/30] net/mlx5: add flow_hw_get_reg_id_from_ctx()

2023-10-29 Thread Gregory Etelson
The new function call `flow_hw_get_reg_id_from_ctx()` maps input DR5 context and register type to REG_C register. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/net/mlx5/mlx5_f

[PATCH 03/30] net/mlx5/hws: Definer, use flow_hw_get_reg_id_from_ctx function call

2023-10-29 Thread Gregory Etelson
New function call `flow_hw_get_reg_id_from_ctx()` matches REG_C register to input DR5 context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/hws/mlx5dr_definer.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/net/mlx5/hws/ml

[PATCH 04/30] net/mlx5: add rte_device parameter to locate HWS registers

2023-10-29 Thread Gregory Etelson
1. Add rte_eth_dev parameter to the `flow_hw_get_reg_id()` 2. Add mlx5_flow_hw_get_reg_id() Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.c| 2 +- drivers/net/mlx5/mlx5_flow.h| 13 +++-- drivers/net/mlx5/mlx5_flow_dv.c | 12 ++-- drive

[PATCH 05/30] net/mlx5: separate port REG_C registers usage

2023-10-29 Thread Gregory Etelson
Current implementation stored REG_C registers available for HWS tags in PMD global array. As the result, PMD could not work properly with different port types that allocate REG_C registers differently. The patch stores registers available to a port in the port shared context. Register values will

[PATCH 06/30] net/mlx5: merge REG_C aliases

2023-10-29 Thread Gregory Etelson
Merge `mtr_color_reg` and `mlx5_flow_hw_aso_tag` into `aso_reg` Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/linux/mlx5_os.c | 10 +- drivers/net/mlx5/mlx5.h| 3 +-- drivers/net/mlx5/mlx5_flow.c | 16 drivers/net/mlx5/mlx5_f

[PATCH 07/30] net/mlx5: initialize HWS flow tags registers in shared dev context

2023-10-29 Thread Gregory Etelson
Move HWS flow tags registers initialization to shared dev context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/linux/mlx5_os.c | 35 ++- drivers/net/mlx5/mlx5.c | 75 drivers/net/mlx5/mlx5.h | 6 +++ drive

[PATCH 08/30] net/mlx5/hws: adding method to query rule hash

2023-10-29 Thread Gregory Etelson
From: Itamar Gozlan Add a method to the HW steering API that allows querying the hash result for a given matcher and a set of items. This can be used to predict the location of the rule in the hash table. Signed-off-by: Itamar Gozlan --- drivers/common/mlx5/mlx5_prm.h | 8 +++- driver

[PATCH 09/30] net/mlx5: add support for calc hash

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit adds calculate hash function support for mlx5 PMD. Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.c| 32 drivers/net/mlx5/mlx5_flow.h| 8 drivers/net/mlx5/mlx5_flow_hw.c | 31 ++- 3

[PATCH 10/30] net/mlx5: fix insert by index

2023-10-29 Thread Gregory Etelson
From: Ori Kam Due to mlx5dr internal logic calling the rule_create function must have items structure. This commit create such temp structure. Fixes: fa16fead9a68 ("net/mlx5/hws: support rule update after its creation") Cc: ere...@nvidia.com Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_f

[PATCH 11/30] net/mlx5: fix query for NIC flow cap

2023-10-29 Thread Gregory Etelson
From: Ori Kam Add query for nic flow table support bit. Fixes: 5f44fb1958e5 ("common/mlx5: query capability of registers") Cc: bi...@nvidia.com Signed-off-by: Ori Kam --- drivers/common/mlx5/mlx5_devx_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/mlx5/mlx5_devx_cmd

[PATCH 12/30] net/mlx5: add support for more registers

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit adds the support for a additional registers that were added to the HW. Signed-off-by: Ori Kam --- drivers/common/mlx5/mlx5_devx_cmds.c | 16 + drivers/common/mlx5/mlx5_devx_cmds.h | 2 +- drivers/common/mlx5/mlx5_prm.h | 36 -

[PATCH 13/30] net/mlx5: add validation support for tags

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit introduce validation for invalid tags Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow_hw.c | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c index

[PATCH 14/30] net/mlx5: reuse reformat and modify header actions in a table

2023-10-29 Thread Gregory Etelson
If application defined several actions templates with non-shared reformat or modify headers actions AND used these templates to create a table, HWS could share reformat or modify headers resources, instead of creating a resource for each action template. The patch activates HWS code in a way that

[PATCH 15/30] net/mlx5/hws: check the rule status on rule update

2023-10-29 Thread Gregory Etelson
From: Itamar Gozlan Only allow rule updates for rules with their status value equal to MLX5DR_RULE_STATUS_CREATED. Otherwise, the rule may be in an unstable stage like deleting and this will result in a faulty unexpected scenario. Signed-off-by: Hamdan Igbaria Reviewed-by: Alex Vesker Acked-by

[PATCH 16/30] net/mlx5/hws: support IPsec encryption/decryption action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support crypto action creation, this action allows encryption/decryption of the packet according a specific security crypto protocol. For now we support encryption/decryption according ipsec protocol. ipsec encryption handles the encoding of the data. ipsec decryption handles

[PATCH 17/30] net/mlx5/hws: support ASO IPsec action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support ASO IPsec action, this action will allow performing some of ipsec full offload operations, for example replay protection and sequence number incrementation. In Tx flow this action used before encrypting the packet to increase the sequence number. In Rx flow this actio

[PATCH 18/30] net/mlx5/hws: support reformat trailer action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support reformat trailer action, this action allows to insert/remove specific crypto security protocol trailer on the packet. For now support IPsec crypto protocol trailer. The trailer should be added before encrypting the packet in Tx flow, and it can be removed after decryp

[PATCH 19/30] net/mlx5/hws: support ASO first hit action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support ASO first hit action. This action allows tracking if a rule gets hit by a packet. Signed-off-by: Hamdan Igbaria Reviewed-by: Alex Vesker Acked-by: Matan Azrad --- drivers/common/mlx5/mlx5_prm.h | 5 + drivers/net/mlx5/hws/mlx5dr.h| 25 +

[PATCH 20/30] net/mlx5/hws: support insert header action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support insert header action, this will allow encap at a specific anchor and offset selected by the user. Signed-off-by: Hamdan Igbaria Reviewed-by: Alex Vesker Acked-by: Matan Azrad --- drivers/net/mlx5/hws/mlx5dr.h | 36 drivers/net/mlx5/hws/mlx5dr_a

[PATCH 21/30] net/mlx5/hws: support remove header action

2023-10-29 Thread Gregory Etelson
From: Hamdan Igbaria Support remove header action, this action will allow the user to execute dynamic decaps by choosing to decap by providing a start anchor and number of words to remove, or providing a start anchor and end anchor. Signed-off-by: Hamdan Igbaria Reviewed-by: Alex Vesker Acked-

[PATCH 22/30] net/mlx5/hws: allow jump to TIR over FDB

2023-10-29 Thread Gregory Etelson
From: Alex Vesker Current TIR action is allowed to be used only for NIC RX, this will allow TIR action over FDB for RX traffic in case of TX traffic packets will be dropped. Signed-off-by: Alex Vesker Reviewed-by: Erez Shitrit Acked-by: Matan Azrad --- drivers/common/mlx5/mlx5_prm.h |

[PATCH 23/30] net/mlx5/hws: support dynamic re-parse

2023-10-29 Thread Gregory Etelson
From: Alex Vesker Each steering entry (STE) has a bit called re-parse used for re-parsing the packet in HW, re-parsing is needed after reformat (e.g. push/pop/encapsulate/...) or when modifying the packet headers requiring structure change (e.g. TCP to UDP). Until now we re-parsed the packet in e

[PATCH 24/30] net/mlx5/hws: dynamic re-parse for modify header

2023-10-29 Thread Gregory Etelson
From: Alex Vesker With dynamic re-parse we would always require re-parse but this is not always necessary. Re-parse is only needed when the packet structure is changed. This support will allow dynamically deciding based on the action pattern if re-parse is required or no. Signed-off-by: Alex Ves

[PATCH 25/30] net/mlx5: sample the srv6 last segment

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu When removing the IPv6 routing extension header from the packets, the destination address should be updated to the last one in the segment list. Enlarge the hardware sample scope to cover the last segment. Signed-off-by: Rongwei Liu Acked-by: Ori Kam Acked-by: Suanming Mou

[PATCH 26/30] net/mlx5/hws: fix potential wrong errno value

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu A valid rte_errno is desired when DR layer api returns error and it can't over-write the value set by under-layer. Fixes: df61fcd5f3ca ("net/mlx5/hws: support insert header action") Cc: hamd...@nvidia.com Signed-off-by: Rongwei Liu Reviewed-by: Alex Vesker Acked-by: Ori Kam

[PATCH 27/30] net/mlx5/hws: add IPv6 routing extension push remove actions

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu Add two dr_actions to implement IPv6 routing extension push and remove, the new actions are multiple actions combination instead of new types. Basically, there are two modify headers plus one reformat action. Action order is the same as encap and decap actions. Signed-off-by:

[PATCH 28/30] net/mlx5/hws: add setter for IPv6 routing push remove

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu The rte action will be translated to multiple dr_actions which need different setters to program them. In order to leverage the existing setter logic, there is a new callback introduce which called fetch_opt with unique parameter. For each setter, it may have different reparsi

[PATCH 29/30] net/mlx5: implement IPv6 routing push remove

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu Reserve the push data buffer for each job and the maximum length is set to 128 for now. Only supports type IPPROTO_ROUTING when translating the rte flow action. Remove actions must be shared globally and only supports next layer as TCP or UDP. Signed-off-by: Rongwei Liu Acke

[PATCH 30/30] net/mlx5/hws: add stc reparse support for srv6 push pop

2023-10-29 Thread Gregory Etelson
From: Rongwei Liu After pushing/popping srv6 into/from IPv6 packets, the checksum needs to be correct. In order to achieve this, there is a need to control each STE' reparse behavior(CX7 and above). Add two more flags enumeration definitions to allow external control of reparse property in stc.

RE: [PATCH v4 0/4] ptype matching support in mlx5

2023-10-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, October 25, 2023 11:51 PM > To: dev@dpdk.org > Cc: Ori Kam ; Matan Azrad ; Michael > Baum ; Alex Vesker ; Suanming > Mou ; Slava Ovsiienko ; > Erez Shitrit > Subject: [PATCH v4 0/4] ptype matching support in mlx5 > >

[PATCH] ethdev: fix RTE_FLOW_PORT_FLAG_SHARE_INDIRECT definition

2023-10-29 Thread Gregory Etelson
Fix value of RTE_FLOW_PORT_FLAG_SHARE_INDIRECT. Fixes: f5b2846d89d7 ("ethdev: share indirect action between ports") Cc: sta...@dpdk.org Signed-off-by: Gregory Etelson --- lib/ethdev/rte_flow.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/ethdev/rte_flow.

[PATCH 00/13] net/mlx5: support more REG C registers

2023-10-29 Thread Gregory Etelson
Support increased number of REG_Cx registers. Gregory Etelson (7): net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data net/mlx5: add flow_hw_get_reg_id_from_ctx() net/mlx5/hws: Definer, use flow_hw_get_reg_id_from_ctx function call net/mlx5: add rte_device parameter to locate HW

[PATCH 01/13] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-10-29 Thread Gregory Etelson
New mlx5dr_context member replaces mlx5dr_cmd_query_caps. Capabilities structure is a member of mlx5dr_context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/hws/mlx5dr_definer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/hws

[PATCH 02/13] net/mlx5: add flow_hw_get_reg_id_from_ctx()

2023-10-29 Thread Gregory Etelson
The new function call `flow_hw_get_reg_id_from_ctx()` maps input DR5 context and register type to REG_C register. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/net/mlx5/mlx5_f

[PATCH 03/13] net/mlx5/hws: Definer, use flow_hw_get_reg_id_from_ctx function call

2023-10-29 Thread Gregory Etelson
New function call `flow_hw_get_reg_id_from_ctx()` matches REG_C register to input DR5 context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/hws/mlx5dr_definer.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/net/mlx5/hws/ml

[PATCH 04/13] net/mlx5: add rte_device parameter to locate HWS registers

2023-10-29 Thread Gregory Etelson
1. Add rte_eth_dev parameter to the `flow_hw_get_reg_id()` 2. Add mlx5_flow_hw_get_reg_id() Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.c| 2 +- drivers/net/mlx5/mlx5_flow.h| 13 +++-- drivers/net/mlx5/mlx5_flow_dv.c | 12 ++-- drive

[PATCH 06/13] net/mlx5: merge REG_C aliases

2023-10-29 Thread Gregory Etelson
Merge `mtr_color_reg` and `mlx5_flow_hw_aso_tag` into `aso_reg` Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/linux/mlx5_os.c | 10 +- drivers/net/mlx5/mlx5.h| 3 +-- drivers/net/mlx5/mlx5_flow.c | 16 drivers/net/mlx5/mlx5_f

[PATCH 05/13] net/mlx5: separate port REG_C registers usage

2023-10-29 Thread Gregory Etelson
Current implementation stored REG_C registers available for HWS tags in PMD global array. As the result, PMD could not work properly with different port types that allocate REG_C registers differently. The patch stores registers available to a port in the port shared context. Register values will

[PATCH 07/13] net/mlx5: initialize HWS flow tags registers in shared dev context

2023-10-29 Thread Gregory Etelson
Move HWS flow tags registers initialization to shared dev context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/linux/mlx5_os.c | 35 ++- drivers/net/mlx5/mlx5.c | 75 drivers/net/mlx5/mlx5.h | 6 +++ drive

[PATCH 09/13] net/mlx5: add support for calc hash

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit adds calculate hash function support for mlx5 PMD. Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.c| 32 drivers/net/mlx5/mlx5_flow.h| 8 drivers/net/mlx5/mlx5_flow_hw.c | 31 ++- 3

[PATCH 08/13] net/mlx5/hws: adding method to query rule hash

2023-10-29 Thread Gregory Etelson
From: Itamar Gozlan Add a method to the HW steering API that allows querying the hash result for a given matcher and a set of items. This can be used to predict the location of the rule in the hash table. Signed-off-by: Itamar Gozlan --- drivers/common/mlx5/mlx5_prm.h | 8 +++- driver

[PATCH 10/13] net/mlx5: fix insert by index

2023-10-29 Thread Gregory Etelson
From: Ori Kam Due to mlx5dr internal logic calling the rule_create function must have items structure. This commit create such temp structure. Fixes: fa16fead9a68 ("net/mlx5/hws: support rule update after its creation") Cc: ere...@nvidia.com Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_f

[PATCH 11/13] net/mlx5: fix query for NIC flow cap

2023-10-29 Thread Gregory Etelson
From: Ori Kam Add query for nic flow table support bit. Fixes: 5f44fb1958e5 ("common/mlx5: query capability of registers") Cc: bi...@nvidia.com Signed-off-by: Ori Kam --- drivers/common/mlx5/mlx5_devx_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/mlx5/mlx5_devx_cmd

[PATCH 13/13] net/mlx5: add validation support for tags

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit introduce validation for invalid tags Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow_hw.c | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c index

[PATCH 12/13] net/mlx5: add support for more registers

2023-10-29 Thread Gregory Etelson
From: Ori Kam This commit adds the support for a additional registers that were added to the HW. Signed-off-by: Ori Kam --- drivers/common/mlx5/mlx5_devx_cmds.c | 16 + drivers/common/mlx5/mlx5_devx_cmds.h | 2 +- drivers/common/mlx5/mlx5_prm.h | 36 -

RE: [PATCH] net/iavf: fix indent in Tx path

2023-10-29 Thread Zhang, Qi Z
> -Original Message- > From: Radu Nicolau > Sent: Thursday, October 26, 2023 5:34 PM > To: Marchand, David ; dev@dpdk.org > Cc: sta...@dpdk.org; Wu, Jingjing ; Xing, Beilei > ; Doherty, Declan ; > Sinha, Abhijit > Subject: Re: [PATCH] net/iavf: fix indent in Tx path > > > On 26-Oct-23

RE: [PATCH v2] net/iavf: fix Tx offloading flags check

2023-10-29 Thread Zhang, Qi Z
> -Original Message- > From: David Marchand > Sent: Thursday, October 26, 2023 4:08 PM > To: Nicolau, Radu > Cc: Wu, Jingjing ; Xing, Beilei > ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2] net/iavf: fix Tx offloading flags check > > On Wed, Oct 25, 2023 at 11:13 AM Radu

Re: [PATCH v3 0/3] introduce maximum Rx buffer size

2023-10-29 Thread lihuisong (C)
在 2023/10/29 23:48, Stephen Hemminger 写道: On Sat, 28 Oct 2023 09:48:44 +0800 Huisong Li wrote: The "min_rx_bufsize" in struct rte_eth_dev_info stands for the minimum Rx buffer size supported by hardware. Actually, some engines also have the maximum Rx buffer specification, like, hns3. If mb

[PATCH v2] net/cpfl: support action prog

2023-10-29 Thread wenjing . qiao
From: Wenjing Qiao Parse JSON file and generate rules that instruct PMD to map an RTE_FLOW_ACTION_TYPE_PROG to a low-level FXP representation, the matching follows below guidelines. Use rte_flow_action_prog->name to match the name of a P4 action type when provided in the JSON file. In cases wher

[PATCH v2 1/3] net/mlx5: add port representor action

2023-10-29 Thread Suanming Mou
The packets handled by port representor action will be steered to E-Switch manager and received by software. This commit adds port representor action. Signed-off-by: Suanming Mou Acked-by: Ori Kam --- doc/guides/nics/mlx5.rst| 6 drivers/net/mlx5/mlx5.h | 2 ++ drivers/n

[PATCH v2 0/3] net/mlx5: add port representor destination to mirror

2023-10-29 Thread Suanming Mou
In order to clone the traffic from FDB to NIC TIR, user can set port representor action as mirror clone destination. In that case cloned traffic will be moved to E-Switch manager root table, and goes to software TIR. This series adds the port representor support to mirror action. v2: - add Acked

[PATCH v2 2/3] net/mlx5: add port representor destination to mirror

2023-10-29 Thread Suanming Mou
In order to clone the traffic from FDB to NIC TIR, user can set port representor action as mirror clone destination. In that case cloned traffic will be moved to E-Switch manager root table, and goes to software TIR. This commit adds the port representor support to mirror action. Signed-off-by: S

[PATCH v2 3/3] app/testpmd: add port representor as sample destination

2023-10-29 Thread Suanming Mou
This commit adds the missing port representor support as sample destination. Signed-off-by: Suanming Mou Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index 6c8571154e..0d521159e9 1

[PATCH v2] net/iavf: fix crash on closing representor ports

2023-10-29 Thread Mingjin Ye
Since the representor port needs to access the resources of the associated DCF when it is closed. Therefore, the correct close port operation is to close all the representor ports first, and then close the associated DCF port. If the DCF port is closed before the representor port on pmd exit. This

Re: [PATCH v3 1/3] ethdev: introduce maximum Rx buffer size

2023-10-29 Thread lihuisong (C)
Hi Stephen, Thanks for your review. 在 2023/10/29 23:43, Stephen Hemminger 写道: On Sat, 28 Oct 2023 09:48:45 +0800 Huisong Li wrote: + "Ethdev port_id=%u, the data size application used in each mbuf is just %u instead of the whole data room(%u) The message shou

RE: [PATCH v2 1/1] app/mldev: enable support for pre-quantized I/O

2023-10-29 Thread Shivah Shankar Shankar Narayan Rao
> -Original Message- > From: Srikanth Yalavarthi > Sent: Thursday, October 26, 2023 6:20 PM > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Anup Prabhu ; > Prince Takkar > Subject: [PATCH v2 1/1] app/mldev: enable support for pre-quantized I/O > > Fr

RE: [PATCH] ethdev: fix RTE_FLOW_PORT_FLAG_SHARE_INDIRECT definition

2023-10-29 Thread Ori Kam
> -Original Message- > From: Gregory Etelson > Sent: Sunday, October 29, 2023 7:54 PM > To: dev@dpdk.org > > Fix value of RTE_FLOW_PORT_FLAG_SHARE_INDIRECT. > > Fixes: f5b2846d89d7 ("ethdev: share indirect action between ports") > Cc: sta...@dpdk.org > Signed-off-by: Gregory Etelson >

RE: [PATCH 08/13] net/mlx5/hws: adding method to query rule hash

2023-10-29 Thread Ori Kam
> -Original Message- > From: Gregory Etelson > Sent: Sunday, October 29, 2023 8:23 PM > > From: Itamar Gozlan > > Add a method to the HW steering API that allows querying > the hash result for a given matcher and a set of items. This > can be used to predict the location of the rule i

[PATCH] test/crypto: fix mbuf port in Rx inject

2023-10-29 Thread Rahul Bhansali
By default mbuf port is not initialized and for Rx inject mbuf port update is required before submitting packet. Fixes: 69e1a909aa08 ("test/crypto: add Rx inject") Signed-off-by: Rahul Bhansali --- app/test/test_cryptodev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test/test_crypt