From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] vfio: keep interrupt source read only Date: Fri, 10 Mar 2017 14:05:46 +0100 Message-ID: <3546333.iRg4NipW0p@xps13> References: <1487801822-30938-1-git-send-email-qi.z.zhang@intel.com> <20170307091928.57990-1-qi.z.zhang@intel.com> <20170307091928.57990-2-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov To: Qi Zhang Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 518DE2C49 for ; Fri, 10 Mar 2017 14:05:48 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id n11so10067141wma.1 for ; Fri, 10 Mar 2017 05:05:48 -0800 (PST) In-Reply-To: <20170307091928.57990-2-qi.z.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" +Cc Anatoly, VFIO maintainer 2017-03-07 04:19, Qi Zhang: > Remove the inappropriate modification on get_max_intr > field that keep the intr_source read only. > > Signed-off-by: Qi Zhang