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(-) -- 1.8.3.1