RE: Re: [PATCH v3 1/2] examples/l3fwd: relax RSS requirement with option

2023-11-13 Thread Konstantin Ananyev
>> Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS >> by default, but some hw and/or virtual interface does not >> support the RSS and offload mode presupposed, e.g., some >> virtio interfaces in the cloud don't support >> RSS and the error msg may like: >> >> virtio_dev_configure():

RE: Re: [PATCH v3 1/2] examples/l3fwd: relax RSS requirement with option

2023-11-13 Thread Morten Brørup
From: taozj888 [mailto:taozj...@163.com] Sent: Monday, 13 November 2023 12.47 At 2023-11-13 07:33:49, "Stephen Hemminger" wrote: >On Sun, 12 Nov 2023 07:16:10 + >Trevor Tao wrote: > >> Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS >> by default, but some hw and/or virtual in