lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 12 Nov 2017 16:17:10 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     Ivan Vecera <ivecera@...hat.com>
Cc:     netdev@...r.kernel.org, jiri@...lanox.com, arkadis@...lanox.com
Subject: Re: [PATCH iproute2 0/2] add batch command support to devlink

On Fri, 10 Nov 2017 07:20:12 +0100
Ivan Vecera <ivecera@...hat.com> wrote:

> This patch series adds support for devlink commands batching. The first
> just removes a requirement to have declared 'resolve_hosts' variable in
> any command that use any function implemented in utils.c (it is really
> confusing to see this declaration in utils like bridge or devlink).
> 
> Ivan Vecera (2):
>   lib: make resolve_hosts variable common
>   devlink: add batch command support
> 
>  bridge/bridge.c    |  1 -
>  devlink/devlink.c  | 70 +++++++++++++++++++++++++++++++++++++++++++++++-------
>  genl/genl.c        |  1 -
>  ip/ip.c            |  1 -
>  ip/rtmon.c         |  1 -
>  lib/utils.c        |  1 +
>  man/man8/devlink.8 | 16 +++++++++++++
>  misc/arpd.c        |  2 --
>  misc/ss.c          |  1 -
>  tc/tc.c            |  1 -
>  10 files changed, 79 insertions(+), 16 deletions(-)
> 

Applied

Powered by blists - more mailing lists