[dpdk-dev] [RFC] remove unused functions

Stephen Hemminger stephen at networkplumber.org
Thu Nov 19 20:01:14 CET 2020


On Thu, 19 Nov 2020 03:52:36 +0000
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

>  drivers/net/netvsc/hn_rndis.c                 |   31 -
>  drivers/net/netvsc/hn_rndis.h                 |    1 -
>  drivers/net/netvsc/hn_var.h                   |    3 -
>  drivers/net/netvsc/hn_vf.c                    |   25 -


Thanks this found some real bugs.
  1. The get_supported_ptypes is wrong, the driver should just not support it.
  2. VF stats need to get reset
  3. VX tx_queue release call needs to be added.

Sent tentative patches off for testing.


More information about the dev mailing list