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 ED4FAA00E6 for ; Sat, 15 Jun 2019 23:31:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86DE21C274; Sat, 15 Jun 2019 23:31:02 +0200 (CEST) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by dpdk.org (Postfix) with ESMTP id A5B0C1C256 for ; Sat, 15 Jun 2019 23:31:01 +0200 (CEST) Received: by mail-wr1-f43.google.com with SMTP id p13so5950031wru.10 for ; Sat, 15 Jun 2019 14:31:01 -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 :cc; bh=X4BvitA8aoCuXu4SAP27VPvH5q5+AO5sa2Zo8QrKDoI=; b=HghXg9/CWN2BnHCsyKRxkvFWoRYy8rceKJlcRc604D5ETwQ2GXYx/qsgw4VyP6bltP pRgpN4KE9LwZTGOuKHTokjgYr/WGYK7isWBlb0AvDwpxvrT3Ulxqs2/bTzDcqDTiaW5C eXu87zz15YVTDWTqtVCJd+gxTGYwGqGxHuweNM3hv1hn6Noo6XuXWLIJYKEbGRhMwCIU bR1+6FhlWyBXjN05G/IKlLYn2Fkn3Fk46Qh4q8pqfO285cqWzCJxxdsHUxJtCOutcBz1 aSR3oCbX83E2Lm/fz2te6CMRa3pr6xxFlzW1TpY2a8NgIO0M6rXcPjY4E7rHYBkKSaxn O6tA== 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:cc; bh=X4BvitA8aoCuXu4SAP27VPvH5q5+AO5sa2Zo8QrKDoI=; b=SzPd4xQARwAhOKkrJMSsRESYo2ZaDTyTiydeyu2gtDZ9I6heUFQRNeJMU8HSHq2aBs nRsF2ppV4qQ9xRA9wj5kwxpuIw/cpQrqTt+0Th9Uzh0VOgJE6+gxM44qxu0HP+7QDUDP zyPPcYVx9kplIY74w4k9DdhN8ojlNwfpX+xqUeCsTqijujY5C1Wgf0du6E8z1q+F44+1 EeABM36QKDzM4B0fpuUVjZDLiwj9hqv1ZEU4V4dHBQrK3cUq5JmeZBXQGwn4ILE9pABB M9LxQQ/YIuDb7TIy0YT1niGt7reLym20fHx9CW47sLeRjb+FzZaaSRFsJ2pX7dTjXkxv boHQ== X-Gm-Message-State: APjAAAXc/UcDy/HLSfncstpxQKAavXk0iV9dOnBWtvcSyj5CDQtSSrDQ cjZPfK7Uqm02oWbAD7PWVtmB7JwRThbVF0SMXgo= X-Google-Smtp-Source: APXvYqx9t4Q992Ou1z4Mv0hF+X9JEu+wvJ0qQCPkmRYGXN7Jnb03cbqL1164ZtlpWoetv0mszaOL9z3tgnQPtl0+Ed4= X-Received: by 2002:adf:eb43:: with SMTP id u3mr2879181wrn.342.1560634261205; Sat, 15 Jun 2019 14:31:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Cliff Burdick Date: Sat, 15 Jun 2019 14:30:50 -0700 Message-ID: To: Chintan Inbay Cc: Dheeraj Dang , users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Running inside docker with host networking in privileged mode 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 Chintan, this should get you started. Replace the -all flag with -dpdk in running ofed: https://community.mellanox.com/s/article/how-to-create-a-docker-container-w= ith-rdma-accelerated-applications-over-100gb-infiniband-network On Sat, Jun 15, 2019, 14:08 Chintan Inbay wrote: > Hi Cliff, > > Thank you for the info, it is really useful. I=E2=80=99ll search for the = KB > article. > > - Chintan > > On Jun 14, 2019, at 4:23 PM, Cliff Burdick wrote: > > Hi Chintan, yes, it works using those instructions. If you're using > mellanox cards they have a KB article on doing it using OFED as well. > > On Wed, Jun 5, 2019, 10:36 Chintan Inbay wrote= : > >> Hi Dheeraj, >> >> Thank you for the link. This is really old, not sure if it is still >> applicable? Were you able to try it out? >> >> Thanks, >> >> * Chintan >> >> ________________________________ >> From: Dheeraj Dang >> Sent: Wednesday, June 5, 2019 10:02 AM >> To: Chintan Inbay >> Cc: users@dpdk.org >> Subject: Re: [dpdk-users] Running inside docker with host networking in >> privileged mode >> >> Hi Chintan >> >> This link might help you >> >> https://github.com/redhat-performance/docker-dpdk >> >> >> Thanks >> Dheeraj Dang >> >> >> On Wed, 5 Jun, 2019, 6:27 AM Chintan Inbay, > > wrote: >> Hello DPDK users, >> >> Was anyone able to successfully run a DPDK application in a docker >> container in privileged mode with host networking ? How do you go about >> achieving it? Any pointers would be great >> >> Thanks, >> Chintan >> >