Re: [PATCH v7 0/4] add pointer compression API

2024-03-11 Thread David Marchand
On Sun, Mar 10, 2024 at 8:35 PM Honnappa Nagarahalli wrote: > > We mentionned during the weekly release meeting, it seemed too late > > for merging this work in the 24.03 release. > > > > Looking at v8, I have comments on this series: > > - rather than put a Depends-on: tag, take the lib: patch as

Question on a patch in lib/ethdev/ethdev_driver.c

2024-03-11 Thread Thierry Herbelot
Hello, Commit 9a9eb104ed ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); This in turn causes a failure in ixgbe PCI probe on Arm server: eth_ixgbe_pci_probe(): unsupport

is RSS and Flow director can work together

2024-03-11 Thread Balakrishnan K
Hi All, I want to use the dpdk application with RSS and flow director. is possible to use both at a time in application. In RSS, I am using action_rss_tcp.types = ETH_RSS_NONFRAG_IPV4_TCP | ETH_RSS_L3_SRC_ONLY | ETH_RSS_L3_DST_ONLY; to receive the similar traffic to same core. One specific cas

Re: [PATCH] vhost: fix vring addr update with vDPA

2024-03-11 Thread Maxime Coquelin
On 3/7/24 11:34, David Marchand wrote: For vDPA devices, vq are not locked once the device has been configured at runtime. On the other hand, we need to hold the vq lock to evaluate vq->access_ok, invalidate vring addresses and translate them. Move vring address update earlier and, when vDPA

Re: [PATCH v4 3/3] testpmd: replace EAL logtype TESTPMD_LOG

2024-03-11 Thread Singh, Aman Deep
On 3/9/2024 4:03 AM, Stephen Hemminger wrote: Testpmd is misusing EAL logtype for some errors. Since the code directly has a macro for logging, use that. Also, replace fprintf(stderr, ...) with TESTPMD_LOG where appropriate. Signed-off-by: Stephen Hemminger Acked-by: Huisong Li Acked-by:

flow create with queue range not working

2024-03-11 Thread Vajith Raghman
Hi Team, We are validating the fdir with test-pmd tool. We are getting below error while trying to add the flow create rule for the same. Syntax: testpmd> flow create 0 ingress pattern eth / ipv4 src is ipv4 dst is / tcp src is dst is / end actions rss queues 2 3 end / end rule: flow cre

Re: [PATCH] vhost: fix virtqueue access lock check for handlers

2024-03-11 Thread Maxime Coquelin
On 3/7/24 11:36, David Marchand wrote: As the vhost library may receive a request for an unsupported request, it is necessary to check msg_handler before checking if locking queue pairs is requested. Coverity issue: 415049 Fixes: 5e8fcc60b59d ("vhost: enhance virtqueue access lock asserts")

Re: Question on a patch in lib/ethdev/ethdev_driver.c

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 9:07 AM, Thierry Herbelot wrote: > Hello, > > Commit 9a9eb104ed ("ethdev: parse multiple representor devargs") removes > the following variable initialization in rte_eth_devargs_parse(): > > memset(eth_da, 0, sizeof(*eth_da)); > > This in turn causes a failure in ixgbe PCI probe

Re: flow create with queue range not working

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 10:32 AM, Vajith Raghman wrote: > Hi Team, > > We are validating the fdir with test-pmd tool.  We are getting below > error while trying to add the flow create rule for the same. > > Syntax: > > testpmd>flow create 0ingress pattern eth / ipv4 src *is*ipv4 > dst *is*/tcp src *is* dst

