This patch set contains one feature and four bugfixes for hns3 PMD. Chengchang Tang (1): net/hns3: select Tx prepare based on Tx offload
Chengwen Feng (4): net/hns3: support preferred burst size and queues in VF net/hns3: log time delta in decimal format net/hns3: fix use wrong time API net/hns3: delete unused macro of cmd module drivers/net/hns3/hns3_cmd.c | 4 --- drivers/net/hns3/hns3_ethdev.c | 51 ++++++++++++++++++++++++++++++--------- drivers/net/hns3/hns3_ethdev.h | 15 +++++------- drivers/net/hns3/hns3_ethdev_vf.c | 18 ++++++++------ drivers/net/hns3/hns3_intr.c | 34 ++++++++++++-------------- drivers/net/hns3/hns3_rxtx.c | 36 ++++++++++++++++++++++++--- 6 files changed, 106 insertions(+), 52 deletions(-) -- 2.7.4