Re: [PATCH v5 1/3] ring: fix unmatched type definition and usage

2023-05-09 Thread Jie Hai
On 2023/5/9 14:23, Ruifeng Wang wrote: -Original Message- From: Jie Hai Sent: Tuesday, May 9, 2023 9:29 AM To: Honnappa Nagarahalli ; Konstantin Ananyev ; Ruifeng Wang ; Gavin Hu ; Olivier Matz ; Dharmik Jayesh Thakkar Cc: dev@dpdk.org; liudongdo...@huawei.com Subject: [PATCH v5 1/3] r

RE: DPDK 22.11 Troubleshooting

2023-05-09 Thread Gilbert Carrillo
-Original Message- From: Bruce Richardson Sent: Wednesday, May 3, 2023 11:18 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Wed, May 03, 2023 at 04:53:20PM +, Gilbert Carrillo wrote: > Make static returns an error (see attached). > > v/R, > G

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-09 Thread Sunil Kumar Kori
> -Original Message- > From: Vamsi Krishna Attunuru > Sent: Tuesday, May 9, 2023 9:10 AM > To: Sunil Kumar Kori ; dev@dpdk.org; > tho...@monjalon.net; Jerin Jacob Kollanukkaran > Cc: Nithin Kumar Dabilpuram > Subject: RE: [EXT] [PATCH v2 4/4] app: add testgraph application > > > > > -

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-09 Thread Juraj Linkeš
On Fri, May 5, 2023 at 3:29 PM Bruce Richardson wrote: > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > On Fri, May 5, 2023 at 12:57 PM Bruce Richardson > > wrote: > > > > > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > > > The tool used to generate deve

[PATCH v6 0/3] add telemetry cmds for ring

2023-05-09 Thread Jie Hai
This patch set supports telemetry cmd to list rings and dump information of a ring by its name. v1->v2: 1. Add space after "switch". 2. Fix wrong strlen parameter. v2->v3: 1. Remove prefix "rte_" for static function. 2. Add Acked-by Konstantin Ananyev for PATCH 1. 3. Introduce functions to return

[PATCH v6 1/3] ring: fix unmatched type definition and usage

2023-05-09 Thread Jie Hai
Field 'flags' of struct rte_ring is defined as int type. However, it is used as unsigned int. To ensure consistency, change the type of flags to unsigned int. Since these two types has the same byte size, this change is not an ABI change. Fixes: af75078fece3 ("first public release") Signed-off-by

[PATCH v6 3/3] ring: add telemetry cmd for ring info

