From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eads, Gage" Subject: Cleanup of secondary proc fbarray files? Date: Tue, 31 Jul 2018 16:36:36 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E446F5E4D@FMSMSX108.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Burakov, Anatoly" To: "dev@dpdk.org" Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 89F4A98 for ; Tue, 31 Jul 2018 18:37:19 +0200 (CEST) Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" As far as I can tell, DPDK does not destroy secondary process fbarray files= - i.e. those whose names end with "_". With enough secondary processe= s and memory usage per application, and after enough repeat executions, the= se can take up a significant amount of space. Is the user expected to clean= these up themselves, or is this a bug in DPDK? Perhaps this is a good candidate for including in rte_eal_cleanup()? Thanks, Gage