Re: [dpdk-dev] [PATCH v3 4/8] net/dpaa2: add default Rx params in devinfo

2020-05-06 Thread Hemant Agrawal (OSS)
Hi Ferruh, > -Original Message- > From: Ferruh Yigit > Sent: Thursday, May 7, 2020 3:00 AM > To: Hemant Agrawal ; dev@dpdk.org > Subject: Re: [PATCH v3 4/8] net/dpaa2: add default Rx params in devinfo > > On 5/4/2020 1:41 PM, Hemant Agrawal wrote: > > This patch adds default/preferred rx

Re: [dpdk-dev] [PATCH v3 8/8] net/dpaa2: use cong group id for multiple tcs

2020-05-06 Thread Hemant Agrawal (OSS)
Hi Ferruh, > -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Thursday, May 7, 2020 3:09 AM > To: Hemant Agrawal ; dev@dpdk.org > Cc: Jun Yang > Subject: Re: [dpdk-dev] [PATCH v3 8/8] net/dpaa2: use cong group id for > multiple tcs > > On 5/4/2020 1:41 PM, Hemant Agrawal

Re: [dpdk-dev] [PATCH v6 00/10] NXP DPAAx fixes and enhancement

2020-05-08 Thread Hemant Agrawal (OSS)
Series-Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v3 1/2] crypto/dpaa2_sec: improve error handling

2020-05-10 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v3 2/2] crypto/dpaa_sec: improve error handling

2020-05-10 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v2 1/2] build: meson make experimental tag as global

2020-04-03 Thread Hemant Agrawal (OSS)
> Subject: [dpdk-dev] [PATCH v2 1/2] build: meson make experimental tag as > global > > From: Pavan Nikhilesh > > Meson make allow_experimental_api global across lib, drivers and apps. > > Signed-off-by: Pavan Nikhilesh > --- Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors

2020-07-06 Thread Hemant Agrawal (OSS)
Series- Acked-by: Hemant Agrawal -Original Message- From: Akhil Goyal Sent: Tuesday, July 7, 2020 12:05 AM To: dev@dpdk.org; Hemant Agrawal Cc: Akhil Goyal Subject: [PATCH 1/4] crypto/dpaax_sec: fix inline query for descriptors The maximum length of job descriptor which is formed is

Re: [dpdk-dev] [PATCH v2] bus/fslmc: fix memory leak in secondary process

2020-07-19 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v2] log: add API to check if a logtype can log in a given level

2020-03-04 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH 11/16] net/dpaa: enable Tx queue taildrop

2020-03-04 Thread Hemant Agrawal (OSS)
Hi Ferruh, > I don't know why it revealed itself with this patch, but I am getting an error > with this patch [1], this looks like build dependency error. > > While trying to link 'librte_pmd_dpaa_event.so', the dependent library > 'librte_pmd_dpaa_sec.so' is not ready yet. > > A dependency dire

Re: [dpdk-dev] [PATCH 00/16] NXP DPAAx fixes and enhancements

2020-03-05 Thread Hemant Agrawal (OSS)
Hi David, > On Mon, Mar 2, 2020 at 10:26 AM Hemant Agrawal > wrote: > > > > This patch series add various patches for enhancing and fixing NXP > > fslmc bus, dpaa bus, and dpaax. > > > > - the main change is support to allow thread migration across lcores > > - improving the multi-process support

Re: [dpdk-dev] [PATCH 00/16] NXP DPAAx fixes and enhancements

2020-03-05 Thread Hemant Agrawal (OSS)
Hi David, > On Thu, Mar 5, 2020 at 10:06 AM Hemant Agrawal (OSS) > wrote: > > > > Hi David, > > > On Mon, Mar 2, 2020 at 10:26 AM Hemant Agrawal > > > wrote: > > > > > > > > This patch series add various patches for enh

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-13 Thread Hemant Agrawal (OSS)
Hi Ray, I could not find validate_abi using libabigail.abignore. Am I missing something. Though check_abi.sh uses it. When I am checking with validate_abi.sh, I still see warnings. Regards, Hemant > -Original Message- > From: Hemant Agrawal > Sent: Wednesday, May 13, 2020 6:

Re: [dpdk-dev] [dpdk-stable] [PATCH] drivers/crypto: fix gcc 10 no-common errors

2020-05-13 Thread Hemant Agrawal (OSS)
> On 5/13/2020 2:50 PM, akhil.go...@nxp.com wrote: > > From: Akhil Goyal > > > > gcc 10 defaults to -fno-common and as a result when linking with > > crypto drivers: > > > > drivers/librte_pmd_dpaa_sec.a(crypto_dpaa_sec_dpaa_sec.c.o): > > (.bss+0x4): multiple definition of `rta_sec_era'; > > dri

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
hanks, > > Ray K > > On 13/05/2020 15:06, Hemant Agrawal (OSS) wrote: > > Hi Ray, > > I could not find validate_abi using libabigail.abignore. Am I missing > something. > > Though check_abi.sh uses it. > > > > When I am checking with validate_a

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
> On 14/05/2020 10:53, Hemant Agrawal (OSS) wrote: > > [Hemant] Thanks it worked for me. It is not showing any error for the > changes in this patchset. > > I tested it also - and it didn't show an error either, which confused me. As > you > are dropping a whole b

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
> On 14/05/2020 12:06, Hemant Agrawal (OSS) wrote: > > > >> On 14/05/2020 10:53, Hemant Agrawal (OSS) wrote: > >>> [Hemant] Thanks it worked for me. It is not showing any error for > >>> the > >> changes in this patchset. > >> >

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
> -Original Message- > From: dev On Behalf Of David Marchand > Sent: Thursday, May 14, 2020 4:49 PM > To: Ray Kinsella > Cc: Hemant Agrawal (OSS) ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal > symbols into INTERNAL sectio

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
Hi David/Ray > > On Thu, May 14, 2020 at 1:10 PM Ray Kinsella wrote: > > > > > > > > > > > > On 14/05/2020 12:06, Hemant Agrawal (OSS) wrote: > > > > > > > >> On 14/05/2020 10:53, Hemant Agrawal (OSS) wrote: > > > &g

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
> > [Hemant] this is working fine for pmd_dpaa but not for pmd_dpaa2 > > > > I removed the filename_exp and introduced function based name= Now the > > issue is the following warning SONAME changed from > > 'librte_pmd_dpaa2.so.20.0' to 'librte_pmd_dpaa2.so.0.200.2' > > > > The primary reason is

Re: [dpdk-dev] [PATCH v3 01/12] common/dpaax: move internal symbols into INTERNAL section

2020-05-14 Thread Hemant Agrawal (OSS)
> > On Thu, May 14, 2020 at 3:31 PM David Marchand > wrote: > > > > On Thu, May 14, 2020 at 2:39 PM Hemant Agrawal (OSS) > > wrote: > > > > > > [Hemant] this is working fine for pmd_dpaa but not for pmd_dpaa2 > > > > > > I r

Re: [dpdk-dev] [PATCH v3 3/3] bus/fslmc: support bus close API

2020-09-07 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH v4 8/8] app/proc-info: provide way to request info on owned ports

2020-07-27 Thread Hemant Agrawal (OSS)
Hi Stephen, This patch has checkpatch errors ### [PATCH] app/proc-info: provide way to request info on owned ports ERROR:TRAILING_WHITESPACE: trailing whitespace #98: FILE: app/proc-info/main.c:702: +^I$ ERROR:TRAILING_WHITESPACE: trailing whitespace #111: FILE: app/proc-info/main.c:715:

Re: [dpdk-dev] [PATCH v4 4/8] app/proc-info: add more info to show_ports

2020-07-28 Thread Hemant Agrawal (OSS)
Will you please also print queue mempool info + printf("\t -- mempool name: %s\n", + (queue_info.mp == NULL) ? + "NULL" : queue_info.mp->name); -Original Message- From: Stephen Hemmin