2023-05-09 Thread Jie Hai
This patch supports dump of ring information by its name. An example using this command is shown below: --> /ring/info,MP_mb_pool_0 { "/ring/info": { "name": "MP_mb_pool_0", "socket": 0, "flags": "0x0", "producer_type": "MP", "consumer_type": "MC", "size": 262144, "ma

[PATCH v6 2/3] ring: add telemetry cmd to list rings

2023-05-09 Thread Jie Hai
Add a telemetry command to list the rings used in the system. An example using this command is shown below: --> /ring/list { "/ring/list": [ "HT_:7d:00.2", "MP_mb_pool_0" ] } Signed-off-by: Jie Hai Acked-by: Konstantin Ananyev Reviewed-by: Honnappa Nagarahalli Acked-by: Huisong

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-09 Thread Bruce Richardson
On Tue, May 09, 2023 at 11:23:50AM +0200, Juraj Linkeš wrote: > On Fri, May 5, 2023 at 3:29 PM Bruce Richardson > wrote: > > > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > > On Fri, May 5, 2023 at 12:57 PM Bruce Richardson > > > wrote: > > > > > > > > On Thu, May 04, 2023 a

Re: DPDK 22.11 Troubleshooting

2023-05-09 Thread Bruce Richardson
On Mon, May 08, 2023 at 11:26:59PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruce Richardson > Sent: Wednesday, May 3, 2023 11:18 AM > To: Gilbert Carrillo > Cc: dev@dpdk.org > Subject: Re: DPDK 22.11 Troubleshooting > > On Wed, May 03, 2023 at 04:53:20PM +,

RE: [PATCH v4 1/4] bus/cdx: introduce cdx bus

2023-05-09 Thread Gupta, Nipun
[AMD Official Use Only - General] > -Original Message- > From: Xia, Chenbo > Sent: Tuesday, May 9, 2023 12:25 PM > To: Gupta, Nipun ; dev@dpdk.org; > tho...@monjalon.net; david.march...@redhat.com > Cc: Yigit, Ferruh ; Anand, Harpreet > ; Agarwal, Nikhil > Subject: RE: [PATCH v4 1/4] b

Re: [PATCH v4 1/4] bus/cdx: introduce cdx bus

2023-05-09 Thread Ferruh Yigit
On 5/9/2023 12:09 PM, Gupta, Nipun wrote: > [AMD Official Use Only - General] > > > >> -Original Message- >> From: Xia, Chenbo >> Sent: Tuesday, May 9, 2023 12:25 PM >> To: Gupta, Nipun ; dev@dpdk.org; >> tho...@monjalon.net; david.march...@redhat.com >> Cc: Yigit, Ferruh ; Anand, Harpr

RE: [PATCH 12/14] crypto/caam_jr: use rte_pktmbuf_mtod_offset

2023-05-09 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

min_mbuf_head/tailroom_req in rte_cryptodev_info

2023-05-09 Thread Suanming Mou
Hi Guys, Sorry for disturbing you. I have one small question regarding the min_mbuf_head/tailroom_req in rte_cryptodev_info. I saw you were the people who discussed, reviewed and added that two fields. IIUC, the two fields provided a hint to the PMD that HW can use(modify) the headroom and tailr

RE: min_mbuf_head/tailroom_req in rte_cryptodev_info

2023-05-09 Thread Anoob Joseph
Hi Suanming, Please see inline. Thanks, Anoob > From: Suanming Mou > Sent: Tuesday, May 9, 2023 5:23 PM > To: Anoob Joseph ; Doherty, Declan > > Cc: Akhil Goyal ; dev@dpdk.org > Subject: [EXT] min_mbuf_head/tailroom_req in rte_cryptodev_info > > External Email > ___

Re: [PATCH] usertools: add tool to generate balanced rss traffic flows

2023-05-09 Thread Robin Jarry
Hi all, Apart from me, is there any interest in this patch? :) Cheers

RE: [EXT] [PATCH v2 4/4] app: add testgraph application

2023-05-09 Thread Vamsi Krishna Attunuru
> -Original Message- > From: Sunil Kumar Kori > Sent: Tuesday, May 9, 2023 2:24 PM > To: Vamsi Krishna Attunuru ; dev@dpdk.org; > tho...@monjalon.net; Jerin Jacob Kollanukkaran > Cc: Nithin Kumar Dabilpuram > Subject: RE: [EXT] [PATCH v2 4/4] app: add testgraph application > > >

RE: min_mbuf_head/tailroom_req in rte_cryptodev_info

2023-05-09 Thread Suanming Mou
Hi Anoob, Thanks for the quick response. Nice answering. I think I have fully understood the fields meaning. Many thanks again, Suanming > -Original Message- > From: Anoob Joseph > Sent: Tuesday, May 9, 2023 8:13 PM > To: Suanming Mou > Cc: Akhil Goyal ; dev@dpdk.org; Doherty, Declan

Re: [PATCH v2 07/14] net/nfp: use rte_pktmbuf_mtod_offset

2023-05-09 Thread Niklas Söderlund
Hi Stephen, Thanks for your work. On 2023-05-06 09:03:56 -0700, Stephen Hemminger wrote: > Automatically generated by cocci/mtod-offset.cocci. > > Signed-off-by: Stephen Hemminger Reviewed-by: Niklas Söderlund > --- > drivers/net/nfp/flower/nfp_flower_cmsg.h | 3 ++- > drivers/net/nfp/flowe

[Bug 1227] KNI : memory-leaks, each time kni_rx_burst it is allocates new mbufs even if no needs.

2023-05-09 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1227 Bug ID: 1227 Summary: KNI : memory-leaks, each time kni_rx_burst it is allocates new mbufs even if no needs. Product: DPDK Version: 22.11 Hardware: All OS: All

Re: DPDK 22.11 Troubleshooting

2023-05-09 Thread Bruce Richardson
On Tue, May 09, 2023 at 02:16:39PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruce Richardson > Sent: Tuesday, May 9, 2023 3:43 AM > To: Gilbert Carrillo > Cc: dev@dpdk.org > Subject: Re: DPDK 22.11 Troubleshooting > > On Mon, May 08, 2023 at 11:26:59PM +, Gi

Re: [RFC PATCH v2 0/4] dts: add dts api docs

2023-05-09 Thread Juraj Linkeš
On Fri, May 5, 2023 at 4:07 PM Bruce Richardson wrote: > > On Thu, May 04, 2023 at 02:37:45PM +0200, Juraj Linkeš wrote: > > Augment the meson build system with dts api generation. The api docs are > > generated from Python docstrings in DTS using Sphinx. The format of > > choice is the Google for

RE: [PATCH v4 1/4] bus/cdx: introduce cdx bus

2023-05-09 Thread Xia, Chenbo
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, May 9, 2023 7:26 PM > To: Gupta, Nipun ; Xia, Chenbo ; > dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com > Cc: Anand, Harpreet ; Agarwal, Nikhil > > Subject: Re: [PATCH v4 1/4] bus/cdx: introduce cdx bus > > On 5/9/2

Re: [PATCH] net/dpaa2: set check sum good flags

2023-05-09 Thread Sachin Saxena (OSS)
On 5/8/2023 4:27 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button set check sum good flags when dpaa2 hardware set check result. Signed-off-by: Tianli

Re: [PATCH] net/dpaa2: set check sum good flags

2023-05-09 Thread Sachin Saxena (OSS)
On 5/8/2023 4:27 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button set check sum good flags when dpaa2 hardware set check result. Signed-off-by: Tianli