Re: [dpdk-dev] [PATCH v8] net/i40e: limit the number of VF messages

2019-09-24 Thread Ye Xiaolong
On 09/24, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >PF driver supports counting VF adminQ messages. If any VF driver >sends much more adminQ messages to its PF driver in a period of >time, it will trigger the PF's message limitation, then in the >next certain amount of seconds the PF dri

[dpdk-dev] [PATCH v8] net/i40e: limit the number of VF messages

2019-09-23 Thread alvinx . zhang
From: Alvin Zhang PF driver supports counting VF adminQ messages. If any VF driver sends much more adminQ messages to its PF driver in a period of time, it will trigger the PF's message limitation, then in the next certain amount of seconds the PF driver will ignore any new adminQ message from th