RE: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-30 Thread Ankur Dwivedi
>-Original Message- >From: Thomas Monjalon >Sent: Thursday, November 30, 2023 2:11 PM >To: Ankur Dwivedi >Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran >Subject: Re: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in >checkpatch > >30/11/2023 06:56, Ank

Re: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-30 Thread Thomas Monjalon
30/11/2023 06:56, Ankur Dwivedi: > From: Thomas Monjalon > > 28/11/2023 15:07, Ankur Dwivedi: > >> > 07/03/2023 13:05, Ankur Dwivedi: > >> >> This patch series adds a validation in checkpatch tool to check if > >> >> tracepoint is present in any new function added in ethdev, eventdev > >> >> crypt

RE: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-29 Thread Ankur Dwivedi
>-Original Message- >From: Thomas Monjalon >Sent: Tuesday, November 28, 2023 9:25 PM >To: Ankur Dwivedi >Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran >Subject: Re: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in >checkpatch > >28/11/2023 15:07, An

Re: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Thomas Monjalon
28/11/2023 15:07, Ankur Dwivedi: > >07/03/2023 13:05, Ankur Dwivedi: > >> This patch series adds a validation in checkpatch tool to check if > >> tracepoint is present in any new function added in ethdev, eventdev > >> cryptodev and mempool library. > >> > >> v5: > >> - Copied the build_map_change

RE: [EXT] Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Ankur Dwivedi
>07/03/2023 13:05, Ankur Dwivedi: >> This patch series adds a validation in checkpatch tool to check if >> tracepoint is present in any new function added in ethdev, eventdev >> cryptodev and mempool library. >> >> v5: >> - Copied the build_map_changes function from check-symbol-change.sh to >>

Re: [PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-11-28 Thread Thomas Monjalon
07/03/2023 13:05, Ankur Dwivedi: > This patch series adds a validation in checkpatch tool to check if > tracepoint is present in any new function added in ethdev, eventdev > cryptodev and mempool library. > > v5: > - Copied the build_map_changes function from check-symbol-change.sh to >check-

[PATCH v5 0/1] devtools: add tracepoint check in checkpatch

2023-03-07 Thread Ankur Dwivedi
This patch series adds a validation in checkpatch tool to check if tracepoint is present in any new function added in ethdev, eventdev cryptodev and mempool library. v5: - Copied the build_map_changes function from check-symbol-change.sh to check-tracepoint.sh. - Added eventdev, cryptodev and