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 28AE3A04C9 for ; Fri, 18 Sep 2020 14:03:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB5611DA10; Fri, 18 Sep 2020 14:03:13 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 70EBF1D9F4; Fri, 18 Sep 2020 14:03:10 +0200 (CEST) IronPort-SDR: 916YenPpQ6aXeJzxBs06dle1bSnSnBn8wNdI2YXLZVD7tY7efowJMV+YpCdYNaKRvnTe94btBx lpvFAJyARbOw== X-IronPort-AV: E=McAfee;i="6000,8403,9747"; a="139923118" X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="139923118" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 05:02:59 -0700 IronPort-SDR: sWS3QNJFZb/pS+yrCSSxwR9PPvQSOH4xirT8/+gc//GRN5TMQK2GqFcllA13xA74PR8G9q7CiY Wc1bBcLhvXWg== X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="484178094" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.227.248]) ([10.213.227.248]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 05:02:58 -0700 To: Andrew Rybchenko , dev@dpdk.org Cc: Igor Romanov , stable@dpdk.org References: <1596721401-12884-1-git-send-email-arybchenko@solarflare.com> <1599556822-32659-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <228a7850-ca59-b771-9b52-7156e9fc4e37@intel.com> Date: Fri, 18 Sep 2020 13:02:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <1599556822-32659-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] net/sfc/base: fix tunnel configuration failure 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 9/8/2020 10:20 AM, Andrew Rybchenko wrote: > From: Igor Romanov > > Tunnel configuration may fail because of insufficient access rights > on a virtual function. Ignore the failure if a tunnel configuration > with empty UDP ports is requested. > > Fixes: 17551f6dffcc ("net/sfc/base: add API to control UDP tunnel ports") > Cc: stable@dpdk.org > > Signed-off-by: Igor Romanov > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.