Re: [dpdk-dev] [PATCH v2 0/4] some bugs fixes

2020-07-28 Thread Ferruh Yigit
On 7/25/2020 9:15 AM, Xiaoyun wang wrote: > These patches modify csum offload process, optimize Rx > performance for x86, set vhd type with 2 for no offset > in ovs offload scenario, make timeout not affected by > system time jump. > > -- > v1->v2: > - fix typo spelling > > v1: > - modify c

[dpdk-dev] [PATCH v2 0/4] some bugs fixes

2020-07-25 Thread Xiaoyun wang
These patches modify csum offload process, optimize Rx performance for x86, set vhd type with 2 for no offset in ovs offload scenario, make timeout not affected by system time jump. -- v1->v2: - fix typo spelling v1: - modify csum offload process - optimize Rx performance for x86 - modi