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 899B2A0487 for ; Wed, 3 Jul 2019 16:37:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2796D1E25; Wed, 3 Jul 2019 16:37:30 +0200 (CEST) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by dpdk.org (Postfix) with ESMTP id 5E0C01BE0 for ; Wed, 3 Jul 2019 16:37:28 +0200 (CEST) Received: by mail-wm1-f48.google.com with SMTP id v19so2654188wmj.5 for ; Wed, 03 Jul 2019 07:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gwu-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=LWZoMRxKSXZ5uCrauEZNIYx/N7DYRGNXBCZsI+l6ZlU=; b=M+Z47lCI8VBe0OQcICoM4pVO1qCab5FWV0iv8LLb8qbmipLPdvmtZYE/j6UrRxzIzv 28bI7Z980tn6nMIPwVBnyx12Ou+NmHbqufTLUw/vR/dvKqhT7C33nJm6yaZYk6glguuS sztqhr1VYwXrX8MwRb7hrQuJrVWVlmh71ZKvB7K9UrhrO9LN//b8G6JpW6ASV+BZltSw oRW/E6dEvD+IxwiJeK55kMb12W8tZOgLGlV0FNAtgJ3M0asVpcnm1N0uu4ayQtvUcu8I qNVMhKLTslxhUWaPd1wHnlBd+DqLctWbStE1ngnxLCeuTTA0nKJmvMAde/PmE+JyJBKJ ZZTA== 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:reply-to :from:date:message-id:subject:to:cc; bh=LWZoMRxKSXZ5uCrauEZNIYx/N7DYRGNXBCZsI+l6ZlU=; b=kdNrwjo5Msf1ktKiRcNdobpF1n/hPKnk+j0mTIKATp+iqGMUyJC3RC0Yv+KZiU6myt NCj8jzSWQeYNrWAh97XeV3hiz6I/kGwlHngTeaVcMh24CFuZsN51OI2OX08XzPU1Ro1D GZ4pj8A6wm/UVyjXoiJ/Tej43vOiInRJjGjs8mT8xEW2PdKoBGS7z/ov+bye43vFWlYE gTvLxrDSd3YqGUqQRH7sucamu5cgHeHKvVKIsv6n8q17eB1Cqhk0tM0zDS3JSk9V2f4f ck83NMINAidm8VVH6WawL/gKdVHtMjG2Od0+pHd1/Ule46QUUp7FgB201Y/oij+Ba/eL D6Wg== X-Gm-Message-State: APjAAAWeOEbRv5GApXGviygIZK6v8K8TargUB5jgFgrQhEs09m5Zmsad TnGoe0ytAIZyB+pPz/6a8jlC3McvxDrq9Wmf1Z8YvA== X-Google-Smtp-Source: APXvYqxTul/zg7o7qS13RKpmUcw+KRYxdltEZ1VkZt/O4KwvI9Ug5pC//KDzOhzmgU1mlrmofyZHgoHpmG09jVwS33Q= X-Received: by 2002:a1c:c706:: with SMTP id x6mr8169186wmf.162.1562164647731; Wed, 03 Jul 2019 07:37:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Timothy Wood Date: Wed, 3 Jul 2019 10:37:01 -0400 Message-ID: To: Sara Gittlin Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] DPDK-app to 2 containers - shared-mem X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: timwood@gwu.edu List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" You can check out OpenNetVM, which is a DPDK-based NFV framework that supports running NF service chains that span multiple containers. https://github.com/sdnfv/openNetVM/ --- Timothy Wood, Ph. D. Associate Professor Department of Computer Science The George Washington University http://www.seas.gwu.edu/~timwood On Tue, Jul 2, 2019 at 6:34 AM Sara Gittlin wrote: > Hi, > i need to connect 2 containers to my DPDK-app , and to send the pkts to > both containers. > for a zero copy i need a shared mem between the DPDK-app and the 2 > containers , and to put a ref-counter to free the mbuf when this counter is > zero. > can someone refer me to a similar setup/example ? > Thank you > -Sara >