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:   Tue, 29 Jan 2019 19:39:29 -0700
From:   David Ahern <dsahern@...il.com>
To:     bjorn.topel@...il.com, netdev@...r.kernel.org,
        stephen@...workplumber.org
Cc:     Björn Töpel <bjorn.topel@...el.com>,
        magnus.karlsson@...el.com, magnus.karlsson@...il.com
Subject: Re: [PATCH iproute2-next 2/2] ss: add AF_XDP support

On 1/25/19 12:18 AM, bjorn.topel@...il.com wrote:
> From: Björn Töpel <bjorn.topel@...el.com>
> 
> AF_XDP is an address family that is optimized for high performance
> packet processing.
> 
> This patch adds AF_XDP support to ss(8) so that sockets can be queried
> and monitored.
> 
> Signed-off-by: Björn Töpel <bjorn.topel@...el.com>
> ---
>  man/man8/ss.8 |   9 ++-
>  misc/ss.c     | 168 +++++++++++++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 172 insertions(+), 5 deletions(-)
> 

AF_XDP is not currently defined for a number of distributions. Add a
definition to include/utils.h similar to what is done for MPLS.

Also, please add example output to the commit log.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