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

2023-11-13 Thread taozj888
Hi all: At 2023-11-13 21:19:14, "Konstantin Ananyev" wrote: > > >>> 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 suppor

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

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

2023-11-13 Thread taozj888
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 interface does not >> support the RSS and offload mode presupposed, e.g., some >> virt

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

2023-11-12 Thread Stephen Hemminger
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 interface does not > support the RSS and offload mode presupposed, e.g., some > virtio interfaces in the cloud don't support > RSS and the erro

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

2023-11-11 Thread Trevor Tao
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(): RSS support requested bu