netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Davide Caratti <dcaratti@redhat.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>,
	Cong Wang <xiyou.wangcong@gmail.com>,
	Jiri Pirko <jiri@resnulli.us>, Ilya Maximets <i.maximets@ovn.org>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next 2/2] net/sched: act_tunnel_key: add support for "don't fragment"
Date: Mon, 20 Mar 2023 19:53:28 -0700	[thread overview]
Message-ID: <20230320195328.65f51b44@kernel.org> (raw)
In-Reply-To: <13672bdb258d2f261ef233033437f1034995785b.1679312049.git.dcaratti@redhat.com>

On Mon, 20 Mar 2023 12:44:55 +0100 Davide Caratti wrote:
>  	TCA_TUNNEL_KEY_ENC_TOS,		/* u8 */
>  	TCA_TUNNEL_KEY_ENC_TTL,		/* u8 */
> +	TCA_TUNNEL_KEY_NO_FRAG,		/* u8 */

how about NLA_FLAG? u8 is the most wasteful of all attr types :(

  parent reply	other threads:[~2023-03-21  2:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20 11:44 [PATCH net-next 0/2] net/sched: act_tunnel_key: add support for TUNNEL_DONT_FRAGMENT Davide Caratti
2023-03-20 11:44 ` [PATCH net-next 1/2] selftest: tc-testing: extend the "skip" property Davide Caratti
2023-03-20 11:44 ` [PATCH net-next 2/2] net/sched: act_tunnel_key: add support for "don't fragment" Davide Caratti
2023-03-20 12:48   ` Pedro Tammela
2023-03-21  2:53   ` Jakub Kicinski [this message]
2023-03-21  2:54   ` Jakub Kicinski

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=20230320195328.65f51b44@kernel.org \
    --to=kuba@kernel.org \
    --cc=dcaratti@redhat.com \
    --cc=i.maximets@ovn.org \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=netdev@vger.kernel.org \
    --cc=xiyou.wangcong@gmail.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).