Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-06-09 Thread David Marchand
On Fri, Mar 17, 2023 at 11:35 PM Tyler Retzlaff wrote: > > Adopt rte thread APIs in code built for Windows to decouple it from the > pthread shim. > > Remove most of the pthread_xxx lifetime shim functions, only > pthread_create remains while we wait for rte_ctrl_thread_create removal. > > Tyler R

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-06-09 Thread David Marchand
On Fri, Jun 2, 2023 at 6:22 PM Tyler Retzlaff wrote: > On Thu, Jun 01, 2023 at 12:23:39PM +, Zhang, Qi Z wrote: > > The patchset looks good to me. > > > > I have just one question regarding the patch set targets, which include PMD > > iavf, ice, and ixgbe. However, I noticed that some other I

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-06-02 Thread Tyler Retzlaff
Zhang, Qi Z > > > > Subject: Re: [PATCH 0/6] windows: remove most pthread lifetime shim > > functions > > > > On Tue, Apr 18, 2023 at 11:21 AM Bruce Richardson > > wrote: > > > > > > On Sun, Apr 02, 2023 at 10:34:12PM -0700, Tyler Retzlaff w

RE: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-06-01 Thread Zhang, Qi Z
> -Original Message- > From: David Marchand > Sent: Thursday, June 1, 2023 4:50 PM > To: Richardson, Bruce ; Tyler Retzlaff > > Cc: dev@dpdk.org; tho...@monjalon.net; Zhang, Qi Z > > Subject: Re: [PATCH 0/6] windows: remove most pthread lifetime shim > fu

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-06-01 Thread David Marchand
On Tue, Apr 18, 2023 at 11:21 AM Bruce Richardson wrote: > > On Sun, Apr 02, 2023 at 10:34:12PM -0700, Tyler Retzlaff wrote: > > early review if possible please, would like to have this in from the > > start of 23.07 to work against. > > > > thanks! > > > > Don't see any problems with this set. D

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-04-18 Thread Bruce Richardson
On Sun, Apr 02, 2023 at 10:34:12PM -0700, Tyler Retzlaff wrote: > early review if possible please, would like to have this in from the > start of 23.07 to work against. > > thanks! > Don't see any problems with this set. Series-acked-by: Bruce Richardson > On Fri, Mar 17, 2023 at 03:34:14PM -

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-04-17 Thread Tyler Retzlaff
Hi folks, just soliciting some review for this orphan of a series. Bruce, Morten have you got some cycles to take a look? Thanks On Fri, Mar 17, 2023 at 03:34:14PM -0700, Tyler Retzlaff wrote: > Adopt rte thread APIs in code built for Windows to decouple it from the > pthread shim. > > Remove m

Re: [PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-04-02 Thread Tyler Retzlaff
early review if possible please, would like to have this in from the start of 23.07 to work against. thanks! On Fri, Mar 17, 2023 at 03:34:14PM -0700, Tyler Retzlaff wrote: > Adopt rte thread APIs in code built for Windows to decouple it from the > pthread shim. > > Remove most of the pthread_xx

[PATCH 0/6] windows: remove most pthread lifetime shim functions

2023-03-17 Thread Tyler Retzlaff
Adopt rte thread APIs in code built for Windows to decouple it from the pthread shim. Remove most of the pthread_xxx lifetime shim functions, only pthread_create remains while we wait for rte_ctrl_thread_create removal. Tyler Retzlaff (6): dma/skeleton: use rte thread API net/ixgbe: use rte t