[dpdk-dev] [PATCH] net/i40e: remove queue_stats_mapping_set
Maxime Coquelin
maxime.coquelin at redhat.com
Wed May 29 11:11:58 CEST 2019
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.
>
> Maybe the plan originally was to implement something, if that
> ever happens, just put in the right code.
>
> Fixes: 4861cde46116 ("i40e: new poll mode driver")
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> drivers/net/i40e/i40e_ethdev.c | 16 ----------------
> 1 file changed, 16 deletions(-)
>
Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>
More information about the dev
mailing list