Re: [PATCH iproute2-next 2/2] ss: add AF_XDP support

2019-01-29 Thread Björn Töpel
Den ons 30 jan. 2019 kl 03:39 skrev David Ahern : > [...] > > 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. Ok, I'll address AF_XDP/AF_MAX and fix the com

Re: [PATCH iproute2-next 2/2] ss: add AF_XDP support

2019-01-29 Thread David Ahern
On 1/25/19 12:18 AM, bjorn.to...@gmail.com wrote: > From: Björn Töpel > > 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 > --- >

[PATCH iproute2-next 2/2] ss: add AF_XDP support

2019-01-24 Thread bjorn . topel
From: Björn Töpel 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 --- man/man8/ss.8 | 9 ++- misc/ss.c | 168 +++