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

2023-10-12 Thread taozj888
Hi Konstantin: For your comments, please see my answer inline. Thanks. Trevor Tao At 2023-10-09 17:03:11, "Konstantin Ananyev" wrote: >02.10.2023 09:53, Trevor Tao пишет: >> Now the port Rx offload mode is set to RTE_ETH_RX_OFFLOAD_CHECKSUM >> by default, but some hw and/or virtual interface

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

2023-10-09 Thread Konstantin Ananyev
02.10.2023 09:53, Trevor Tao пишет: Now the port Rx offload mode is set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hw and/or virtual interface does not support the offload mode presupposed, e.g., some virtio interfaces in the cloud may only partly support RTE_ETH_RX_OFFLOAD_UDP_CKSUM/ RT

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

2023-10-02 Thread Trevor Tao
Now the port Rx offload mode is set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hw and/or virtual interface does not support the offload mode presupposed, e.g., some virtio interfaces in the cloud may only partly support RTE_ETH_RX_OFFLOAD_UDP_CKSUM/ RTE_ETH_RX_OFFLOAD_TCP_CKSUM, but not RT