From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 01/18] mbuf: redefine packet_type in rte_mbuf Date: Thu, 02 Jul 2015 11:03:12 +0200 Message-ID: <2278949.vAGEnvExkx@xps13> References: <1434701661-9943-1-git-send-email-helin.zhang@intel.com> <1435024235-19483-1-git-send-email-helin.zhang@intel.com> <1435024235-19483-2-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 2E08411F5 for ; Thu, 2 Jul 2015 11:04:20 +0200 (CEST) Received: by wiwl6 with SMTP id l6so189873801wiw.0 for ; Thu, 02 Jul 2015 02:04:20 -0700 (PDT) In-Reply-To: <1435024235-19483-2-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-23 09:50, Helin Zhang: > In order to unify the packet type, the field of 'packet_type' in > 'struct rte_mbuf' needs to be extended from 16 to 32 bits. > Accordingly, some fields in 'struct rte_mbuf' are re-organized to > support this change for Vector PMD. As 'struct rte_kni_mbuf' for > KNI should be right mapped to 'struct rte_mbuf', it should be > modified accordingly. In addition, Vector PMD of ixgbe is disabled > by default, as 'struct rte_mbuf' changed. [...] > -CONFIG_RTE_IXGBE_INC_VECTOR=y > +CONFIG_RTE_IXGBE_INC_VECTOR=n It is the default configuration. Disabling it do not prevent from build break during a "git bisect". Please merge the changes for vector ixgbe in this patch.