From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 9825FA05D3 for ; Fri, 29 Mar 2019 09:14:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 79EC92BF4; Fri, 29 Mar 2019 09:14:24 +0100 (CET) Received: from mail-ua1-f52.google.com (mail-ua1-f52.google.com [209.85.222.52]) by dpdk.org (Postfix) with ESMTP id 165CF2BF4 for ; Fri, 29 Mar 2019 09:14:22 +0100 (CET) Received: by mail-ua1-f52.google.com with SMTP id c13so374344uao.12 for ; Fri, 29 Mar 2019 01:14:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UHZNytfQ+6a5iA8BNkD3gVUBR4gseSs8NXBePvShRiE=; b=fET7Leh2W0cjqkWYI8OIWpOAfGReX/9E03L1qODjX8U7Rl+HvlykBI0xqDeDKJDDJS YL7qsG+FpGIBphnL0U1sOJMYJJYxpahznBlHQljhV3JcEVxV0SZF5irdowiHd5t4hcD5 OdQXkqAZ8e9QTHyTatDg0gB2utAM3nVDYMyeUnxkSDCoD2DgO46UQA9HqrLR4INQcqEJ Cw+zYn1Nc7j5YbuHLRPGgIkQuR+BQEwI8yvKlz/y9YqSMsn3XfQ1GL5yq0IqWP5wXjHI UwmJvAbBLAyY7G48UXdUTC+/vZ9ArF08Bs3EMqiq4D/JDxE5OaGbun4qcyWR3qwlDPSJ 8Kwg== X-Gm-Message-State: APjAAAVLTRzYmWhIfJn02plQFTyABTb/iON5YM8+GVoUc8884kaasUI5 AqWCKuautHBUEV2ioiAeqEmw3lD9gtkD2zWlfkRo/Q== X-Google-Smtp-Source: APXvYqyRq2Rbvr2ePdXPoJT2HH3Adk0iw2lCipMuk793sgAtOoZdiEyh4PHQ7/Sx7dX8d3qqcsyO2ya5y7FdrdErK6g= X-Received: by 2002:ab0:5970:: with SMTP id o45mr10595697uad.126.1553847262192; Fri, 29 Mar 2019 01:14:22 -0700 (PDT) MIME-Version: 1.0 References: <1553845189-52665-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1553845189-52665-1-git-send-email-wei.zhao1@intel.com> From: David Marchand Date: Fri, 29 Mar 2019 09:14:10 +0100 Message-ID: To: Wei Zhao Cc: qabuild@intel.com, dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [DPDK] net/iavf: fix Tx interrupt vertor configuration error X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Mar 29, 2019 at 9:07 AM Wei Zhao wrote: > From: Zhao Wei > > There is need to align to kernel iavf code when setting Tx > queue interrupt vector in messge VIRTCHNL_OP_CONFIG_IRQ_MAP, > if not it maybe cause restart iavf port error in some scenario. > > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > Cc: stable@dpdk.org > > Signed-off-by: Wei Zhao > This should be sent to dev@dpdk.org instead of qabuild@intel.com. Or is there a reason to only send to stable ? -- David Marchand