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

Reply via email to