[PATCH] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Thierry Herbelot
Commit 9a9eb104ed ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); Restore the memset, as this causes regression in ixgbe PCI probe. Fixes: 9a9eb104ed ("ethdev: parse multiple represen

[V2] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Thierry Herbelot
Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); Restore the memset, as this causes regression in ixgbe PCI probe. Fixes: 9a9eb104edf6 ("ethdev: parse multiple repr

[V3] ethdev: restore eth_devargs init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Thierry Herbelot
Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); Restore the memset, as this causes regression in ixgbe PCI probe. Fixes: 9a9eb104edf6 ("ethdev: parse multiple repr

[V4] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Thierry Herbelot
Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes the following variable initialization in rte_eth_devargs_parse(): memset(eth_da, 0, sizeof(*eth_da)); Restore the memset, as this causes regression in ixgbe PCI probe. As the listed commit introduces a new argument: n

Re: [PATCH v8 0/7] dts: Port scatter suite over

2024-03-11 Thread Jeremy Spewock
On Thu, Mar 7, 2024 at 10:00 AM Thomas Monjalon wrote: > > 10/01/2024 15:42, jspew...@iol.unh.edu: > > dts/framework/config/conf_yaml_schema.json| 3 +- > > dts/framework/exception.py| 7 + > > dts/framework/remote_session/testpmd_shell.py | 149 +- > >

RE: [PATCH] crypto/qat: fix ccm null aad pointer segfault

2024-03-11 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, March 8, 2024 8:25 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix ccm null aad pointer segfault > > This commit fixes a segfault,

RE: [PATCH] common/qat: fix null dereference in release function

2024-03-11 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, March 8, 2024 9:44 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX > Subject: [PATCH] common/qat: fix null dereference in release function > > This commit fixes NULL dereference in th

[PATCH v9 0/5] add pointer compression API

2024-03-11 Thread Paul Szczepanek
This patchset is proposing adding a new header only library with utility functions that allow compression of arrays of pointers. Since this is a header only library a patch needed to be added to amend the build system to allow adding libraries without source files. When passing caches full of poi

[PATCH v9 1/5] lib: allow libraries with no sources

2024-03-11 Thread Paul Szczepanek
Allow header only libraries. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli --- lib/meson.build | 14 ++ 1 file changed, 14 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 179a272932..e4e31f7ecf 100644 --- a/lib/meson.build +++ b/lib/meson.build

[PATCH v9 2/5] ptr_compress: add pointer compression library

2024-03-11 Thread Paul Szczepanek
Add a new utility header for compressing pointers. The provided functions can store pointers in 32-bit or 16-bit offsets. The compression takes advantage of the fact that pointers are usually located in a limited memory region (like a mempool). We can compress them by converting them to offsets fr

[PATCH v9 3/5] test: add pointer compress tests to ring perf test

2024-03-11 Thread Paul Szczepanek
Add a test that runs a zero copy burst enqueue and dequeue on a ring of raw pointers and compressed pointers at different burst sizes to showcase performance benefits of newly added pointer compression APIs. Refactored threading code to pass more parameters to threads to reuse existing code. Added

[PATCH v9 4/5] docs: add pointer compression guide

2024-03-11 Thread Paul Szczepanek
Documentation added in the prog guide for the new utility functions for pointer compression showing example code and potential usecases. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli Reviewed-by: Nathan Brown --- MAINTAINERS| 1 + doc/guides

[PATCH v9 5/5] test: add unit test for ptr compression

2024-03-11 Thread Paul Szczepanek
Test compresses and decompresses pointers with various combinations of memory regions and alignments and verify the pointers are recovered correctly. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli Reviewed-by: Nathan Brown --- MAINTAINERS | 1 + app/test/me

Re: [V4] ethdev: restore eth_da init at startup of rte_eth_devargs_parse()

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 12:55 PM, Thierry Herbelot wrote: > Commit 9a9eb104edf6 ("ethdev: parse multiple representor devargs") removes > the following variable initialization in rte_eth_devargs_parse(): > > memset(eth_da, 0, sizeof(*eth_da)); > > Restore the memset, as this causes regression in ixgbe PC

Re: [PATCH v9 1/5] lib: allow libraries with no sources

2024-03-11 Thread Bruce Richardson
On Mon, Mar 11, 2024 at 02:47:02PM +, Paul Szczepanek wrote: > Allow header only libraries. > > Signed-off-by: Paul Szczepanek > Reviewed-by: Honnappa Nagarahalli > --- > lib/meson.build | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/lib/meson.build b/lib/meson.bu

[PATCH] test/dma: fix api testuite teardown

2024-03-11 Thread Kevin Laatz
The API testsuite previously only used the dmadev skeleton. Now that real devices are being used for the API tests, the DMA stats need to be reset during testsuite teardown to ensure a known, clean state before continuing. Fixes: 14b477ed1740 ("test/dma: use unit test framework") Signed-off-by: K

[PATCH v9 0/7] dts: Port scatter suite over

2024-03-11 Thread jspewock
From: Jeremy Spewock v9: * rebase series on main * add "Test" to the name of the test suite class so that it gets properly recognized as a suite according to changes from patch on main. Note that changing the name of a test suite class funtionally doesn't change anything about the suite. The f

[PATCH v9 1/7] dts: add startup verification and forwarding modes to testpmd shell

2024-03-11 Thread jspewock
From: Jeremy Spewock Added commonly used methods in testpmd such as starting and stopping packet forwarding, changing forward modes, and verifying link status of ports so that developers can configure testpmd and start forwarding through the provided class rather than sending commands to the test

[PATCH v9 2/7] dts: limit EAL parameters to DPDK apps and add parameters to all apps

2024-03-11 Thread jspewock
From: Jeremy Spewock Changed the factory method for creating interactive apps in the SUT Node so that EAL parameters would only be passed into DPDK apps since non-DPDK apps wouldn't be able to process them. Also modified interactive apps to allow for the ability to pass parameters into the app on

[PATCH v9 3/7] dts: add optional packet filtering to scapy sniffer

2024-03-11 Thread jspewock
From: Jeremy Spewock Added the options to filter out LLDP and ARP packets when sniffing for packets with scapy. This was done using BPF filters to ensure that the noise these packets provide does not interfere with test cases. Signed-off-by: Jeremy Spewock --- dts/framework/test_suite.py

[PATCH v9 4/7] dts: add pci addresses to EAL parameters

2024-03-11 Thread jspewock
From: Jeremy Spewock Added allow list to the EAL parameters created in DTS to ensure that only the relevant PCI devices are considered when launching DPDK applications. Signed-off-by: Jeremy Spewock --- dts/framework/testbed_model/sut_node.py | 12 1 file changed, 12 insertions(+)

[PATCH v9 5/7] dts: allow configuring MTU of ports

2024-03-11 Thread jspewock
From: Jeremy Spewock Adds methods in both os_session and linux session to allow for setting MTU of port interfaces so that suites that require the sending and receiving of packets of a specific size, or the rejection of packets over a certain size, can configure this maximum as needed. Signed-of

[PATCH v9 6/7] dts: add scatter to the yaml schema

2024-03-11 Thread jspewock
From: Jeremy Spewock Allow for scatter to be specified in the configuration file. Signed-off-by: Jeremy Spewock --- dts/framework/config/conf_yaml_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/framework/config/conf_yaml_schema.json b/dts/framework/confi

[PATCH v9 7/7] dts: add pmd_buffer_scatter test suite

2024-03-11 Thread jspewock
From: Jeremy Spewock This test suite provides testing of the support of scattered packets by Poll Mode Drivers using testpmd, verifying the ability to receive and transmit scattered multi-segment packets made up of multiple non-contiguous memory buffers. This is tested through 5 different cases i

Re: [PATCH v4] net/i40e: support FEC feature

2024-03-11 Thread Medvedkin, Vladimir
Hi Zhicha, It would be good to reflect FEC feature here: https://doc.dpdk.org/guides/nics/overview.html in "/Table 1.1 //Features availability in networking drivers/" please find the rest comments inline On 06/03/2024 10:41, Zhichao Zeng wrote: This patch enabled querying Forward Error Corre

[PATCH] net/bnx2x: fix indentation

2024-03-11 Thread Stephen Hemminger
The DPDK style of indentation uses tabs not spaces. This file had mix of both. Convert it. Signed-off-by: Stephen Hemminger --- drivers/net/bnx2x/bnx2x_stats.c | 174 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/drivers/net/bnx2x/bnx2x_stats.c

Re: [PATCH v2 00/11] add Traffic Manager feature

2024-03-11 Thread Ferruh Yigit
On 11/28/2023 12:40 PM, Huisong Li wrote: > The traffic management API has been introduced for a long time, please see > commit 5d109deffa87 ("ethdev: add traffic management API"). > And many PMD also support this feature. So this series add this feature to > features.rst, default.ini and driver.in

Re: [PATCH] net/nfp: fix skip reload firmware issue

2024-03-11 Thread Ferruh Yigit
On 3/8/2024 10:50 AM, Chaoyong He wrote: > From: Peng Zhang > > When the beat value of all ports are 0, which represent all > ports are unused. But the current port starts beat before > the check process, so it needs to sleep 1 second waiting > the beat value change and to ignore the current port

[PATCH v4] tap: do not duplicate fd's

2024-03-11 Thread Stephen Hemminger
The TAP device can use same file descriptopr for both rx and tx queues. This allows up to 8 queues (versus 4). Signed-off-by: Stephen Hemminger --- v4 - fix typos reported by check patch drivers/net/tap/meson.build | 2 +- drivers/net/tap/rte_eth_tap.c | 197 +++-

Re: [PATCH] app/testpmd: fix async indirect list action creation

2024-03-11 Thread Ferruh Yigit
On 3/7/2024 10:27 AM, Gregory Etelson wrote: > Testpmd calls the same function to create legacy indirect action and > indirect list action. > The function did not identify required action correctly. > > The patch adds the `indirect_list` boolean function parameter that is > derived from the action

[PATCH v10 0/5] add pointer compression API

2024-03-11 Thread Paul Szczepanek
This patchset is proposing adding a new header only library with utility functions that allow compression of arrays of pointers. Since this is a header only library a patch needed to be added to amend the build system to allow adding libraries without source files. When passing caches full of poi

[PATCH v10 1/5] lib: allow libraries with no sources

2024-03-11 Thread Paul Szczepanek
Allow header only libraries. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli --- lib/meson.build | 16 1 file changed, 16 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 179a272932..7c90602bf5 100644 --- a/lib/meson.build +++ b/lib/meson.bui

[PATCH v10 2/5] ptr_compress: add pointer compression library

2024-03-11 Thread Paul Szczepanek
Add a new utility header for compressing pointers. The provided functions can store pointers in 32-bit or 16-bit offsets. The compression takes advantage of the fact that pointers are usually located in a limited memory region (like a mempool). We can compress them by converting them to offsets fr

[PATCH v10 3/5] test: add pointer compress tests to ring perf test

2024-03-11 Thread Paul Szczepanek
Add a test that runs a zero copy burst enqueue and dequeue on a ring of raw pointers and compressed pointers at different burst sizes to showcase performance benefits of newly added pointer compression APIs. Refactored threading code to pass more parameters to threads to reuse existing code. Added

[PATCH v10 4/5] docs: add pointer compression guide

2024-03-11 Thread Paul Szczepanek
Documentation added in the prog guide for the new utility functions for pointer compression showing example code and potential usecases. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli Reviewed-by: Nathan Brown --- MAINTAINERS| 1 + doc/guides

[PATCH v10 5/5] test: add unit test for ptr compression

2024-03-11 Thread Paul Szczepanek
Test compresses and decompresses pointers with various combinations of memory regions and alignments and verify the pointers are recovered correctly. Signed-off-by: Paul Szczepanek Reviewed-by: Honnappa Nagarahalli Reviewed-by: Nathan Brown --- MAINTAINERS | 1 + app/test/me

Re: [PATCH 00/16] add link speed configuration feature

2024-03-11 Thread Ferruh Yigit
On 11/28/2023 1:00 PM, Huisong Li wrote: > The link speed configuration feature which is from dev_conf.link_speeds > has been introduced for a long time. This setting interface is used to > set fixed speed and link autonegotiation with speed capabilities feature. > It is very important for NIC. For

Re: [PATCH v2] net/netvsc: fix number Tx queues > Rx queues

2024-03-11 Thread Ferruh Yigit
On 3/8/2024 6:09 PM, Alan Elder wrote: > The previous code allowed the number of Tx queues to be set higher than > the number of Rx queues. If a packet was sent on a Tx queue with index >> = number Rx queues there was a segfault. > > This commit fixes the issue by creating an Rx queue for every T

Community CI Meeting Minutes - March 7, 2024

2024-03-11 Thread Patrick Robb
Sorry, I forgot to send these last week. March 7, 2024 # Attendees 1. Patrick Robb 2. Ali Alnubani 3. Paul Szczepanek 4. David Marchand 5. Aaron Conole # Minute

[PATCH v6 0/4] hash: add SVE support for bulk key lookup

2024-03-11 Thread Yoan Picchi
This patchset adds SVE support for the signature comparison in the cuckoo hash lookup and improves the existing NEON implementation. These optimizations required changes to the data format and signature of the relevant functions to support dense hitmasks (no padding) and having the primary and seco

[PATCH v6 1/4] hash: pack the hitmask for hash in bulk lookup

2024-03-11 Thread Yoan Picchi
Current hitmask includes padding due to Intel's SIMD implementation detail. This patch allows non Intel SIMD implementations to benefit from a dense hitmask. In addition, the new dense hitmask interweave the primary and secondary matches which allow a better cache usage and enable future improvemen

[PATCH v6 2/4] hash: optimize compare signature for NEON

2024-03-11 Thread Yoan Picchi
Upon a successful comparison, NEON sets all the bits in the lane to 1 We can skip shifting by simply masking with specific masks. Signed-off-by: Yoan Picchi Reviewed-by: Ruifeng Wang Reviewed-by: Nathan Brown --- lib/hash/arch/arm/compare_signatures.h | 24 +++- 1 file chan

[PATCH v6 3/4] test/hash: check bulk lookup of keys after collision

2024-03-11 Thread Yoan Picchi
This patch adds unit test for rte_hash_lookup_bulk(). It also update the test_full_bucket test to the current number of entries in a hash bucket. Signed-off-by: Yoan Picchi Signed-off-by: Harjot Singh Reviewed-by: Ruifeng Wang Reviewed-by: Nathan Brown --- app/test/test_hash.c | 99 ++

[PATCH v6 4/4] hash: add SVE support for bulk key lookup

2024-03-11 Thread Yoan Picchi
- Implemented SVE code for comparing signatures in bulk lookup. - Added Defines in code for SVE code support. - Optimise NEON code - New SVE code is ~5% slower than optimized NEON for N2 processor. Signed-off-by: Yoan Picchi Signed-off-by: Harjot Singh Reviewed-by: Nathan Brown Reviewed-by: Rui

Re: [PATCH] net/nfp: fix getting firmware VNIC version

2024-03-11 Thread Ferruh Yigit
On 3/11/2024 1:54 AM, Chaoyong He wrote: > From: Qin Ke > > When getting firmware VNIC version, the logic for representor > ports and other ports is inverse, fix it. > > Fixes: c4de52eca76c ("net/nfp: remove redundancy for representor port") > Cc: sta...@dpdk.org > > Signed-off-by: Qin Ke > Re

Re: [PATCH] test/dma: fix api testuite teardown

2024-03-11 Thread fengchengwen
It's not a bugfix, but a best practice for test (clean state before continuing). The other is LGTM, Acked-by: Chengwen Feng On 2024/3/11 23:25, Kevin Laatz wrote: > The API testsuite previously only used the dmadev skeleton. Now that real > devices are being used for the API tests, the DMA stat

Re: [PATCH v3] app/dma-perf: add average latency per worker

2024-03-11 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/3/9 3:06, Vipin Varghese wrote: > Modify the user information with total average latency per worker > in both CSV and console logs. > > Signed-off-by: Vipin Varghese > > V3 Changes: > - update CSV_TOTAL_LINE_FMT to change Avg Cycles / op per worker > > V2 Chan

Re: [PATCH v2] app/dma-perf: calrify incorrect NUMA config

2024-03-11 Thread fengchengwen
Hi Vipin, On 2024/3/11 14:00, Vipin Varghese wrote: > In case incorrect NUMA configuration, the current commit shares > 1) either `source or destination numa is greater` > 2) instead of `actual NUMA` it is `acture NUMA` > > Current changes helps to rectify the same by using `PRINT_ERR` instead

