mirror_iproute2/dcb
Petr Machata 89d11ea596 dcb: Add a subtool for the DCBX object
The Linux DCBX object is a 1-byte bitfield of flags that configure whether
the DCBX protocol is implemented in the device or in the host, and which
version of the protocol should be used. Add a tool to access the per-port
Linux DCBX object.

For example:

	# dcb dcbx set dev eni1np1 host ieee
	# dcb dcbx show dev eni1np1
	host ieee

Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
2021-01-18 04:09:29 +00:00
..
.gitignore Add dcb/.gitignore 2020-11-29 20:39:47 +00:00
dcb_app.c dcb: Add a subtool for the DCB APP object 2021-01-18 04:09:29 +00:00
dcb_buffer.c dcb: Add a subtool for the DCB buffer object 2020-12-14 16:42:03 +00:00
dcb_dcbx.c dcb: Add a subtool for the DCBX object 2021-01-18 04:09:29 +00:00
dcb_ets.c dcb: ets: Change the way show parameters are given in synopsis 2020-12-14 16:41:22 +00:00
dcb_maxrate.c dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb_pfc.c dcb: Add a subtool for the DCB PFC object 2020-12-14 16:41:58 +00:00
dcb.c dcb: Add a subtool for the DCBX object 2021-01-18 04:09:29 +00:00
dcb.h dcb: Add a subtool for the DCBX object 2021-01-18 04:09:29 +00:00
Makefile dcb: Add a subtool for the DCBX object 2021-01-18 04:09:29 +00:00