mbox series

[v1,0/4] some bugs fixes

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

Message

Wangxiaoyun (Cloud) July 25, 2020, 3:48 a.m. UTC
  This patch modifies 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:
  - 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(-)