Re: [dpdk-dev] [PATCH v2 0/2] fix testpmd quit error after FDIR rule created

2019-11-18 Thread Ye Xiaolong
On 11/19, Yahui Cao wrote: >This patch series fixes FDIR error when immediately quit without >flushing FDIR rule in testpmd. > >- Patch 1 adds programming status check mechanism to monitor FDIR status. >- Patch 2 moves FDIR queue irq config out of device start/stop. > >-- >v2: >* Seperate FDIR/LAN

Re: [dpdk-dev] [PATCH v2 0/2] fix testpmd quit error after FDIR rule created

2019-11-18 Thread Zhang, Qi Z
> -Original Message- > From: Cao, Yahui > Sent: Tuesday, November 19, 2019 6:24 AM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Zhang, Qi Z ; Cao, Yahui > ; Ye, Xiaolong ; Xing, Beilei > > Subject: [PATCH v2 0/2] fix testpmd quit error after FDIR rule created > > This patch

[dpdk-dev] [PATCH v2 0/2] fix testpmd quit error after FDIR rule created

2019-11-18 Thread Yahui Cao
This patch series fixes FDIR error when immediately quit without flushing FDIR rule in testpmd. - Patch 1 adds programming status check mechanism to monitor FDIR status. - Patch 2 moves FDIR queue irq config out of device start/stop. -- v2: * Seperate FDIR/LAN queue irq config Yahui Cao (2): n