From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AEF82A05D3 for ; Sun, 19 May 2019 09:00:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1EAA128F3; Sun, 19 May 2019 09:00:58 +0200 (CEST) Received: from mail-pf1-f169.google.com (mail-pf1-f169.google.com [209.85.210.169]) by dpdk.org (Postfix) with ESMTP id F2E7D2082 for ; Sun, 19 May 2019 09:00:55 +0200 (CEST) Received: by mail-pf1-f169.google.com with SMTP id g9so5660553pfo.11 for ; Sun, 19 May 2019 00:00:55 -0700 (PDT) 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=c0vv0gvZMwu4dOtgo+gD4vqpPgGpZhZzCc/SaUUFWM4=; b=s/aiYtcoXr5BG44M6MLqtgCz36ncCrikbMejK/Xu4To+noKIxeE8q5Q6VzWRG+6JgN 6vWcAotxgBMTt4ltdqAjHT5gpFtbPlQA3bMbAbxY4uODBJ1q/Gqm0UDW4ocHD7x5gw0x 859wu8CRGb8XXj5pJfVAZi8ZKUtjaIc2O4I3BDtPnuag/WkrUvc1K35cS13cPhwaPehj Alu53NARcFqBPGcC+ecKNmItH9AzmTdUSJqjifn0ViTC10u5Eh4683e6ZTl33hlhW7rS 6JIC7vHAuAW7gEtgAd8/mpBv2xVA9lhBFKmflE+KgX8zTKJ8ifo/gpHjmF78t2abW/y3 68BA== 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=c0vv0gvZMwu4dOtgo+gD4vqpPgGpZhZzCc/SaUUFWM4=; b=tEQZ8j9q7UjyNUXk2ckEXTuexxq3cuvnfyJYYB/KeYnFg0hO/TwG75qA04L6jA19Zu X7l8OwzJD5ZMujT1KYAWaH3Rd55vD7KJ6OWRBGV4v7Jxg0pbyiE/rTlUzO+IQNu5nWP6 HeCMUiF1DfAhUzpXJTei1vaju3QDHHFYWyMr5h7jUdmkERBexNw3LWSDDgPLvhVjYGzP XsRSgJKm0vPyuepaBI+94SP6N7stxH5pRBtda6pV/TqCTF/erscSWAmS/qcKIlr0Jgh9 35Xs6lcso01UBS2G8QPHVuvERQ8miMrKS80wbCkOPmZJXlP5chUOKvRwGoIPTbqLj463 YmQQ== X-Gm-Message-State: APjAAAXt2Yr28a65pNl5DByxYgEwJEBvGbdkBSM7qERnD8jQf1q+RD0L 3Dpb1WL11x+G3odJqlu+56VTGtLm+uAYDATjgVskkatj X-Google-Smtp-Source: APXvYqyky/bPb6ilT1i7Wwz1Ad0D9boKDoiEy5LQgeXcUUfTrjyIPqDD5zP1IEvH4Ph8OVsx4lC/4o7ISTIVsvnNuYI= X-Received: by 2002:aa7:998d:: with SMTP id k13mr60333441pfh.217.1558249255035; Sun, 19 May 2019 00:00:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sara Gittlin Date: Sun, 19 May 2019 10:00:44 +0300 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] DPDK - mirroring & FWDing 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" Hello All, I have my DPDK- app running in my host, it receives pkts from outside The DPDK-app is required (after some processing ) to transmit these pkts to *2* containers in my host. is there an efficient solution to do it w *zero-copy* ? i want to do it simultaneously with 2 tx threads each for 1 container. Is the dpdk multicast sample can be taken as a reference for this solution ? Thank you On Thu, May 16, 2019 at 4:12 PM Sara Gittlin wrote: > Hello All, > I have my DPDK- app running in my host, it receives pkts from outside > The DPDK-app is required (after some processing ) to transmit these pkts > to *2* containers in my host. > is there an efficient solution to do it w zero-copy ? > i want to do it simultaneously with 2 tx threads each for 1 container. > Is the dpdk multicast sample can be taken as a reference for this solution > ? > > Thank you > -Sara >