> -----Original Message-----
> From: Zhang, AlvinX
> Sent: Friday, September 20, 2019 6:23 PM
> To: Zhang, Qi Z <qi.z.zh...@intel.com>
> Cc: dev@dpdk.org; Zhang, AlvinX <alvinx.zh...@intel.com>
> Subject: [PATCH v7] net/i40e: limit the number of VF messages
>
> From: Alvin Zhang <alvinx.zh...@intel.com>
>
> PF driver supportes counting VF adminQ messages. If any VF driver sending
> much more adminQ messages to it's PF driver in a period of time, it will
> trigger
> the PF's message limiting, then in the next certain amount of seconds the PF
> driver will ignore any new adminQ message from that VF.
>
> Signed-off-by: Alvin Zhang <alvinx.zh...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>