From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03114A0577 for ; Tue, 14 Apr 2020 10:41:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B1F91C23F; Tue, 14 Apr 2020 10:41:20 +0200 (CEST) Received: from mail.sitilge.id.lv (sitilge.id.lv [109.237.27.180]) by dpdk.org (Postfix) with ESMTP id E6BB51C1B1 for ; Sat, 11 Apr 2020 10:15:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sitilge.id.lv; s=mail; t=1586592940; bh=OsS2wQ7LylS5NyXryDX2DgCM1BGGrX9bTgCjwUfuhJg=; h=To:From:Subject:Date; b=LH/SEuZeYpB2Py4f8NYmU3WIQiFXyIhSjRFmSdI5EegeyvDMoPJJzgRGYYe0lmj/M FG5QyCsvQGTVrhVF0nnKqZewPNfOnhaMg8/fy/s6j+aPzvOM8Tu7goGrwjMTsdKw/X ZNGJsDPs6qi9ZL0bDAMmH9VCN/7qXA7XCtiWh5pk= To: users@dpdk.org From: Martins Eglitis Message-ID: Date: Sat, 11 Apr 2020 11:15:37 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Mailman-Approved-At: Tue, 14 Apr 2020 10:41:17 +0200 Subject: [dpdk-users] RING: cannot reserve memory X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi, I'm fuzzy testing an NFF-Go application. When fuzzing it initially I got errors like: EAL: Cannot create lock on `/var/run/dpdk/rte/config`. Is another primary process running? The errors were due to the fuzzer (even with just one worker) running the binary multiple times before the waiting for the previous process to finish. I read about the --proc-type=auto flag, which felt like it could help here. However, I am currently getting errors like: RING: Cannot reserve memory Could it be NFF-Go related problem? Or maybe there are other flags I should pass to DPDK EAL? -- Best regards, Martins Eglitis