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 BD2F3A0544; Thu, 13 Feb 2020 18:28:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FA6B1C022; Thu, 13 Feb 2020 18:28:31 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 7DAB81C00F 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-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-223-V30btLRMMx-Mv-ByJK8BoA-1; Thu, 13 Feb 2020 12:28:27 -0500 Received: by mail-vk1-f198.google.com with SMTP id i123so2208550vkg.8 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=lYJ0DpPj8rflW1gMYIARjusLN7f2/9qe8G7rEu5AgHKOfAiaC1+6asAOt80vmkHkQq 4YjvZD3XtgQZDy8ysdfUwS+8lwP4EsqMcpdhLn8wyq0tsENYKYNbsnM9Nh0h65zJeWcH QQJt4Ti1DI7L9++i7PRMNsXrQgFrUII7lsdhqGWPpn8cC7lYAE6iARCDt5WNe58sVn4d 8P1rJfgiyU2BLhhfapovfs2M+z+NWvtluI4XVYSEMirPNavl6oNAV1pp+3DSowBfiTvP G09IfDT8YW8RRod74MHjPOWymhtOONSYcNFugvPcWJhmX1d81cZJqJbJlZOOYYMEyt+i m6+g== X-Gm-Message-State: APjAAAXSJ2YUkiZJ/EfeA5vlQgGDIdADQ4m/X2pf851NQgjsaz34AEtI ThV388mOEQwU80Ffe0pUVtX9QD5W0YERURFEyBUzeCd6ahEfMN2P8I8Fh34oOfQe1VsvoL+iD3b LMgUsnmffgHtZLzD3dXE= X-Received: by 2002:a1f:9d8a:: with SMTP id g132mr2590512vke.39.1581614907375; 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: V30btLRMMx-Mv-ByJK8BoA-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-dev] [dpdk-stable] [PATCH] kni: fix build with Linux 5.6 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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