From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AEA0F1B68C for ; Fri, 13 Oct 2017 12:33:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 43B7D20B3B; Fri, 13 Oct 2017 06:33:18 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 13 Oct 2017 06:33:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=gKoGJ15T0toKC3yZdteF5dc6Qu oU3HCMT2NQnfpVjbY=; b=Biiq4pr9cQpIiIHVuU0k1W/wNrYN/GQZMDn3yx+xp4 +03fQiNdQENJCtCy71Y+dv6gm2UFHugTqVwTty+yC9jNkdJtouYLX53qCc9teiuh yqeHrzTQXhsRlyqaErRTzQgPqn5nGwr6z4xtLpfHWW6YNo2Ba3oa2oDyHtn3DWq+ Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=gKoGJ1 5T0toKC3yZdteF5dc6QuoU3HCMT2NQnfpVjbY=; b=hGz4a/9Cp45Lr8NfXjySjy 2kjJxLQG6xzbbtPFmUN0PDkNFdqhpFRPqjbLWdsrIVsAjz68I6+YVKNfhXvtjw8/ mdPO0UcmsB0rF+yWSzr5/S9P6XUbXP8k7fIhstYujxGveM9jI5YSv5fR+3sTCl97 MKdkAS0RjkvjbKsCzp+gLCyNZWvbQ2p+jdhFNn8dYz9CNVk6NMpKCahix9QycgTA 6ESzjMrotoCwI9XEWHv53YDSdMAcgwrPhmF6Ma9Gilz0bHdgHkbbzf/9Ax6iV+tv T5Hy6hPEHGrhIbl67g5aOuX+DFiJiST/3Ke6nr+N7+pHXU0lnllxG5RsXk6/n7Hw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CD7977FA6A; Fri, 13 Oct 2017 06:33:17 -0400 (EDT) From: Thomas Monjalon To: Wei Zhao Cc: dev@dpdk.org Date: Fri, 13 Oct 2017 12:33:16 +0200 Message-ID: <2465586.lhjvFfNPUQ@xps> In-Reply-To: <1507885890-12707-1-git-send-email-wei.zhao1@intel.com> References: <1507885890-12707-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix build error in FreeBSD 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, 13 Oct 2017 10:33:18 -0000 13/10/2017 11:11, Wei Zhao: > ENODATA can not be build in FreeBSD. > > Fixes: 7cbecc2f7424b ("net/i40e: support queue region set and flush") > > Signed-off-by: Wei Zhao Applied, thanks