提交 98b244a9 编写于 作者: S Shaozhengchao 提交者: Xie XiuQi

net/hinic: change the tx min frames to 32 Bytes

driver inclusion
category:bugfix
bugzilla:4472
CVE:NA

-----------------------------------------------------------------------

change tx min frames to 32 Bytes
Signed-off-by: NShaozhengchao <shaozhengchao@huawei.com>
Reviewed-by: NLuoshaokai <luoshaokai@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 1d6debfa
......@@ -40,8 +40,8 @@
#include "hinic_qp.h"
#include "hinic_tx.h"
#define MIN_SKB_LEN 17
#define MAX_PAYLOAD_OFFSET 221
#define MIN_SKB_LEN 32
#define MAX_PAYLOAD_OFFSET 221
#define NIC_QID(q_id, nic_dev) ((q_id) & ((nic_dev)->num_qps - 1))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册