Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2019-01-11 Thread Ferruh Yigit
On 1/11/2019 5:51 PM, Thomas Monjalon wrote: > 11/01/2019 16:22, Ferruh Yigit: >> On 12/19/2018 9:20 PM, Thomas Monjalon wrote: >>> 19/12/2018 22:09, Ferruh Yigit: This patch is sitting on patchwork since 2015, I am updating it as rejected, if it is still relevant please let us know

Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2019-01-11 Thread Thomas Monjalon
11/01/2019 16:22, Ferruh Yigit: > On 12/19/2018 9:20 PM, Thomas Monjalon wrote: > > 19/12/2018 22:09, Ferruh Yigit: > >> This patch is sitting on patchwork since 2015, I am updating it as > >> rejected, if > >> it is still relevant please let us know. > > > > Most of the functions in lib/librte_e

Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2019-01-11 Thread Ferruh Yigit
On 12/19/2018 9:20 PM, Thomas Monjalon wrote: > 19/12/2018 22:09, Ferruh Yigit: >> This patch is sitting on patchwork since 2015, I am updating it as rejected, >> if >> it is still relevant please let us know. > > Most of the functions in lib/librte_eal/bsdapp/eal/eal_thread.c > and lib/librte_ea

Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2018-12-19 Thread Thomas Monjalon
19/12/2018 22:09, Ferruh Yigit: > This patch is sitting on patchwork since 2015, I am updating it as rejected, > if > it is still relevant please let us know. Most of the functions in lib/librte_eal/bsdapp/eal/eal_thread.c and lib/librte_eal/linuxapp/eal/eal_thread.c are the same. We must merge t

Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2018-12-19 Thread Ferruh Yigit
On 8/19/2015 9:46 PM, rkerur at gmail.com (Ravi Kerur) wrote: > v2: >> Remove un-needed header file eal_private.h from freeBSD > eal_thread.c after code movement. > > v1: > Changes include >> Moving common functions in eal_thread.c in > linuxapp and bsdapp into common/eal_common_

[dpdk-dev] [PATCH v2] Move common functions in eal_thread.c

2015-08-19 Thread Ravi Kerur
v2: > Remove un-needed header file eal_private.h from freeBSD eal_thread.c after code movement. v1: Changes include > Moving common functions in eal_thread.c in linuxapp and bsdapp into common/eal_common_thread.c file. > Rearrange eal_common_thread.c compilation in Makefile