From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next 03/20] net: Add extack to nlmsg_parse Date: Fri, 5 Oct 2018 12:42:17 -0600 Message-ID: <80609ca8-120d-1860-8024-5123d7f227a0@gmail.com> References: <20181004213355.14899-1-dsahern@kernel.org> <20181004213355.14899-4-dsahern@kernel.org> <20181005173936.miim5us6wdcomqxl@brauner.io> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net, jbenc@redhat.com, stephen@networkplumber.org To: Christian Brauner , David Ahern Return-path: Received: from mail-pg1-f196.google.com ([209.85.215.196]:40529 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728381AbeJFBmS (ORCPT ); Fri, 5 Oct 2018 21:42:18 -0400 Received: by mail-pg1-f196.google.com with SMTP id n31-v6so5097329pgm.7 for ; Fri, 05 Oct 2018 11:42:21 -0700 (PDT) In-Reply-To: <20181005173936.miim5us6wdcomqxl@brauner.io> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/5/18 11:39 AM, Christian Brauner wrote: > On Thu, Oct 04, 2018 at 02:33:38PM -0700, David Ahern wrote: >> From: David Ahern >> >> Make sure extack is passed to nlmsg_parse where easy to do so. >> Most of these are dump handlers and leveraging the extack in >> the netlink_callback. >> >> Signed-off-by: David Ahern > > Yeah, having extack in dump requests sounds really useful to me! > it's been invaluable updating iproute2.