From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 85F991B1C0; Tue, 19 Sep 2017 16:58:43 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2017 07:58:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,418,1500966000"; d="scan'208";a="901859121" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2017 07:58:42 -0700 To: Jingjing Wu , beilei.xing@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1505758288-72734-1-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <356ac024-04cb-e809-00cd-6625c34c4eba@intel.com> Date: Tue, 19 Sep 2017 15:58:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505758288-72734-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e/base: fix bool definition 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, 19 Sep 2017 14:58:45 -0000 On 9/18/2017 7:11 PM, Jingjing Wu wrote: > use stdbool.h instead of defining the bool type, to make > sure the virtchnnl msg format definition is the same > between PF and VF. > > Cc: stable@dpdk.org > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.