From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: intel x540-at2 Date: Fri, 3 Jan 2014 11:26:09 +0100 Message-ID: <201401031126.10063.thomas.monjalon@6wind.com> References: <201401031056.16164.thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Jose Gavine Cueto 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" 03/01/2014 11:09, Jose Gavine Cueto : > I am running a DPDK application in a guest VM which uses one VF. This VM > runs on top of the host that has an x540-at2 NIC and uses the ixgbe driver. > The issue was that every time I run the DPDK application in the VM it > errors an invalid instruction and stops there. First, have you added x540-at2 in ixgbe_type.h, ixgbe_api.c and rte_pci_dev_ids.h ? What is the invalid instruction ? Have you tried to debug it ? I don't know this NIC so I'm afraid you should debug it by yourself. Please, keep us informed if you make it working. -- Thomas