Re: [PATCH iproute2 1/3] dcb: Set values with RTM_SETDCB type

2021-01-03 Thread Stephen Hemminger
On Sun, 03 Jan 2021 11:47:46 +0100 Petr Machata wrote: > Stephen Hemminger writes: > > > On Sat, 2 Jan 2021 00:25:50 +0100 > > Petr Machata wrote: > > > >> dcb currently sends all netlink messages with a type RTM_GETDCB, even the > >> set ones. Change to the appropriate type. > >> > >> Sig

Re: [PATCH iproute2 1/3] dcb: Set values with RTM_SETDCB type

2021-01-03 Thread Petr Machata
Stephen Hemminger writes: > On Sat, 2 Jan 2021 00:25:50 +0100 > Petr Machata wrote: > >> dcb currently sends all netlink messages with a type RTM_GETDCB, even the >> set ones. Change to the appropriate type. >> >> Signed-off-by: Petr Machata >> --- >> dcb/dcb.c | 2 +- >> 1 file changed, 1

Re: [PATCH iproute2 1/3] dcb: Set values with RTM_SETDCB type

2021-01-02 Thread Stephen Hemminger
On Sat, 2 Jan 2021 00:25:50 +0100 Petr Machata wrote: > dcb currently sends all netlink messages with a type RTM_GETDCB, even the > set ones. Change to the appropriate type. > > Signed-off-by: Petr Machata > --- > dcb/dcb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --g

[PATCH iproute2 1/3] dcb: Set values with RTM_SETDCB type

2021-01-01 Thread Petr Machata
dcb currently sends all netlink messages with a type RTM_GETDCB, even the set ones. Change to the appropriate type. Signed-off-by: Petr Machata --- dcb/dcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcb/dcb.c b/dcb/dcb.c index adec57476e1d..f5c62790e27e 100644 --- a/dc