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
-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
> -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
>
>
>
> > -
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
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
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
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
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
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
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 +,
[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
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
Acked-by: Hemant Agrawal
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
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
> ___
Hi all,
Apart from me, is there any interest in this patch? :)
Cheers
> -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
>
> >
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
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
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
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
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
> -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
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
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
25 matches
Mail list logo