All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shay Agroskin <shayagr@amazon.com>
To: Michal Kubecek <mkubecek@suse.cz>,
	David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, <netdev@vger.kernel.org>
Cc: Shay Agroskin <shayagr@amazon.com>,
	"Woodhouse, David" <dwmw@amazon.com>,
	"Machulsky, Zorik" <zorik@amazon.com>,
	"Matushevsky, Alexander" <matua@amazon.com>,
	Saeed Bshara <saeedb@amazon.com>, "Wilson, Matt" <msw@amazon.com>,
	"Liguori, Anthony" <aliguori@amazon.com>,
	"Bshara, Nafea" <nafea@amazon.com>,
	"Belgazal, Netanel" <netanel@amazon.com>,
	"Saidi, Ali" <alisaidi@amazon.com>,
	"Herrenschmidt, Benjamin" <benh@amazon.com>,
	"Kiyanovski, Arthur" <akiyano@amazon.com>,
	"Dagan, Noam" <ndagan@amazon.com>,
	"Arinzon, David" <darinzon@amazon.com>,
	"Itzko, Shahar" <itzko@amazon.com>,
	"Abboud, Osama" <osamaabb@amazon.com>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Andrew Lunn <andrew@lunn.ch>,
	Johannes Berg <johannes@sipsolutions.net>,
	Edward Cree <ecree.xilinx@gmail.com>,
	Florian Westphal <fw@strlen.de>
Subject: [PATCH v2 ethtool-next 1/2] update UAPI header copies
Date: Sun, 23 Apr 2023 17:49:47 +0300	[thread overview]
Message-ID: <20230423144948.650717-2-shayagr@amazon.com> (raw)
In-Reply-To: <20230423144948.650717-1-shayagr@amazon.com>

Update to kernel commit 233eb4e786b5.

Signed-off-by: Shay Agroskin <shayagr@amazon.com>
---
 uapi/linux/ethtool_netlink.h | 2 ++
 uapi/linux/rtnetlink.h       | 1 +
 2 files changed, 3 insertions(+)

diff --git a/uapi/linux/ethtool_netlink.h b/uapi/linux/ethtool_netlink.h
index 13493c9..cd85de1 100644
--- a/uapi/linux/ethtool_netlink.h
+++ b/uapi/linux/ethtool_netlink.h
@@ -357,6 +357,8 @@ enum {
 	ETHTOOL_A_RINGS_CQE_SIZE,			/* u32 */
 	ETHTOOL_A_RINGS_TX_PUSH,			/* u8 */
 	ETHTOOL_A_RINGS_RX_PUSH,			/* u8 */
+	ETHTOOL_A_RINGS_TX_PUSH_BUF_LEN,		/* u32 */
+	ETHTOOL_A_RINGS_TX_PUSH_BUF_LEN_MAX,		/* u32 */
 
 	/* add new constants above here */
 	__ETHTOOL_A_RINGS_CNT,
diff --git a/uapi/linux/rtnetlink.h b/uapi/linux/rtnetlink.h
index 217b25b..2132e94 100644
--- a/uapi/linux/rtnetlink.h
+++ b/uapi/linux/rtnetlink.h
@@ -787,6 +787,7 @@ enum {
 	TCA_ROOT_FLAGS,
 	TCA_ROOT_COUNT,
 	TCA_ROOT_TIME_DELTA, /* in msecs */
+	TCA_ROOT_EXT_WARN_MSG,
 	__TCA_ROOT_MAX,
 #define	TCA_ROOT_MAX (__TCA_ROOT_MAX - 1)
 };
-- 
2.25.1


  reply	other threads:[~2023-04-23 14:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23 14:49 [PATCH v2 ethtool-next 0/2] Add tx push buf len param to ethtool Shay Agroskin
2023-04-23 14:49 ` Shay Agroskin [this message]
2023-04-23 14:49 ` [PATCH v2 ethtool-next 2/2] ethtool: Add support for configuring tx-push-buf-len Shay Agroskin
  -- strict thread matches above, loose matches on Subject: below --
2023-01-11 17:37 [PATCH v2 ethtool-next 0/2] add support for PLCA RS Piergiorgio Beruto
2023-01-11 17:37 ` [PATCH v2 ethtool-next 1/2] update UAPI header copies Piergiorgio Beruto
2022-12-07  0:14 [PATCH v2 ethtool-next 0/2] add support for PLCA RS Piergiorgio Beruto
2022-12-07  0:14 ` [PATCH v2 ethtool-next 1/2] update UAPI header copies Piergiorgio Beruto
2021-08-25  7:45 [PATCH V2 ethtool-next 0/2] ethtool: add two link extended substates of bad signal Guangbin Huang
2021-08-25  7:45 ` [PATCH V2 ethtool-next 1/2] update UAPI header copies Guangbin Huang
2021-08-26  9:45   ` Michal Kubecek
2021-08-26 11:22     ` huangguangbin (A)

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=20230423144948.650717-2-shayagr@amazon.com \
    --to=shayagr@amazon.com \
    --cc=akiyano@amazon.com \
    --cc=aliguori@amazon.com \
    --cc=alisaidi@amazon.com \
    --cc=andrew@lunn.ch \
    --cc=benh@amazon.com \
    --cc=darinzon@amazon.com \
    --cc=davem@davemloft.net \
    --cc=dwmw@amazon.com \
    --cc=ecree.xilinx@gmail.com \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=itzko@amazon.com \
    --cc=johannes@sipsolutions.net \
    --cc=kuba@kernel.org \
    --cc=matua@amazon.com \
    --cc=mkubecek@suse.cz \
    --cc=msw@amazon.com \
    --cc=nafea@amazon.com \
    --cc=ndagan@amazon.com \
    --cc=netanel@amazon.com \
    --cc=netdev@vger.kernel.org \
    --cc=osamaabb@amazon.com \
    --cc=pabeni@redhat.com \
    --cc=saeedb@amazon.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=zorik@amazon.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 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.