Hi Olivier,
Let me know if you have any comments on this patch.
Regards,
Rakesh
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Wednesday, July 26, 2023 11:25 AM
> To: Olivier Matz
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin
> Kumar Dabilpuram ;
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Tuesday, January 10, 2023 12:12 PM
> To: Ori Kam ; Jerin Jacob ;
> Stephen Hemminger
> Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> Ferruh Yigit ; Andrew Rybchenko
> ; dev@dpdk.org; NBU-Contact-Adri
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
Skip the congestion management configuration applied using
rte_eth_cman_config_set() API on the given ethdev Rx queue.
Signed-off-by: Rakesh Kudurumalla
---
V2: Rename action name to skip congestion management
lib/ethdev/rte_flow.h | 9 +
1 file changed, 9 insertions(+)
diff --git a
-by: Rakesh Kudurumalla
---
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50 ++
2 files changed, 51 insertions(+)
diff --git a/drivers/net/cnxk/cnxk_ethdev.h b/drivers/net/cnxk/cnxk_ethdev.h
index ea8c70b8b7..7c53122b9f 100644
--- a
Local or Host destined pkts can be redirected IPv4 local node
using IP4 Lookup node entries with prefix of 32 and be redirected
to this IP4 local node for further processing.
Signed-off-by: Rakesh Kudurumalla
---
v4: Updated on TOT
doc/guides/prog_guide/graph_lib.rst | 15
IPv4 UDP packets are given to application
with specified UDP destination port given
by user.
Signed-off-by: Rakesh Kudurumalla
---
doc/api/doxy-api-index.md | 3 +-
doc/guides/prog_guide/graph_lib.rst | 25 ++
.../img/graph_inbuilt_node_flow.svg | 165
Local or Host destined pkts can be redirected IPv4 local node
using IP4 Lookup node entries with prefix of 32 and be redirected
to this IP4 local node for further processing.
Signed-off-by: Rakesh Kudurumalla
---
doc/guides/prog_guide/graph_lib.rst | 15 ++
.../img
IPv4 UDP packets are given to application
with specified UDP destination port given
by user.
Signed-off-by: Rakesh Kudurumalla
---
v5: Resolve ubuntu compilation issue
doc/api/doxy-api-index.md | 3 +-
doc/guides/prog_guide/graph_lib.rst | 25 ++
.../img
Removed MAX macro from all graph nodes to extend
edges to nodes at ease
Signed-off-by: Rakesh Kudurumalla
Acked-by: Nithin Dabilpuram
---
v3: Updated acked-by
lib/node/ip4_lookup.c | 2 +-
lib/node/ip6_lookup.c | 2 +-
lib/node/rte_node_ip4_api.h | 2 --
lib/node
Local or Host destined pkts can be redirected IPv4 local node
using IP4 Lookup node entries with prefix of 32 and be redirected
to this IP4 local node for further processing.
Signed-off-by: Rakesh Kudurumalla
---
Depends-on: series-29670 ("remove MAX macro from all nodes")
v
IPv4 UDP packets are given to application
with specified UDP destination port given
by user.
Signed-off-by: Rakesh Kudurumalla
---
doc/api/doxy-api-index.md | 3 +-
doc/guides/prog_guide/graph_lib.rst | 25 ++
.../img/graph_inbuilt_node_flow.svg | 165
lock
in loop
Signed-off-by: Rakesh Kudurumalla
---
examples/l2fwd-jobstats/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c
index 308b8edd20..7bb38b290f 100644
--- a/examples/l2fwd-jobstats/main.c
+++ b
l2fwd-jobstats: add new example")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v2: updated commit message
examples/l2fwd-jobstats/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c
index
l2fwd-jobstats: add new example")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v2: updated commit message
examples/l2fwd-jobstats/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-jobstats/main.c b/examples/l2fwd-jobstats/main.c
index
l2fwd-jobstats: add new example")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v3: updated subject message
v2: updated commit description
examples/l2fwd-jobstats/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/l2fwd-jobstats/main.c b/exam
From: Thomas Monjalon
Sent: Tuesday, July 30, 2024 9:42 PM
To: Rakesh Kudurumalla
Cc: ferruh.yi...@amd.com; andrew.rybche...@oktetlabs.ru; or...@nvidia.com;
dev@dpdk.org; Jerin Jacob ; Nithin Kumar Dabilpuram
; sta...@dpdk.org
Subject: [EXTERNAL] Re: [PATCH v3 1/1] examples/l2fwd-jobstats
allows for betteravailability
of the lock, ensuring that show_lcore_stats() can
periodically update the statistics even when forwarding
jobs are running.
Fixes: 204896f8d66c ("examples/l2fwd-jobstats: add new example")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v4: Addressed
allows for betteravailability
of the lock, ensuring that show_lcore_stats() can
periodically update the statistics even when forwarding
jobs are running.
Fixes: 204896f8d66c ("examples/l2fwd-jobstats: add new example")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v5: update
> -Original Message-
> From: Thomas Monjalon
> Sent: Thursday, August 8, 2024 5:52 PM
> To: Rakesh Kudurumalla
> Cc: ferruh.yi...@amd.com; andrew.rybche...@oktetlabs.ru;
> or...@nvidia.com; dev@dpdk.org; Jerin Jacob ; Nithin
> Kumar Dabilpuram ; sta...@d
> -Original Message-
> From: Stephen Hemminger
> Sent: Sunday, August 11, 2024 9:47 PM
> To: Rakesh Kudurumalla
> Cc: ferruh.yi...@amd.com; andrew.rybche...@oktetlabs.ru;
> or...@nvidia.com; tho...@monjalon.net; dev@dpdk.org; Jerin Jacob
> ; Nithin Kumar Dabilpura
In latest dpdk PMD log type is removed and driver
specific log type is added for CNXK. This patch
changes loglevel of CNXK from NOTICE to INFO
to display logs while running applications
Signed-off-by: Rakesh Kudurumalla
---
drivers/common/cnxk/roc_platform.c | 2 +-
1 file changed, 1 insertion
inline device NIX RX and RQ stats are updated
on PKTIO extra stats
Signed-off-by: Rakesh Kudurumalla
---
drivers/common/cnxk/roc_nix_stats.c | 179 +--
drivers/common/cnxk/roc_nix_xstats.h | 29 -
2 files changed, 144 insertions(+), 64 deletions(-)
diff --git a
evice")
Signed-off-by: Rakesh Kudurumalla
---
drivers/net/cnxk/cnxk_stats.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/cnxk/cnxk_stats.c b/drivers/net/cnxk/cnxk_stats.c
index 4b0deac05e..f2fc89 100644
--- a/drivers/net/cnxk/cnxk_stats.c
+++ b/driver
ping
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Monday, December 13, 2021 12:10 PM
> To: Thomas Monjalon ; Jerin Jacob Kollanukkaran
>
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktet
> -Original Message-
> From: Ferruh Yigit
> Sent: Tuesday, January 11, 2022 6:16 PM
> To: Rakesh Kudurumalla ; Nithin Kumar
> Dabilpuram ; Kiran Kumar Kokkilagadda
> ; Sunil Kumar Kori ; Satha
> Koteswara Rao Kottidi
> Cc: dev@dpdk.org
> Subject: [EXT] Re: [
Patch updates configured meter bpf is in recevie queue
context during meter creation
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
v2: Fix commit message
drivers/net/cnxk/cn10k_rte_flow.c | 7 +++
drivers/net/cnxk/cnxk_ethdev_mtr.c | 21 -
2 files
Patch updates meter algorithm in nix band profile
structure
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
v2: series patch of 1/2
drivers/common/cnxk/hw/nix.h | 5 ---
drivers/common/cnxk/roc_nix_bpf.c | 61 +--
2 files changed, 17
Patch updates configured meter bpf is in receive queue
context during meter creation
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
v3: Fix commit message spelling
drivers/net/cnxk/cn10k_rte_flow.c | 7 +++
drivers/net/cnxk/cnxk_ethdev_mtr.c | 21
Patch updates meter algorithm in nix band profile
structure
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
v3: series patch of 1/2
drivers/common/cnxk/hw/nix.h | 5 ---
drivers/common/cnxk/roc_nix_bpf.c | 61 +--
2 files changed, 17
ping
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Monday, January 10, 2022 2:35 PM
> To: Thomas Monjalon ; Jerin Jacob Kollanukkaran
>
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktet
> -Original Message-
> From: Thomas Monjalon
> Sent: Tuesday, February 1, 2022 1:15 PM
> To: Jerin Jacob Kollanukkaran ; Rakesh Kudurumalla
>
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktet
ping
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Tuesday, July 20, 2021 10:21 PM
> Cc: dev@dpdk.org; Rakesh Kudurumalla ;
> sta...@dpdk.org
> Subject: [PATCH v2] test: avoid hang if queues are full and Tx fails
>
> Current pmd_perf_autotest() in
Hi Thomas Monjalon,
Same behavior is observed in cnxk driver as well.
Can we please get this patch merged ?
Regards,
Rakesh
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Monday, February 14, 2022 10:27 AM
> To: Thomas Monjalon ; Jerin Jacob Kollanukkaran
ping
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Monday, May 9, 2022 3:32 PM
> To: 'Thomas Monjalon' ; Jerin Jacob Kollanukkaran
>
> Cc: 'sta...@dpdk.org' ; 'dev@dpdk.org'
> ; 'david.march...@redhat.com'
&g
ping
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Tuesday, October 19, 2021 3:50 PM
> To: david.march...@redhat.com
> Cc: dev@dpdk.org; sta...@dpdk.org; Rakesh Kudurumalla
>
> Subject: RE: [PATCH v2] test: avoid hang if queues are full a
Ingress meter rate is calculated based on hardcoded
policer timeunit. Patch adds mbox interface to
retrieve configured policer timeunit
Signed-off-by: Rakesh Kudurumalla
---
drivers/common/cnxk/hw/nix.h | 12 ++---
drivers/common/cnxk/roc_mbox.h| 31 +
drivers/common/cnxk
Bpf count is updated in meter capabilities during device
initialization using mbox interface
Signed-off-by: Rakesh Kudurumalla
---
drivers/net/cnxk/cn10k_rte_flow.c | 2 +-
drivers/net/cnxk/cnxk_ethdev.c | 4 ++-
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk
Ingress meter rate is calculated based on hardcoded
policer timeunit. Patch adds mbox interface to
retrieve configured policer timeunit
Signed-off-by: Rakesh Kudurumalla
---
drivers/common/cnxk/hw/nix.h | 12 ++---
drivers/common/cnxk/roc_mbox.h| 31 +
drivers/common/cnxk
Bpf count is updated in meter capabilities during device
initialization using mbox interface
Signed-off-by: Rakesh Kudurumalla
---
v2:
- resolve nix configure error in cn9k
drivers/net/cnxk/cn10k_rte_flow.c | 2 +-
drivers/net/cnxk/cn9k_ethdev.c | 1 +
drivers/net/cnxk/cnxk_ethdev.c
: 002ade70e933 ("app/test: measure cycles per packet in Rx/Tx")
Cc: sta...@dpdk.org
Signed-off-by: Rakesh Kudurumalla
---
v2:
- Fixed commit message errors
app/test/test_pmd_perf.c | 12
1 file changed, 12 insertions(+)
diff --git a/app/test/test_pmd_perf.c b/app/test/test_pmd_pe
2 PM
> To: Rakesh Kudurumalla
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktetlabs.ru;
> ajit.khapa...@broadcom.com; Jerin Jacob Kollanukkaran
>
> Subject: [EXT] Re: [dpdk-stable] [PATCH v2] test: avoid hang if queues
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, November 22, 2021 2:28 PM
> To: Rakesh Kudurumalla
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktetlabs.ru;
> ajit.khapa...@broa
Patch updates configured meter bpf is in rq context
during meter creation
Signed-off-by: Rakesh Kudurumalla
---
drivers/net/cnxk/cn10k_rte_flow.c | 9 -
drivers/net/cnxk/cnxk_ethdev_mtr.c | 25 ++---
2 files changed, 22 insertions(+), 12 deletions(-)
diff --git a
Patch updates meter algorithm in nix band profile
structure
Signed-off-by: Rakesh Kudurumalla
---
drivers/common/cnxk/hw/nix.h | 5 ---
drivers/common/cnxk/roc_nix_bpf.c | 61 +--
2 files changed, 17 insertions(+), 49 deletions(-)
diff --git a/drivers/common
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, November 29, 2021 2:44 PM
> To: Rakesh Kudurumalla ; Jerin Jacob
> Kollanukkaran
> Cc: sta...@dpdk.org; dev@dpdk.org; david.march...@redhat.com;
> ferruh.yi...@intel.com; andrew.rybche...@oktet
Skip the congestion management configuration applied using
rte_eth_cman_config_set() API on the given ethdev Rx queue.
Signed-off-by: Rakesh Kudurumalla
---
v3: Updated comments and programmers guide regrading
new action
doc/guides/prog_guide/rte_flow.rst | 22 ++
lib/ethdev
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50 ++
3 files changed, 52 insertions(+)
diff --git a/doc/guides/nics/features/cnxk.ini
b/doc/guides/nics/features
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
---
v4: updated commit message
doc/guides/prog_guide/rte_flow.rst | 22 ++
lib/ethdev/rte_flow.h | 11
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50 ++
3 files changed, 52 insertions(+)
diff --git a/doc/guides/nics/features/cnxk.ini
b/doc/guides/nics/features
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50 ++
3 files changed, 52 insertions(+)
diff --git a/doc/guides/nics/features/cnxk.ini
b/doc/guides/nics/features
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
---
v5: Updated doc
doc/guides/nics/features/cnxk.ini| 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
doc/guides
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
---
v6: Moved cnxk.ini and cnxk_vf.ini to cnxk specific patch
doc/guides/nics/features/default.ini | 1 +
doc/guides
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini| 2 ++
doc/guides/nics/features/cnxk_vf.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50
4 files changed, 54 insertions(+)
diff --git a/doc/guides
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
---
v7: Moved skip_cman macro to the end
doc/guides/nics/features/default.ini | 1 +
doc/guides/prog_guide/rte_flow.rst
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini| 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50
4 files changed, 53 insertions(+)
diff --git a/doc/guides/nics
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
---
v8: updated release notes
doc/guides/nics/features/default.ini | 1 +
doc/guides/prog_guide/rte_flow.rst | 22
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini| 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50
4 files changed, 53 insertions(+)
diff --git a/doc/guides/nics
Updated release notes on new action to skip
congestion management configuration
Signed-off-by: Rakesh Kudurumalla
---
doc/guides/rel_notes/release_23_03.rst | 11 +++
1 file changed, 11 insertions(+)
diff --git a/doc/guides/rel_notes/release_23_03.rst
b/doc/guides/rel_notes
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
Acked-by: Jerin Jacob
---
v9: Distributed doc updates to relevant patches
doc/guides/nics/features/default.ini | 1
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
---
doc/guides/nics/features/cnxk.ini | 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
doc/guides/rel_notes/release_23_03.rst | 4 +++
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50 ++
5 files
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
Acked-by: Jerin Jacob
---
v10: Rebased on top of dpdk-next-net
doc/guides/nics/features/default.ini | 1 +
doc
added support for testpmd application to accept
skip_cman action while configuring policy action
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index
-by: Rakesh Kudurumalla
Acked-by: Nithin Dabilpuram
---
doc/guides/nics/features/cnxk.ini | 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
doc/guides/rel_notes/release_23_03.rst | 5 +++
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50
application
add port meter policy 0 200 g_actions drop / skip_cman / end
y_actions drop / end r_actions drop / end
Signed-off-by: Rakesh Kudurumalla
---
app/test-pmd/cmdline_flow.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
-by: Rakesh Kudurumalla
Acked-by: Nithin Dabilpuram
---
doc/guides/nics/features/cnxk.ini | 1 +
doc/guides/nics/features/cnxk_vf.ini | 1 +
doc/guides/rel_notes/release_23_03.rst | 5 +++
drivers/net/cnxk/cnxk_ethdev.h | 1 +
drivers/net/cnxk/cnxk_ethdev_mtr.c | 50
the RED congestion
processing for all GREEN color packet can be expressed though
RTE_FLOW_ACTION_TYPE_SKIP_CMAN flow action
Signed-off-by: Rakesh Kudurumalla
Acked-by: Ori Kam
Acked-by: Jerin Jacob
---
v11: Updated sample command to apply
congestion configuration with dpdk-testpmd
Ping
Regards,
Rakesh
> -Original Message-
> From: Rakesh Kudurumalla
> Sent: Wednesday, April 26, 2023 2:58 PM
> To: Olivier Matz
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin
> Kumar Dabilpuram ; Rakesh Kudurumalla
>
> Subject: [PATCH 1/1] app
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
V5: Addressed comments
Handled negative test
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
---
app/graph/cli.c | 1 +
app/graph/ethdev.c
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph/examples/l2fwd.cli
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
V6: Addressed comments
updated documentation
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
---
app/graph/cli.c| 1 +
app/graph/ethdev.c
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph/examples/l2fwd.cli
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
v7:
Remove warning
lib/node/ethdev_ctrl.c
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
---
app/graph/cli.c| 1 +
app/graph/ethdev.c
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph/examples/l2fwd.cli
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
v8: Doc correction
lib/node/ethdev_ctrl.c
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
---
app/graph/cli.c| 1 +
app/graph/ethdev.c
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph/examples/l2fwd.cli
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
v9: Resolve memory issue
lib/node/ethdev_ctrl.c
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
app/graph/cli.c| 1 +
app/
By default all packets received on ethdev_rx node
is forwarded to pkt_cls node.This patch provides
library support to add a new node as next node to
ethdev_rx node and forward packet to new node from
rx node.
Signed-off-by: Rakesh Kudurumalla
---
v10: Code style
lib/node/ethdev_ctrl.c
Adds a txport to forward packet for every rxport
Mapping will be used to forward packets to txport
received on rxport
Following commands are exposed:
- ethdev forward "
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
app/graph/cli.c| 1 +
app/
Added portforward usecase.In this usecase
packets received Rx port is forwarded to
respective Tx port.
Signed-off-by: Rakesh Kudurumalla
Acked-by: Sunil Kumar Kori
---
app/graph/ethdev.c | 13 ++
app/graph/ethdev.h | 1 +
app/graph
Acked-by: Rakesh Kudurumalla
> -Original Message-
> From: sk...@marvell.com
> Sent: Monday, January 8, 2024 1:04 PM
> To: Sunil Kumar Kori ; Rakesh Kudurumalla
>
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: update command scope information
>
> From: Sunil
Removed MAX macro from all graph nodes to extend
edges to nodes without ABI breakage
Signed-off-by: Rakesh Kudurumalla
---
Depends-on: series-28807 ("add UDP v4 support")
lib/node/ip4_lookup.c | 2 +-
lib/node/ip6_lookup.c | 2 +-
lib/node/rte_node_ip4_api.h | 2 --
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Thursday, June 1, 2023 8:14 AM
> To: Jerin Jacob
> Cc: Yan, Zhirun ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> Nithin Kumar Dabilpuram ; Liang, Cunming
> ; Wang, Haiyue ; Sunil
> Kumar Kori
> Subject:
> -Original Message-
> From: Sunil Kumar Kori
> Sent: Friday, July 21, 2023 12:31 PM
> To: Jerin Jacob ; Rakesh Kudurumalla
>
> Cc: Vamsi Krishna Attunuru ; dev@dpdk.org; Yan,
> Zhirun ; tho...@monjalon.net; Jerin Jacob
> Kollanukkaran ; Nithin Kumar Dabil
> -Original Message-
> From: Olivier Matz
> Sent: Wednesday, July 5, 2023 9:42 PM
> To: Rakesh Kudurumalla
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin
> Kumar Dabilpuram
> Subject: [EXT] Re: [PATCH 1/1] app/test: resolve mbuf_test application failur
when RTE_ENABLE_ASSERT is defined test_mbuf application is
failing because we are trying to attach extbuf to a cloned
buffer to which external mbuf is already attached.To make
test_mbuf pass CI we have updated ol_flags. This patch fixes
the same.
Signed-off-by: Rakesh Kudurumalla
---
v2
Removed MAX macro from all graph nodes to extend
edges to nodes at ease
Signed-off-by: Rakesh Kudurumalla
---
v2: Update changes to TOT and resolve
dependecy related issues
lib/node/ip4_lookup.c | 2 +-
lib/node/ip6_lookup.c | 2 +-
lib/node/rte_node_ip4_api.h | 2 --
lib
1 - 100 of 145 matches
Mail list logo