From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next 0/3] ip: Minor code cleanups and improvements Date: Fri, 2 Feb 2018 16:06:49 -0700 Message-ID: References: <1517386508-10915-1-git-send-email-serhe.popovych@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Serhey Popovych , netdev@vger.kernel.org Return-path: Received: from mail-pf0-f171.google.com ([209.85.192.171]:35777 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286AbeBBXGv (ORCPT ); Fri, 2 Feb 2018 18:06:51 -0500 Received: by mail-pf0-f171.google.com with SMTP id t12so18074721pfg.2 for ; Fri, 02 Feb 2018 15:06:51 -0800 (PST) In-Reply-To: <1517386508-10915-1-git-send-email-serhe.popovych@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 1/31/18 1:15 AM, Serhey Popovych wrote: > With this series I want to do some adjustments in header files for ip(8) > as well as some trivial cleanups like variable rename and finally use > addattr_nest()/addattr_nest_end() family instead of open coding nested > attributes handling. > > See individual patch description for more information on changes > presented. > > Reviews, comments and suggestions are welcome. > > Thanks, > Serhii > > Serhey Popovych (3): > ip: Consolidate ip, xdp and lwtunnel parse/dump prototypes in > ip_common.h > ip: Minor cleanups > treewide: Use addattr_nest()/addattr_nest_end() to handle nested > attributes series applied to iproute2-next