summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorSaeed Mahameed <saeedm@mellanox.com>2016-02-09 14:57:44 +0200
committerDavid S. Miller <davem@davemloft.net>2016-02-16 15:21:47 -0500
commitb0eed40ea15235b1dd138093901569077ba532ee (patch)
tree5e0b852d33f65cc72c30fdac8ae787cbb4140575 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentb236872739df6410c7c60874ff8f3fb188ffb9d0 (diff)
net/mlx5e: Use static constant netdevice ndos
Currently our netdevice ops is a one static global variable which is referenced by all mlx5e netdevice instances. This can be problematic when different driver instances do not share same HW capabilities (e.g SRIOV PF and VFs probed to the host). Now we have two constant global netdevice ops variables, one for basic netdevice ops and the other with extended SRIOV ops, on netdevice construction we choose the one suitable for current device capabilities. Fixes: 66e49dedada6 ("net/mlx5e: Add support for SR-IOV ndos") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions