netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>, davem@davemloft.net
Cc: netdev@vger.kernel.org, yoshfuji@linux-ipv6.org, dsahern@kernel.org
Subject: Re: [PATCH net-next] ipv4: drop fragmentation code from ip_options_build()
Date: Mon, 31 Jan 2022 10:11:47 -0700	[thread overview]
Message-ID: <4234bc5a-3e2a-1ac6-0e70-b24d39fad441@gmail.com> (raw)
In-Reply-To: <20220128160654.1860428-1-kuba@kernel.org>

On 1/28/22 9:06 AM, Jakub Kicinski wrote:
> Since v2.5.44 and addition of ip_options_fragment()
> ip_options_build() does not render headers for fragments
> directly. @is_frag is always 0.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  include/net/ip.h      |  2 +-
>  net/ipv4/ip_options.c | 31 +++++++++----------------------
>  net/ipv4/ip_output.c  |  6 +++---
>  3 files changed, 13 insertions(+), 26 deletions(-)
> 

Reviewed-by: David Ahern <dsahern@kernel.org>



      reply	other threads:[~2022-01-31 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 16:06 [PATCH net-next] ipv4: drop fragmentation code from ip_options_build() Jakub Kicinski
2022-01-31 17:11 ` David Ahern [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=4234bc5a-3e2a-1ac6-0e70-b24d39fad441@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=kuba@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).