Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-10-02 Thread taozj888
Hi Konstantin, I thought your comments make sense, and addressed them with a patchset https://patches.dpdk.org/project/dpdk/list/?series=29709, please check again. Thanks, Trevor Tao At 2023-09-26 21:49:05, "Konstantin Ananyev" wrote: > >Hi Trevor, >>> >>> At 2023-09-18 02:04:19,

Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-26 Thread Konstantin Ananyev
Hi Trevor, At 2023-09-18 02:04:19, "Konstantin Ananyev" wrote: 03/09/2023 05:01, Trevor Tao пишет: Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware and/or virtual interface does not support the R

Re:Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-20 Thread taozj888
Hi Konstantin, Please see my comments inline Thanks. Trevor At 2023-09-20 16:04:41, "Konstantin Ananyev" wrote: > >Hi Trevor, > > >> >> At 2023-09-18 02:04:19, "Konstantin Ananyev" >> wrote: >>>03/09/2023 05:01, Trevor Tao пишет: Now the port Rx mq_mode had been set to RTE_ETH_MQ

Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-20 Thread Konstantin Ananyev
Hi Trevor, At 2023-09-18 02:04:19, "Konstantin Ananyev" wrote: 03/09/2023 05:01, Trevor Tao пишет: Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware and/or virtual interface does not support the RS

Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-18 Thread taozj888
Hi Konstantin: Please see my comments inline. Thanks. Trevor At 2023-09-18 02:04:19, "Konstantin Ananyev" wrote: >03/09/2023 05:01, Trevor Tao пишет: >> Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload >> mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some h

Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-17 Thread Konstantin Ananyev
03/09/2023 05:01, Trevor Tao пишет: Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware and/or virtual interface does not support the RSS and offload mode presupposed, e.g., some virtio interfaces in the clou

Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-06 Thread Stephen Hemminger
On Sun, 3 Sep 2023 04:01:11 + Trevor Tao wrote: > Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload > mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware > and/or virtual interface does not support the RSS and offload mode > presupposed, e.g., some virt

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-04 Thread Trevor Tao
Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware 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 may only partl

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-09-02 Thread Trevor Tao
Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware 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 may only partl

RE: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-08-04 Thread Konstantin Ananyev
ai, 200233 China > 上海市闵行区田林路1016号科技绿洲三期2号楼10楼,200233 > Cell:      +86-153 7109 6192 > > -Original Message- > From: Konstantin Ananyev > Sent: Friday, July 28, 2023 4:03 PM > To: Trevor Tao ; tho...@monjalon.net > Cc: dev@dpdk.org; nd ; sta...@dpdk.org; Ruifeng Wang >

RE: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-08-03 Thread Trevor Tao
Original Message- From: Konstantin Ananyev Sent: Friday, July 28, 2023 4:03 PM To: Trevor Tao ; tho...@monjalon.net Cc: dev@dpdk.org; nd ; sta...@dpdk.org; Ruifeng Wang ; Feifei Wang Subject: RE: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement > Now the port Rx

RE: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-07-28 Thread Konstantin Ananyev
> Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload > mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware > 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 m

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-07-20 Thread Trevor Tao
Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware 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 may only partl