RE: [PATCH v4 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: > > > > > > virt

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

2023-11-13 Thread Stephen Hemminger
On Mon, 13 Nov 2023 08:34:47 -0800 Stephen Hemminger wrote: > On Mon, 13 Nov 2023 16:02:54 + > 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.

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

2023-11-13 Thread Stephen Hemminger
On Mon, 13 Nov 2023 16:02:54 + 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