From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BF10A255 for ; Fri, 3 Jul 2015 03:11:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 02 Jul 2015 18:11:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,396,1432623600"; d="scan'208";a="518125811" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by FMSMGA003.fm.intel.com with ESMTP; 02 Jul 2015 18:11:34 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 3 Jul 2015 09:11:11 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Fri, 3 Jul 2015 09:11:10 +0800 From: "Zhang, Helin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v8 01/18] mbuf: redefine packet_type in rte_mbuf Thread-Index: AQHQtKY79MUZbvq8nkeiodKYjqTQcp3I8NcQ Date: Fri, 3 Jul 2015 01:11:09 +0000 Message-ID: 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> <2278949.vAGEnvExkx@xps13> In-Reply-To: <2278949.vAGEnvExkx@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v8 01/18] mbuf: redefine packet_type in rte_mbuf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 01:11:38 -0000 Hi Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, July 2, 2015 5:03 PM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 01/18] mbuf: redefine packet_type in > rte_mbuf >=20 > 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=3Dy > > +CONFIG_RTE_IXGBE_INC_VECTOR=3Dn >=20 > It is the default configuration. Disabling it do not prevent from build b= reak during > a "git bisect". > Please merge the changes for vector ixgbe in this patch. Sure, no problem! V9 will be sent soon. Thanks! - Helin