From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: 82599 SR-IOV with passthrough Date: Wed, 16 Oct 2013 14:58:55 +0200 Message-ID: <201310161458.55712.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: jigsaw Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 16/10/2013 14:18, jigsaw : > Therefore, to add support for multiple queues per VF, we have to at > least fix the PF driver, then add support in DPDK's VF driver. You're right, Linux PF driver have to be updated to properly manage multiple queues per VF. Then the guest can be tested with DPDK or with Linux driver (ixgbe_vf). Note that there are 2 versions of Linux driver for ixgbe: kernel.org and sourceforge.net (supporting many kernel versions). -- Thomas