On Mon, 7 Mar 2022 22:12:20 +0800 Junjie Lin <277600...@qq.com> wrote:
> From: Junjie Lin <linjunj...@huawei.com> > > The Tx mbuf needs to be ignored if the pkt_len member is zero. > > Fixes: 54faba2295bd ("net/hinic:adds Tx queue xstats members") > Cc: sta...@dpdk.org > > Signed-off-by: Junjie Lin <linjunj...@huawei.com> Not all drivers do this. It looks like you have a buggy application if it tries to send 0 length packets.