From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix the write flush in vf driver Date: Mon, 23 Nov 2015 23:29:13 +0100 Message-ID: <2460505.3IreTiT0Ht@xps13> References: <1447657710-10563-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id AF9D78E97 for ; Mon, 23 Nov 2015 23:30:30 +0100 (CET) Received: by wmec201 with SMTP id c201so182872041wme.0 for ; Mon, 23 Nov 2015 14:30:30 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > For i40e vf driver, should use I40EVF_WRITE_FLUSH to flush configuration but not I40E_WRITE_FLUSH. This patch fixed this issue. > > Fixes: be6c228d4da3 (i40evf: support Rx interrupt) > > Reported-by: Qian Xu > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks