> -----Original Message----- > From: Maxime Coquelin [mailto:[email protected]] > Sent: Wednesday, May 29, 2019 5:12 PM > To: Stephen Hemminger <[email protected]>; Xing, Beilei > <[email protected]>; Zhang, Qi Z <[email protected]> > Cc: [email protected] > Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove queue_stats_mapping_set > > > > 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 <[email protected]> > > --- > > drivers/net/i40e/i40e_ethdev.c | 16 ---------------- > > 1 file changed, 16 deletions(-) > > > > > Acked-by: Maxime Coquelin <[email protected]>
Applied to dpdk-next-net-intel. Thanks Qi

