From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3942595DC for ; Mon, 16 Nov 2015 08:19:44 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Nov 2015 23:19:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,301,1444719600"; d="scan'208";a="851617263" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 15 Nov 2015 23:19:43 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 15 Nov 2015 23:19:42 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.83]) with mapi id 14.03.0248.002; Mon, 16 Nov 2015 15:19:40 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH] i40e: fix the write flush in vf driver Thread-Index: AQHRID2vz5XM8A5Kf06IUkGZtbq9vZ6ePblA Date: Mon, 16 Nov 2015 07:19:40 +0000 Message-ID: References: <1447657710-10563-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1447657710-10563-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] i40e: fix the write flush in vf driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 07:19:44 -0000 -----Original Message----- From: Wu, Jingjing=20 Sent: Monday, November 16, 2015 3:09 PM To: dev@dpdk.org Cc: Wu, Jingjing; Zhang, Helin; Liang, Cunming; Xu, Qian Q Subject: [PATCH] i40e: fix the write flush in vf driver For i40e vf driver, should use I40EVF_WRITE_FLUSH to flush configuration bu= t 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