From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next] tc: flower: add support for verbose logging Date: Fri, 18 May 2018 10:06:43 -0600 Message-ID: <4c4e594c-a1bc-840a-b5f3-d788a097b716@gmail.com> References: <763cd60ed7addf605daf8b77c8639c5c08ada219.1526243501.git.marcelo.leitner@gmail.com> <7475756f86139d889344cf2675b13ce4364b81b1.1526243604.git.mleitner@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jakub Kicinski , Stephen Hemminger , Jiri Pirko , Alexander Aring , Jamal Hadi Salim , Cong Wang To: Marcelo Ricardo Leitner , netdev@vger.kernel.org Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:40580 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752351AbeERQGr (ORCPT ); Fri, 18 May 2018 12:06:47 -0400 Received: by mail-pl0-f67.google.com with SMTP id t12-v6so4835339plo.7 for ; Fri, 18 May 2018 09:06:47 -0700 (PDT) In-Reply-To: <7475756f86139d889344cf2675b13ce4364b81b1.1526243604.git.mleitner@redhat.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 5/13/18 2:44 PM, Marcelo Ricardo Leitner wrote: > From: Marcelo Ricardo Leitner > > Currently there is no way to log offloading errors if the rule is not > explicitly marked as skip_sw, making it hard for other applications such > as Open vSwitch to log why a given could not be offloaded. > > This patch adds support for signaling the kernel that more verbose > logging is wanted, which now will include such messages. > > Signed-off-by: Marcelo Ricardo Leitner > --- > include/uapi/linux/pkt_cls.h | 1 + > man/man8/tc-flower.8 | 7 +++++++ > tc/f_flower.c | 4 +++- > 3 files changed, 11 insertions(+), 1 deletion(-) > applied to iproute2-next. Thanks