On 9/8/2020 1:28 PM, Wei Hu (Xavier) wrote: > From: "Wei Hu (Xavier)" <xavier.hu...@huawei.com> > > Currently, offload capabilities are only enabled for all Rx/Tx queues > in hns3 PF/VF PMD driver, and offload capability only applied in a Rx/Tx > queue is not supported. So this patch moves 'DEV_TX_OFFLOAD_MBUF_FAST_FREE' > from tx_queue_offload_capa to tx_offload_capa. > > Fixes: 1f5ca0b460cd67 ("net/hns3: support some device operations") > Fixes: a5475d61fa34b8 ("net/hns3: support VF") > Cc: sta...@dpdk.org > > Signed-off-by: Huisong Li <lihuis...@huawei.com> > Signed-off-by: Wei Hu (Xavier) <xavier.hu...@huawei.com>
Applied to dpdk-next-net/main, thanks.