From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 1/2] vfio: keep interrupt source read only Date: Thu, 06 Apr 2017 21:15:19 +0200 Message-ID: <2379863.mRckKoECEM@xps13> References: <20170404230908.15145-1-qi.z.zhang@intel.com> <20170406124222.18172-1-qi.z.zhang@intel.com> <20170406124222.18172-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 To: Qi Zhang Return-path: Received: from mail-wr0-f169.google.com (mail-wr0-f169.google.com [209.85.128.169]) by dpdk.org (Postfix) with ESMTP id B848A2B9B for ; Thu, 6 Apr 2017 21:15:21 +0200 (CEST) Received: by mail-wr0-f169.google.com with SMTP id o21so48933910wrb.2 for ; Thu, 06 Apr 2017 12:15:21 -0700 (PDT) In-Reply-To: <20170406124222.18172-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" 2017-04-06 20:42, Qi Zhang: > Remove the inappropriate modification on get_max_intr > field that keep the intr_source read only. > > Signed-off-by: Qi Zhang v2 was Acked-by: Anatoly Burakov