This commit is contained in:
quackerd 2023-12-06 03:38:32 +08:00
parent b57fe6e5ea
commit 76a41666a0
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ port_init(struct device_conf *dconf)
rxconf.offloads = port_conf.rxmode.offloads;
rxconf.rx_nseg = 0;
rxconf.rx_seg = nullptr;
rxconf.rx_nmempool = 0;
txconf = dev_info.default_txconf;
txconf.offloads = port_conf.txmode.offloads;