Re: [vpp-dev] rx-miss forever i40e VF when mtu is set when link is up

2021-10-07 Thread Benoit Ganne (bganne) via lists.fd.io
> This is the code snippet from DPDK 19.11 i40evf PMD on setting mtu > which would fail if port/device is already started. Does vppctl set > interface mtu command stops, sets mtu and then starts the device or is > this NIC specific? What is the approach or advice dealing with NIC > specific limitat

Re: [vpp-dev] rx-miss forever i40e VF when mtu is set when link is up

2021-10-06 Thread PRANAB DAS
static inti40evf_dev_mtu_set (struct rte_eth_dev *dev, uint16_t mtu){ struct i40e_vf *vf = I40EVF_DEV_PRIVATE_TO_VF

Re: [vpp-dev] rx-miss forever i40e VF when mtu is set when link is up

2021-10-06 Thread PRANAB DAS
Hi, This is the code snippet from DPDK 19.11 i40evf PMD on setting mtu which would fail if port/device is already started. Does vppctl set interface mtu command stops, sets mtu and then starts the device or is this NIC specific? What is the approach or advice dealing with NIC specific limitations