From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [PATCH net 1/3] net: sched: ife: signal not finding metaid Date: Thu, 19 Apr 2018 08:08:45 -0400 Message-ID: References: <20180418213534.6215-1-aring@mojatatu.com> <20180418213534.6215-2-aring@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, Cong Wang , =?UTF-8?B?SmnFmcOtIFDDrXJrbw==?= , Yuval Mintz , netdev@vger.kernel.org, kernel@mojatatu.com To: yotam gigi , Alexander Aring Return-path: Received: from mail-io0-f195.google.com ([209.85.223.195]:45423 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752391AbeDSMIr (ORCPT ); Thu, 19 Apr 2018 08:08:47 -0400 Received: by mail-io0-f195.google.com with SMTP id a7-v6so6275395ioc.12 for ; Thu, 19 Apr 2018 05:08:47 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 19/04/18 01:37 AM, yotam gigi wrote: > On Thu, Apr 19, 2018 at 12:35 AM, Alexander Aring wrote: >> We need to record stats for received metadata that we dont know how >> to process. Have find_decode_metaid() return -ENOENT to capture this. > > Agree. > >> >> Signed-off-by: Alexander Aring > > Reviewed-by: Yotam Gigi Acked-by: Jamal Hadi Salim