From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-f44.google.com (mail-yw1-f44.google.com [209.85.161.44]) by dpdk.org (Postfix) with ESMTP id CD5002C54 for ; Tue, 20 Nov 2018 20:47:37 +0100 (CET) Received: by mail-yw1-f44.google.com with SMTP id t13so1248452ywe.13 for ; Tue, 20 Nov 2018 11:47:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Vmm5isEsY+tzv2dON3UqSYZnI6OmX8Vnayy3Fkqfndc=; b=lAgHGrXBXc73nmEpnuffBKwA10R/1cgVq5sT8CoYR7tq6HKtq66i5kPJfuODKLEMiy gKf+pbHd3CySSd4ikdpwp4E9cHgZAG832iu+Uu502T0faZj9domqfnuix48CxqXo+Mp8 MyEGeFTIlSXh2MEhFbE1wYl3s1mLH7Od9v8cOeiTWMBN7HDKetEnO6XuWGEkA+8Sn1jS vD+gWZ2wDMXxknAkpHpHY1iUqLa/jY5kh4rWvEOogAoUBy5k4Di6FqQQVbPOOhQl6PU8 4oXnWRs+/qQN4q8x7OELSBHs98Ip4SUFr+sTvl+on/vCEa3rmWT1c5hjQC93wQqjkVhC yKBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Vmm5isEsY+tzv2dON3UqSYZnI6OmX8Vnayy3Fkqfndc=; b=BIBlCSddd69gWkBUn8d0y1W58X867S1zrtgxnj5kmzVc+CVXehDBdlJL2he9T8yjA/ SHT5Nfp5AwwvYW6o27ReX4wy22B50YrCWSRBB+MMZ1yDoA6pkqyK7KeaZrCBwVT5p0Y3 8hstFC9qpCTlFv0ydhA/EKJbLnsAjVZIOT2U1eReocG6PgEX/5g3ORb8pNgeiv4o7V/D KkThYBqx/guU6aiCpg2UHOPXzw67qRAofG9zXCK/r9j7wFd+PmtA7t3axeK2XYyGY1Av 5cnvAIz6n3LYzQCKHAWjZXq00uH6H4OxX7S6HTefRvWAVlCzUzLamPf5UrxAK13y5Ld1 rPzw== X-Gm-Message-State: AGRZ1gIgn4+0VdwR5SRKpcmkskZnqo7eRDD3GwCl731b7BXDTXCVm0Bp BmKJE3j+2U5uTz1sn+U37NS6J/WTA9PUzqjwexU6p5Dr X-Google-Smtp-Source: AJdET5ewL5HjBVe9sV9zJ09dVuv3cEu4muVDTJSXmbjAyF88VWKQk8dHaUkDL9DtosVbPNFKyuT18Ygj7S7FquKyP2o= X-Received: by 2002:a0d:e9c4:: with SMTP id s187-v6mr3413833ywe.263.1542743256803; Tue, 20 Nov 2018 11:47:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Cliff Burdick Date: Tue, 20 Nov 2018 11:47:23 -0800 Message-ID: To: users Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] rte_mp_msg example? 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: , X-List-Received-Date: Tue, 20 Nov 2018 19:47:38 -0000 Answered my own question. For anyone looking for an example of how it works, look at: lib/librte_eal/common/malloc_mp.c It appears to be used fairly extensively in there. On Tue, Nov 20, 2018 at 11:35 AM Cliff Burdick wrote: > Does anyone have an example of how to use the rte_mp_msg API? I figured it > was as easy as just created an rte_mp_msg, and calling rte_mp_sendmsg(). > That seems to give an error of "Unable to open directory", though. >