netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Eric Dumazet <edumazet@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
	Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 4/5] net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT
Date: Fri, 28 Oct 2022 22:20:07 -0700	[thread overview]
Message-ID: <20221028222007.3295e789@kernel.org> (raw)
In-Reply-To: <20221028133043.2312984-5-edumazet@google.com>

On Fri, 28 Oct 2022 13:30:42 +0000 Eric Dumazet wrote:
> +	/** @FRAG_REASM_TIMEOUT: fragment reassembly timeout */
> +	SKB_DROP_REASON_FRAG_REASM_TIMEOUT,

I'm guessing the shortened version of the name in the comment
is intentional, but kdoc parsing is not on board :S

  reply	other threads:[~2022-10-29  5:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28 13:30 [PATCH net-next 0/5] inet: add drop monitor support Eric Dumazet
2022-10-28 13:30 ` [PATCH net-next 1/5] net: dropreason: add SKB_CONSUMED reason Eric Dumazet
2022-10-28 13:30 ` [PATCH net-next 2/5] net: dropreason: propagate drop_reason to skb_release_data() Eric Dumazet
2022-10-28 13:30 ` [PATCH net-next 3/5] net: dropreason: add SKB_DROP_REASON_DUP_FRAG Eric Dumazet
2022-10-28 13:30 ` [PATCH net-next 4/5] net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT Eric Dumazet
2022-10-29  5:20   ` Jakub Kicinski [this message]
2022-10-29 15:35     ` Eric Dumazet
2022-10-28 13:30 ` [PATCH net-next 5/5] net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR Eric Dumazet

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=20221028222007.3295e789@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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).