From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: 82599 SR-IOV with passthrough Date: Thu, 17 Oct 2013 15:47:41 +0200 Message-ID: <201310171547.41742.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" 17/10/2013 14:43, jigsaw : > I patched both Intel ixgbe PF driver and DPDK 1.5 VF driver, so that > DPDK gets 4 queues in one VF. It works fine with all 4 Tx queues. The > only trick is to set proper mac address for all outgoing packets, > which must be the same mac as you set to the VF. This trick is > described in the release note of DPDK. > > I wonder whether it makes sense to push this patch to DPDK. Any comments? Yes I think it makes sense. Is it possible to get the number of configured queues via mailbox ? -- Thomas