All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: andreas.a.roeseler@gmail.com
Cc: yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org,
	netdev@vger.kernel.org, lkp@intel.com, dan.carpenter@oracle.com
Subject: Re: [PATCH V3 net-next 0/5] add support for RFC 8335 PROBE
Date: Wed, 17 Feb 2021 14:25:04 -0800 (PST)	[thread overview]
Message-ID: <20210217.142504.1617036353780732221.davem@davemloft.net> (raw)
In-Reply-To: <cover.1613583620.git.andreas.a.roeseler@gmail.com>

From: Andreas Roeseler <andreas.a.roeseler@gmail.com>
Date: Wed, 17 Feb 2021 10:07:38 -0800

> The popular utility ping has several severe limitations such as the
> inability to query specific interfaces on a node and requiring
> bidirectional connectivity between the probing and probed interfaces.
> RFC 8335 attempts to solve these limitations by creating the new utility
> PROBE which is a specialized ICMP message that makes use of the ICMP
> Extention Structure outlined in RFC 4884.
> 
> This patchset adds definitions for the ICMP Extended Echo Request and
> Reply (PROBE) types for both IPV4 and IPV6, adds a sysctl to enable 
> response to PROBE messages, expands the list of supported ICMP messages
> to accommodate PROBE types, and adds functionality to respond to PROBE
> requests.
> 
> Changes since v1:
>  - Add AFI definitions
>  - Switch to functions such as dev_get_by_name and ip_dev_find to lookup
>    net devices 
> 
> Changes since v2:
> Suggested by Willem de Brujin <willemdebrujin.kernel@gmail.com>
>  - Add verification of incoming messages before looking up netdev
>  - Add prefix for PROBE specific defined variables
>  - Use proc_dointvec_minmax with zero and one  
>  - Create struct icmp_ext_echo_iio for parsing incoming packet
> Reported-by: kernel test robot <lkp@intel.com>
> Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
>  - Include net/addrconf.h library for ipv6_dev_find

Thi is too late for the current merge window, sorry.  Please resubmit when net-next opens
back up, thank you.

      parent reply	other threads:[~2021-02-17 22:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-17 18:07 [PATCH V3 net-next 0/5] add support for RFC 8335 PROBE Andreas Roeseler
2021-02-17 18:07 ` [PATCH V3 net-next 1/5] icmp: " Andreas Roeseler
2021-02-22  4:38   ` Willem de Bruijn
2021-02-17 18:08 ` [PATCH V3 net-next 2/5] ICMPV6: " Andreas Roeseler
2021-02-17 18:08 ` [PATCH V3 net-next 3/5] net: add sysctl for enabling RFC 8335 PROBE messages Andreas Roeseler
2021-02-17 18:08 ` [PATCH V3 net-next 4/5] net: add support for sending " Andreas Roeseler
2021-02-17 18:08 ` [PATCH V3 net-next 5/5] icmp: add response to " Andreas Roeseler
2021-02-22  4:49   ` Willem de Bruijn
2021-02-24 23:20     ` Andreas Roeseler
2021-02-25 17:38       ` Willem de Bruijn
2021-02-17 22:25 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210217.142504.1617036353780732221.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=andreas.a.roeseler@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=dsahern@kernel.org \
    --cc=kuba@kernel.org \
    --cc=lkp@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.