net/idpf: fix port start
Port can't start successfully if stopping port and starting port again. This patch fixes port start by initialization. Fixes: e9ff6df15b9a ("net/idpf: stop before closing device") Signed-off-by: Beilei Xing <beilei.xing@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
21e471abb5
commit
477512896b
@ -552,6 +552,8 @@ idpf_dev_start(struct rte_eth_dev *dev)
|
||||
uint16_t req_vecs_num;
|
||||
int ret;
|
||||
|
||||
vport->stopped = 0;
|
||||
|
||||
if (dev->data->mtu > vport->max_mtu) {
|
||||
PMD_DRV_LOG(ERR, "MTU should be less than %d", vport->max_mtu);
|
||||
ret = -EINVAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user