fix dpdk
This commit is contained in:
parent
b57fe6e5ea
commit
76a41666a0
@ -107,7 +107,6 @@ port_init(struct device_conf *dconf)
|
|||||||
rxconf.offloads = port_conf.rxmode.offloads;
|
rxconf.offloads = port_conf.rxmode.offloads;
|
||||||
rxconf.rx_nseg = 0;
|
rxconf.rx_nseg = 0;
|
||||||
rxconf.rx_seg = nullptr;
|
rxconf.rx_seg = nullptr;
|
||||||
rxconf.rx_nmempool = 0;
|
|
||||||
txconf = dev_info.default_txconf;
|
txconf = dev_info.default_txconf;
|
||||||
txconf.offloads = port_conf.txmode.offloads;
|
txconf.offloads = port_conf.txmode.offloads;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user