From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0061.outbound.protection.outlook.com [157.56.110.61]) by dpdk.org (Postfix) with ESMTP id 7C3D3683D for ; Wed, 1 Apr 2015 19:56:59 +0200 (CEST) Received: from BY1PR03MB1338.namprd03.prod.outlook.com (25.162.109.20) by BY1PR03MB1339.namprd03.prod.outlook.com (25.162.109.21) with Microsoft SMTP Server (TLS) id 15.1.125.19; Wed, 1 Apr 2015 17:56:56 +0000 Received: from BY1PR03MB1338.namprd03.prod.outlook.com ([25.162.109.20]) by BY1PR03MB1338.namprd03.prod.outlook.com ([25.162.109.20]) with mapi id 15.01.0125.002; Wed, 1 Apr 2015 17:56:56 +0000 From: Karmarkar Suyash To: "dev@dpdk.org" Thread-Topic: Running DPDK with Docker Thread-Index: AdBspSzSUR6lRbwLSvi8bcMpsCiY+g== Date: Wed, 1 Apr 2015 17:56:56 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [106.51.128.243] authentication-results: dpdk.org; dkim=none (message not signed) header.d=none; x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1339; x-forefront-antispam-report: BMV:1; SFV:NSPM; SFS:(10009020)(99286002)(122556002)(40100003)(2501003)(15395725005)(19580395003)(62966003)(19300405004)(19617315012)(54356999)(16236675004)(92566002)(77156002)(74316001)(110136001)(450100001)(2351001)(229853001)(50986999)(107886001)(86362001)(102836002)(15975445007)(66066001)(76576001)(46102003)(2900100001)(19625215002)(33656002)(87936001)(2656002); DIR:OUT; SFP:1101; SCL:1; SRVR:BY1PR03MB1339; H:BY1PR03MB1338.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5002010)(5005006); SRVR:BY1PR03MB1339; BCL:0; PCL:0; RULEID:; SRVR:BY1PR03MB1339; x-forefront-prvs: 053315510E MIME-Version: 1.0 X-OriginatorOrg: sonusnet.com X-MS-Exchange-CrossTenant-originalarrivaltime: 01 Apr 2015 17:56:56.2954 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 29a671dc-ed7e-4a54-b1e5-8da1eb495dc3 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR03MB1339 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Running DPDK with Docker X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 17:57:00 -0000 Hi, Given the popularity of Docker it would be nice if we can run DPDK inside a= Docker container but the challenge is the igb_uio.ko and rte_kni.ko kernel= modules which need to be compiled with the exact kernel source running on = the host. Are there ways to seamlessly run DPDK with Docker? I came across= an articles about running DPDK with Linux container but still the requirem= ent is to insert igb_uio. Any plans to make the igb_uio and rte_kni modules= as default modules of Linux source code or any other better approaches/sug= gestions ? Thanks. http://dpdk.org/ml/archives/dev/2014-October/006373.html http://permalink.gmane.org/gmane.comp.networking.dpdk.devel/6479 Regards Suyash Karmarkar