From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 02FFC8055 for ; Mon, 15 Dec 2014 22:04:55 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so10425062wiw.9 for ; Mon, 15 Dec 2014 13:04:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3HtN9InP4qc65lFg0lbGDKTW6d0gMMlovvwQL1xW+fs=; b=hwlaQLRPqxfxhps+m4kcNYNZjvfrtRW8xp9wwy4cD1yoGqAYLAaBq7aJdCdhcocrYd LBtJWeYsBb4Yo+GQo6LXEW2VH+WCUMNfaiBdIb65+xTW6JQcpXHwhrnWQBzPbozKVDsp Ghjw6eoQXVUVTwmOtffF1dufjLhjS8B6B8jlNxd6AHc13RAIE4iyg9A84OCTk3WUnX3w 22aX4cJhp3j09Fds6XrS8WbxNn9kD+NXcAU/DpPZ+Uc8eodOonl1Gso88PfKaf+9lGN8 qDu9pmEO3YlLME5Y1asaKE1mrFNmke7Y+rSLQU6Wdb1qx2Ope2oXFcTX9pJzBYmA4vbR IJKQ== X-Gm-Message-State: ALoCoQkFfss6YS33zUUXCnXqZ3W8UwAqqJTqlicjMA9M7ZAxXD2nRhmDNx9WYeAOCTX/OB1ROA7P X-Received: by 10.194.157.4 with SMTP id wi4mr40595345wjb.54.1418677494815; Mon, 15 Dec 2014 13:04:54 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ec2sm14611774wib.23.2014.12.15.13.04.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Dec 2014 13:04:53 -0800 (PST) From: Thomas Monjalon To: Dor Laor Date: Mon, 15 Dec 2014 22:04:27 +0100 Message-ID: <1667670.bjMJ8bhPvZ@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <6168753.p4Vk7dlKkK@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Vladislav Zolotarov , Avi Kivity , Gleb Natapov Subject: Re: [dpdk-dev] DPDK on OSv (was: RSS for ixgbevf) 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: Mon, 15 Dec 2014 21:04:55 -0000 2014-12-15 22:45, Dor Laor: > On Mon, Dec 15, 2014 at 10:33 PM, Thomas Monjalon > wrote: > > Does it mean DPDK is going to be supported in your system (OSv)? > > In general yes. It's premature to ask now since there are components > that already implemented in OSv and won't be needed (efficient > producer-consumer, huge pages, etc). We sure like to reuse the driver code, > it's a pity not to contribute to the same code base. We'll certainly like > to let unmodified dpdk apps run as well I'm not familiar with OSv but perhaps it has a sense to do an OSv integration in DPDK. We already have directories linuxapp and bsdapp for kernel-specific stuff like memory management, PCI access, etc. > Initially we're playing w/ the Linux dpdk on the host and AWS to gain > familiarity w/ it > > > I've seen it in the OSv roadmap. > > Could we have more details about how it would be integrated? -- Thomas