From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] malloc: fix rte_free run time in O(n) free blocks Date: Thu, 08 May 2014 23:42:02 +0200 Message-ID: <8858820.pzz9KGdcSJ@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Sanford, Robert" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Robert, 2014-05-08 16:17, Sanford, Robert: > I haven't heard anything regarding this patch. > In general, how does your team keep track of outstanding patch requests or > RFCs? If nobody complains, it means that everybody agree on the idea. So it should be accepted after review. Some patches like this one are not yet reviewed because efforts were focused on release 1.6.0r2. This enhancement must be integrated in 1.7.0. I know that patchwork service is desired and I hope it will be available soon. By the way, looking at librte_malloc, it seems implementation of lists could be simpler. Don't you think we could improve (in another patch) this whole code by using BSD macros for lists? Thanks -- Thomas