mbox series

[v2,0/4] some bugs fixes

Message ID cover.1595663173.git.cloud.wangxiaoyun@huawei.com (mailing list archive)
Headers
Series some bugs fixes |

Message

Wangxiaoyun (Cloud) July 25, 2020, 8:15 a.m. UTC
  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
  - modify vhd type for SDI
  - make timeout not affected by system time jump

Xiaoyun wang (4):
  net/hinic: modify csum offload process
  net/hinic: optimize Rx performance for x86
  net/hinic/base: modify vhd type for SDI
  net/hinic/base: make timeout not affected by system time jump

 drivers/net/hinic/base/hinic_compat.h    |  11 +-
 drivers/net/hinic/base/hinic_pmd_nicio.c |   2 +-
 drivers/net/hinic/base/hinic_pmd_nicio.h |   5 +
 drivers/net/hinic/hinic_pmd_rx.h         |   4 +
 drivers/net/hinic/hinic_pmd_tx.c         | 371 +++++++++++++++++--------------
 5 files changed, 218 insertions(+), 175 deletions(-)
  

Comments

Ferruh Yigit July 28, 2020, 10:41 a.m. UTC | #1
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 csum offload process
>   - optimize Rx performance for x86
>   - modify vhd type for SDI
>   - make timeout not affected by system time jump
> 
> Xiaoyun wang (4):
>   net/hinic: modify csum offload process
>   net/hinic: optimize Rx performance for x86
>   net/hinic/base: modify vhd type for SDI
>   net/hinic/base: make timeout not affected by system time jump

Series applied to dpdk-next-net/master, thanks.