Re: [PATCH v2] app/dma-perf: calrify incorrect NUMA config

2024-03-11 Thread Varghese, Vipin
diff --git a/app/test-dma-perf/benchmark.c b/app/test-dma-perf/benchmark.c index 9b1f58c78c..b6d0dbe4c0 100644 --- a/app/test-dma-perf/benchmark.c +++ b/app/test-dma-perf/benchmark.c @@ -311,9 +311,14 @@ setup_memory_env(struct test_configure *cfg, struct rte_mbuf ***srcs, uint32_t nr_bu

Re: [PATCH v6 4/4] hash: add SVE support for bulk key lookup

2024-03-11 Thread fengchengwen
Hi Yoan, On 2024/3/12 7:21, Yoan Picchi wrote: > - Implemented SVE code for comparing signatures in bulk lookup. > - Added Defines in code for SVE code support. > - Optimise NEON code This commit does not include this part. Pls only describe the content in this commit. > - New SVE code is ~5% s

[DPDK/examples Bug 1398] [dpdk-24.03] ptpclient causes NIC I225/I226 port RX missed

2024-03-11 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1398 Bug ID: 1398 Summary: [dpdk-24.03] ptpclient causes NIC I225/I226 port RX missed Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONF

[PATCH v2] doc: update size parameter details

2024-03-11 Thread Vipin Varghese
For configuration parameters `mem_size` and `buf_size` are represented as megabytes and bytes respectively in application. Update the documentation and to represent the same. V2 Changes: - add mem_size and buf_size in config.ini, suggested by Chengwen. Signed-off-by: Vipin Varghese --- --- app

RE: is RSS and Flow director can work together

2024-03-11 Thread Balakrishnan K
Hi Stephen, Thank you! Will there be any conflict occur between rss and the flow pattern that I am going to create. RSS and flow rule having same criteria which one takes the priority Regards, Bala -Original Message- From: Stephen Hemminger Sent: Monday, March 11, 2024 9:16 PM To: B

Re: [PATCH v2] doc: update size parameter details

2024-03-11 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/3/12 12:22, Vipin Varghese wrote: > For configuration parameters `mem_size` and `buf_size` are represented > as megabytes and bytes respectively in application. Update the > documentation and to represent the same. > > V2 Changes: > - add mem_size and buf_size in

Re: [PATCH v2] doc: update size parameter details

2024-03-11 Thread fengchengwen
Sorry for same reply, @Vipin, the title should reflect which submodule, so pls add prefix: test/dma-perf: Suggest: test/dma-perf: refine size parameter details in doc Just a suggestion, you could refine it. On 2024/3/12 14:07, fengchengwen wrote: > Acked-by: Chengwen Feng > > On 2024/3/12 12:22