RE: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ankur Dwivedi
> >On 2/2/2023 1:40 PM, Ankur Dwivedi wrote: >>> >>> On 2/2/2023 10:20 AM, Ankur Dwivedi wrote: >>> >> +RTE_TRACE_POINT_FP( >> +rte_eth_trace_find_next, >> +RTE_TRACE_POINT_ARGS(uint16_t port_id), >> +rte_trace_point_emit_u16(port_id); >> +) >

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ferruh Yigit
On 2/2/2023 1:40 PM, Ankur Dwivedi wrote: >> >> On 2/2/2023 10:20 AM, Ankur Dwivedi wrote: >> > +RTE_TRACE_POINT_FP( > + rte_eth_trace_find_next, > + RTE_TRACE_POINT_ARGS(uint16_t port_id), > + rte_trace_point_emit_u16(port_id); > +) > + >

RE: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ankur Dwivedi
> >On 2/2/2023 10:20 AM, Ankur Dwivedi wrote: > +RTE_TRACE_POINT_FP( + rte_eth_trace_find_next, + RTE_TRACE_POINT_ARGS(uint16_t port_id), + rte_trace_point_emit_u16(port_id); +) + >>> >>> Why 'rte_eth_trace_find_next' adde

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ferruh Yigit
On 2/2/2023 10:20 AM, Ankur Dwivedi wrote: >>> +RTE_TRACE_POINT_FP( >>> + rte_eth_trace_find_next, >>> + RTE_TRACE_POINT_ARGS(uint16_t port_id), >>> + rte_trace_point_emit_u16(port_id); >>> +) >>> + >> >> Why 'rte_eth_trace_find_next' added as fast

RE: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ankur Dwivedi
t; niklas.soderl...@corigine.com; hemant.agra...@nxp.com; >>> sachin.sax...@oss.nxp.com; g.si...@nxp.com; apeksha.gu...@nxp.com; >>> sachin.sax...@nxp.com; abo...@pensando.io; Rasesh Mody >>> ; Shahed Shaikh ; >Devendra >>> Singh Rawat ; >andrew.rybche...@oktet

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-02 Thread Ferruh Yigit
iawe...@trustnetic.com; jianw...@trustnetic.com; >> jbehr...@vmware.com; maxime.coque...@redhat.com; >> chenbo@intel.com; steven.webs...@windriver.com; >> matt.pet...@windriver.com; bruce.richard...@intel.com; >> mtetsu...@gmail.com; gr...@u256.net; jasvinder.si...@intel.co

RE: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-01 Thread Ankur Dwivedi
u256.net; jasvinder.si...@intel.com; >cristian.dumitre...@intel.com; jgraj...@cisco.com; >m...@smartsharesystems.com >Subject: Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part >one) > >On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: > ><...> >

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-01 Thread Ferruh Yigit
On 2/1/2023 8:31 AM, Jerin Jacob wrote: > On Wed, Feb 1, 2023 at 3:50 AM Ferruh Yigit wrote: >> >> On 1/31/2023 6:46 PM, Jerin Jacob wrote: >>> On Wed, Feb 1, 2023 at 12:09 AM Ferruh Yigit wrote: On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: <...> >>> diff --git a/lib/et

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-02-01 Thread Jerin Jacob
On Wed, Feb 1, 2023 at 3:50 AM Ferruh Yigit wrote: > > On 1/31/2023 6:46 PM, Jerin Jacob wrote: > > On Wed, Feb 1, 2023 at 12:09 AM Ferruh Yigit wrote: > >> > >> On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: > >> > >> <...> > >> > > diff --git a/lib/ethdev/meson.build b/lib/ethdev/meson.build in

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-01-31 Thread Ferruh Yigit
On 1/31/2023 6:46 PM, Jerin Jacob wrote: > On Wed, Feb 1, 2023 at 12:09 AM Ferruh Yigit wrote: >> >> On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: >> >> <...> >> > diff --git a/lib/ethdev/meson.build b/lib/ethdev/meson.build index > 39250b5da1..f5c0865023 100644 > --- a/lib/ethdev/meson.b

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-01-31 Thread Jerin Jacob
On Wed, Feb 1, 2023 at 12:09 AM Ferruh Yigit wrote: > > On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: > > <...> > > >>> diff --git a/lib/ethdev/meson.build b/lib/ethdev/meson.build index > >>> 39250b5da1..f5c0865023 100644 > >>> --- a/lib/ethdev/meson.build > >>> +++ b/lib/ethdev/meson.build > >>> @@

Re: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-01-31 Thread Ferruh Yigit
On 1/30/2023 4:01 PM, Ankur Dwivedi wrote: <...> >>> diff --git a/lib/ethdev/meson.build b/lib/ethdev/meson.build index >>> 39250b5da1..f5c0865023 100644 >>> --- a/lib/ethdev/meson.build >>> +++ b/lib/ethdev/meson.build >>> @@ -24,6 +24,7 @@ headers = files( >>> 'rte_ethdev.h', >>>

RE: [EXT] Re: [PATCH v6 2/6] ethdev: add trace points for ethdev (part one)

2023-01-30 Thread Ankur Dwivedi
>-Original Message- >From: Ferruh Yigit >Sent: Monday, January 23, 2023 10:59 PM >To: Ankur Dwivedi ; dev@dpdk.org; David >Marchand >Cc: tho...@monjalon.net; david.march...@redhat.com; m...@ashroe.eu; >or...@nvidia.com; ch...@att.com; humi...@huawei.com; >linvi...@tuxdriver.com; ciara.lo