From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Bizon Subject: Re: ixgbe: mbuf packet_type is not set when vPMD code is used Date: Wed, 10 May 2017 17:49:41 +0200 Message-ID: <1494431381.16647.119.camel@sakura.staff.proxad.net> References: <1494426426.16647.114.camel@sakura.staff.proxad.net> <20170510171620.67c6b713@platinum> Reply-To: mbizon@freebox.fr Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Helin Zhang , Konstantin Ananyev , dev@dpdk.org To: Olivier Matz Return-path: Received: from ns.iliad.fr (ns.iliad.fr [212.27.33.1]) by dpdk.org (Postfix) with ESMTP id CCADC1C00 for ; Wed, 10 May 2017 17:49:41 +0200 (CEST) In-Reply-To: <20170510171620.67c6b713@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 2017-05-10 at 17:16 +0200, Olivier Matz wrote: > It seems it is planned for 17.08, see: > http://dpdk.org/ml/archives/dev/2017-April/064082.html indeed I was mislead by rte_eth_dev_get_supported_ptypes() returning a non NULL value there is some logic to return NULL when vector mode is enabled, but the code is only valid if rte_eth_dev_configure() was called before. sorry for the noise -- Maxime