Re: [dpdk-dev] [v1] net/i40e: fix RX/TX setup when restart port

2018-11-29 Thread Yan, Zhirun
Hi Ilya, > -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Wednesday, November 28, 2018 5:32 PM > To: Yan, Zhirun ; dev@dpdk.org; Zhang, Qi Z > > Cc: Wang, Haiyue > Subject: Re: [v1] net/i40e: fix RX/TX setup when restart port > > On 28.11.2018 19:51, Zh

Re: [dpdk-dev] [v1] net/i40e: fix RX/TX setup when restart port

2018-11-28 Thread Ilya Maximets
On 28.11.2018 19:51, Zhirun Yan wrote: > Before this patch, there are two functions that will clear RX/TX queues > number: rte_eth_dev_close() and i40e_dev_free_queues(). But if also > i40e_dev_free_queues() clear it, RX/TX queues will not set up correctly > when restart port. According to DPDK AP