From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8651FA09E4 for ; Fri, 5 Feb 2021 11:55:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A0A21606BC; Fri, 5 Feb 2021 11:55:14 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1DAF74067B; Fri, 5 Feb 2021 11:55:10 +0100 (CET) IronPort-SDR: WnNJrFkQyGQvBTRZw6XDbrpQ+JDwICND2Dr+697Bm/SUwDorYh12ZLK3LcIbHoq8wFFDcfk41C LTT3yNx/raXA== X-IronPort-AV: E=McAfee;i="6000,8403,9885"; a="181563831" X-IronPort-AV: E=Sophos;i="5.81,154,1610438400"; d="scan'208";a="181563831" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2021 02:55:09 -0800 IronPort-SDR: Csv88RknruMQgp9L8yiJYla2A86oGWYWaab5Yah1EEtrw5gvuLdXTlITKCy5SIls7eFZ4pBgE/ 9qYgJWweGCwA== X-IronPort-AV: E=Sophos;i="5.81,154,1610438400"; d="scan'208";a="373350146" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.21.94]) ([10.252.21.94]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2021 02:55:08 -0800 To: Hyong Youb Kim Cc: dev@dpdk.org, stable@dpdk.org, Hanoch Haim , John Daley References: <20210205013503.14601-1-hyonkim@cisco.com> From: Ferruh Yigit Message-ID: <12492607-fefe-eaff-13a1-f4dba79244de@intel.com> Date: Fri, 5 Feb 2021 10:55:04 +0000 MIME-Version: 1.0 In-Reply-To: <20210205013503.14601-1-hyonkim@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/enic: fix a typo in debug message X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 2/5/2021 1:35 AM, Hyong Youb Kim wrote: > A debug message for filter API is using a wrong flag. Use the correct > one. > > Fixes: 936a9b9975e7 ("net/enic: flow API debug") > Cc: stable@dpdk.org > > Reported-by: Hanoch Haim > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley Applied to dpdk-next-net/main, thanks.