mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v1] iproute2: add option to build DCB tool
@ 2024-05-13 10:47 Oleksij Rempel
  2024-05-31  6:08 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2024-05-13 10:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel

DCB is Data Center Bridging configuration tool which can be used to
set QoS and other options to network interfaces.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/iproute2.in   | 8 +++++++-
 rules/iproute2.make | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/rules/iproute2.in b/rules/iproute2.in
index 0c8374109..48e44fb3b 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -10,7 +10,7 @@ menuconfig IPROUTE2
 	select LIBC_M
 	select LIBC_PTHREAD	if IPROUTE2_ARPD
 	select LIBC_RESOLV
-	select LIBMNL		if IPROUTE2_DEVLINK
+	select LIBMNL		if IPROUTE2_DEVLINK || IPROUTE2_DCB
 	select PYTHON3		if IPROUTE2_ROUTEL && RUNTIME
 	help
 	  Networking and traffic control tools
@@ -44,6 +44,12 @@ config IPROUTE2_CTSTAT
 	help
 	  The connection status utility. Maybe linked to lnstat.
 
+config IPROUTE2_DCB
+	bool
+	prompt "dcb"
+	help
+	  The dcb utility.
+
 config IPROUTE2_DEVLINK
 	bool
 	prompt "devlink"
diff --git a/rules/iproute2.make b/rules/iproute2.make
index 79aa02f1d..7d7aee903 100644
--- a/rules/iproute2.make
+++ b/rules/iproute2.make
@@ -59,6 +59,7 @@ IPROUTE2_INSTALL_FILES-y =
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ARPD) +=	arpd
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_BRIDGE) +=	bridge
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_CTSTAT) +=	ctstat
+IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DCB) +=	dcb
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DEVLINK) +=	devlink
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_GENL) +=	genl
 IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IP) +=	ip
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] iproute2: add option to build DCB tool
  2024-05-13 10:47 [ptxdist] [PATCH v1] iproute2: add option to build DCB tool Oleksij Rempel
@ 2024-05-31  6:08 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-05-31  6:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel

Thanks, applied as 9a41192268258df0fcdf018e000cd2d5a3a54406.

Michael

[sent from post-receive hook]

On Fri, 31 May 2024 08:08:34 +0200, Oleksij Rempel <o.rempel@pengutronix.de> wrote:
> DCB is Data Center Bridging configuration tool which can be used to
> set QoS and other options to network interfaces.
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> Message-Id: <20240513104759.1896739-1-o.rempel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/iproute2.in b/rules/iproute2.in
> index 0c83741094a6..48e44fb3b350 100644
> --- a/rules/iproute2.in
> +++ b/rules/iproute2.in
> @@ -10,7 +10,7 @@ menuconfig IPROUTE2
>  	select LIBC_M
>  	select LIBC_PTHREAD	if IPROUTE2_ARPD
>  	select LIBC_RESOLV
> -	select LIBMNL		if IPROUTE2_DEVLINK
> +	select LIBMNL		if IPROUTE2_DEVLINK || IPROUTE2_DCB
>  	select PYTHON3		if IPROUTE2_ROUTEL && RUNTIME
>  	help
>  	  Networking and traffic control tools
> @@ -44,6 +44,12 @@ config IPROUTE2_CTSTAT
>  	help
>  	  The connection status utility. Maybe linked to lnstat.
>  
> +config IPROUTE2_DCB
> +	bool
> +	prompt "dcb"
> +	help
> +	  The dcb utility.
> +
>  config IPROUTE2_DEVLINK
>  	bool
>  	prompt "devlink"
> diff --git a/rules/iproute2.make b/rules/iproute2.make
> index 315910698cc7..214713773480 100644
> --- a/rules/iproute2.make
> +++ b/rules/iproute2.make
> @@ -59,6 +59,7 @@ IPROUTE2_INSTALL_FILES-y =
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_ARPD) +=	arpd
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_BRIDGE) +=	bridge
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_CTSTAT) +=	ctstat
> +IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DCB) +=	dcb
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_DEVLINK) +=	devlink
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_GENL) +=	genl
>  IPROUTE2_INSTALL_FILES-$(PTXCONF_IPROUTE2_IP) +=	ip



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-13 10:47 [ptxdist] [PATCH v1] iproute2: add option to build DCB tool Oleksij Rempel
2024-05-31  6:08 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox