From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C826A0545 for ; Thu, 13 Feb 2020 18:28:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DFBFF1C0B0; Thu, 13 Feb 2020 18:28:32 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id EA1BA1C00F for ; Thu, 13 Feb 2020 18:28:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581614910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ltOtwGVWhYiIUsc2uKCHCxdvCWhBMFvn9y443AFhWMg=; b=cSPeBdSrKzLj66tIkAjgA5SxbkmSOzMcM1YfM3RSfcAMEsJTnVyXNFJHiVF4qHlQSoK+ea rehXHL0YTVXghKWxS7rN7uRoYZqflXbOHskEDBkYEoMhKiv5+zNHxSOQ+S0a+ppBNrhYl8 kI8QnxYF14AC+qPSgtG3vHMMsnyfj+4= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-245-2eDOgGhZPp-HWIQilbFxzw-1; Thu, 13 Feb 2020 12:28:27 -0500 Received: by mail-vk1-f200.google.com with SMTP id m25so2212251vko.19 for ; Thu, 13 Feb 2020 09:28:27 -0800 (PST) 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=Stl4fSHNHuF3PNDMjXaidHW0T7xeC48+61Qbr8y5++k=; b=PGTawHaRHrOdixB2jv4btSU1GV2l3B/h5QaF5+Hy79MHlL2NSadmpmAuaDJ8D32kRp OCxI0cP/ZQGxkZK0bj0F7KN0nf+rrjBut0xMaqLIWggUK8g1IWGK8x8d04SQSYEFDzNP v+gBV1+vVMsy8ETPTKL5DfmT/tIjnX1pgp6NbRolcn+sbov7dxZiRHjYI9sCEeTbBlhU 0C9r5O+OMx5hL6146SQQoqkGw0OXCAVkVrK6CmIa6B0KF1dEB7SAaHVSfUf+yr4iFdJU ZSOXVA3CBl+GTqGdnk29LWmiSCfOwPJvVmKAy0399r39CHMIMdkU+H2ozx2LIUiQE7pX C0Ig== X-Gm-Message-State: APjAAAVHPTDWuHQ0Sxo3grjLW7DlonRC0LLPldAIscWxl35NF0Hcelh5 jwB05G03+n+pYyn7oKyVw4ryEorDwoUMSd8/8VKkfv/z84ETJw5d3KMALjBCi1Zz2NLwjW4UGI7 M5+Y462TRN778TYLIg7gLoFE= X-Received: by 2002:a1f:9d8a:: with SMTP id g132mr2590511vke.39.1581614907374; Thu, 13 Feb 2020 09:28:27 -0800 (PST) X-Google-Smtp-Source: APXvYqzwXzCbmUR4Aigtgnz0/cPNct4PHmMIP2FOKJT1uzpNP6k6xJVHG2deXawsRW052HO/P6RWXXHKyHV6Y/3Mjdk= X-Received: by 2002:a1f:9d8a:: with SMTP id g132mr2590499vke.39.1581614907116; Thu, 13 Feb 2020 09:28:27 -0800 (PST) MIME-Version: 1.0 References: <20200212171424.695556-1-ferruh.yigit@intel.com> In-Reply-To: <20200212171424.695556-1-ferruh.yigit@intel.com> From: David Marchand Date: Thu, 13 Feb 2020 18:28:16 +0100 Message-ID: To: Ferruh Yigit Cc: dev , dpdk stable X-MC-Unique: 2eDOgGhZPp-HWIQilbFxzw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH] kni: fix build with Linux 5.6 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 Wed, Feb 12, 2020 at 6:14 PM Ferruh Yigit wrote= : > > With the following Linux commit a new parameter 'txqueue' has been added > to 'ndo_tx_timeout' ndo: > commit 0290bd291cc0 ("netdev: pass the stuck queue to the timeout handler= ") > > The change reflected to the KNI with version check. > > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Acked-by: David Marchand Applied, thanks. --=20 David Marchand