From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0F55AFE5; Tue, 21 Feb 2017 09:15:15 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2017 00:15:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,188,1484035200"; d="scan'208";a="68270803" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga006.fm.intel.com with ESMTP; 21 Feb 2017 00:15:13 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX154.ger.corp.intel.com ([169.254.12.40]) with mapi id 14.03.0248.002; Tue, 21 Feb 2017 08:15:12 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Qi Z" , "Wu, Jingjing" , "Zhang, Helin" CC: "dev@dpdk.org" , "Zhang, Qi Z" , "stable@dpdk.org" Thread-Topic: [dpdk-stable] [PATCH v3] net/i40e: fix compile error Thread-Index: AQHSi+A8TeyJJo0/NEOU6Nf+YsD12qFzHL1g Date: Tue, 21 Feb 2017 08:15:11 +0000 Message-ID: References: <1487549305-5301-1-git-send-email-qi.z.zhang@intel.com> <1487614316-2270-1-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1487614316-2270-1-git-send-email-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmJiNDZlZjEtZDZmOS00OWViLWI3MDQtNjQwOGYxNTMxY2IwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im96UzVmalBzNVpqUDB3c013MzIyK1pTVHAwN3I5NmhXOExQcDg1VzROVFk9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3] net/i40e: fix compile error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 08:15:16 -0000 Hi Qi, > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Qi Zhang > Sent: Monday, February 20, 2017 6:12 PM > To: Wu, Jingjing; Zhang, Helin > Cc: dev@dpdk.org; Zhang, Qi Z; stable@dpdk.org > Subject: [dpdk-stable] [PATCH v3] net/i40e: fix compile error >=20 > This patch fix the compile error when > RTE_LIBRTE_I40E_RX_ALLOW_BULK_ALLOC > is disabled. fake_mbuf is also required to be initialized and assigned to > additional sw_ring entries for vector PMD. >=20 > Fixes: 9ed94e5bb04e ("i40e: add vector Rx") > Cc: stable@dpdk.org >=20 > Signed-off-by: Qi Zhang > --- Please, try to remember to include the changes you have made in the different revisions, after the "---". Thanks, Pablo