IFLA_NUM_RX_QUEUES
if (!tb[IFLA_NUM_RX_QUEUES] && dev->num_rx_queues > 1) {
nla_put_u32(skb, IFLA_NUM_RX_QUEUES,
[IFLA_NUM_RX_QUEUES] = { .type = NLA_U32 },
if (tb[IFLA_NUM_RX_QUEUES])
num_rx_queues = nla_get_u32(tb[IFLA_NUM_RX_QUEUES]);