RE: [PATCH v3 00/25] add the NFP vDPA PMD

2023-10-26 Thread Chaoyong He
> On 10/26/2023 7:42 AM, Chaoyong He wrote: > > This patch series aims to add the NFP vDPA PMD, we also grab the > > common logic into the `drivers/common/nfp` directory. > > > > --- > > v3: > > * Replace 'pthread_xxx' API with 'rte_thread_xxx' API. > > * Replace '__atomic_xxx' built-ins with 'rte_

Re: [PATCH v3 00/25] add the NFP vDPA PMD

2023-10-26 Thread Ferruh Yigit
On 10/26/2023 7:42 AM, Chaoyong He wrote: > This patch series aims to add the NFP vDPA PMD, we also grab the common > logic into the `drivers/common/nfp` directory. > > --- > v3: > * Replace 'pthread_xxx' API with 'rte_thread_xxx' API. > * Replace '__atomic_xxx' built-ins with 'rte_atomic_xxx'. >

Re: [PATCH v3 00/25] add the NFP vDPA PMD

2023-10-26 Thread Ferruh Yigit
On 10/26/2023 7:42 AM, Chaoyong He wrote: > This patch series aims to add the NFP vDPA PMD, we also grab the common > logic into the `drivers/common/nfp` directory. > > --- > v3: > * Replace 'pthread_xxx' API with 'rte_thread_xxx' API. > * Replace '__atomic_xxx' built-ins with 'rte_atomic_xxx'. >

[PATCH v3 00/25] add the NFP vDPA PMD

2023-10-25 Thread Chaoyong He
This patch series aims to add the NFP vDPA PMD, we also grab the common logic into the `drivers/common/nfp` directory. --- v3: * Replace 'pthread_xxx' API with 'rte_thread_xxx' API. * Replace '__atomic_xxx' built-ins with 'rte_atomic_xxx'. * Drop the check statement in meson.build file which preve