Re: [dpdk-dev] [PATCH] librte_sched: allocate memory on the given socket id

2018-10-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Thursday, September 27, 2018 6:11 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] librte_sched: allocate memory on the given socket id > > Replace rte_zmalloc() with rte_zmalloc_socket() to allocate > memory on t

Re: [dpdk-dev] [PATCH] librte_sched: allocate memory on the given socket id

2018-09-27 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Thursday, September 27, 2018 6:11 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] librte_sched: allocate memory on the given socket id > > Replace rte_zmalloc() with rte_zmalloc_socket() to allocate > memory on t

[dpdk-dev] [PATCH] librte_sched: allocate memory on the given socket id

2018-09-27 Thread Jasvinder Singh
Replace rte_zmalloc() with rte_zmalloc_socket() to allocate memory on the socket id provided by the application. Signed-off-by: Jasvinder Singh --- lib/librte_sched/rte_sched.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_sched/rte_sched.c b/lib/librte_sched/r