Revert change in e035203162 -- set RX/TX queues to 1 -- while hunting down a race condition

This commit is contained in:
Pim van Pelt
2023-02-05 11:34:12 +00:00
parent ccea08b95d
commit 6fe37f6a8d

View File

@ -955,7 +955,7 @@ lcp_itf_pair_create (u32 phy_sw_if_index, u8 *host_if_name,
else
{
tap_create_if_args_t args = {
.num_rx_queues = clib_max (1, vlib_num_workers ()),
.num_rx_queues = 1,
.num_tx_queues = 1,
.id = hw->hw_if_index,
.sw_if_index = ~0,