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 D5074FE5 for ; Fri, 31 Mar 2017 11:59:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490954363; x=1522490363; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=Yht8KUFV5kQukfxciS71VuTRcDS7ANC3FQzDy3RuK5Y=; b=gP4ciy5L+1ZWnqAhtw3ekPQYpPyycslxMlaaGY5bAr+0isS1de5vIIY8 ytaHFm3UWfsdJkEVDrUtL2c8bCMswg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 02:59:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="83053617" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 31 Mar 2017 02:59:20 -0700 To: Beilei Xing , jingjing.wu@intel.com References: <1490924966-95148-1-git-send-email-beilei.xing@intel.com> Cc: helin.zhang@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <2174980b-cceb-29fe-8b93-37fdb38da8a4@intel.com> Date: Fri, 31 Mar 2017 10:59:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490924966-95148-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix a doxygen warning 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: Fri, 31 Mar 2017 09:59:23 -0000 On 3/31/2017 2:49 AM, Beilei Xing wrote: > Fix the doxygen warning by adding comments for enumeration. > > Fixes: fad01fd77ac3 ("net/i40e: add dynamic device personalization processing") > > Signed-off-by: Beilei Xing In next-net, squashed into relevant commit, thanks.