Re: [dpdk-dev] [PATCH] net/i40e: remove queue_stats_mapping_set

2019-06-18 Thread Zhang, Qi Z
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Wednesday, May 29, 2019 5:12 PM > To: Stephen Hemminger ; Xing, Beilei > ; Zhang, Qi Z > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove queue_stats_mappin

Re: [dpdk-dev] [PATCH] net/i40e: remove queue_stats_mapping_set

2019-05-29 Thread Maxime Coquelin
On 5/28/19 9:43 PM, Stephen Hemminger wrote: This driver was inserting its own stub for queue_stats_mapping which did nothing but cause this device to return a different errno than every other device driver. All devices that don't implement queue stats mapping should return the same error. M