Hi Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 2, 2015 5:03 PM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 01/18] mbuf: redefine packet_type in > rte_mbuf > > 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.
Sure, no problem! V9 will be sent soon. Thanks! - Helin