Re: [dpdk-dev] [PATCH v5 0/5] Some fixes for hinic PMD driver

2019-11-07 Thread Ferruh Yigit
On 11/1/2019 1:36 PM, Xiaoyun wang wrote: > This patch fixes code style check issue, offload info calculating problem > for TSO offload. Replace mbuf alloc function with initialized, remove > Flow Director feature from doc files and add Flow API feature to > hinic.ini, Remove Free Tx mbuf on deman

[dpdk-dev] [PATCH v5 0/5] Some fixes for hinic PMD driver

2019-11-01 Thread Xiaoyun wang
This patch fixes code style check issue, offload info calculating problem for TSO offload. Replace mbuf alloc function with initialized, remove Flow Director feature from doc files and add Flow API feature to hinic.ini, Remove Free Tx mbuf on demand from hinic.ini. -- v4->v5: - Fix code style c