summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2012-05-05 05:32:52 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2012-07-19 18:19:37 -0700
commit7fa7c9dcadcff800a897232204e2128e92dd44cd (patch)
treed621413ba6b799755402f429cd5bb45bf3b98315 /tools/perf/scripts/python/call-graph-from-sql.py
parent7c8ae65a6248518b2775a03129424a7e08fd058a (diff)
downloadkernel-7fa7c9dcadcff800a897232204e2128e92dd44cd.tar.gz
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
This change corrects an issue in which an FCoE enabled adapter was always setting the FCoE SAN MAC MPSAR register to 0x1. This results in the first VF being assigned the SAN MAC address in the case of SR-IOV and as such is incorrect. To resolve this I am adding a new function that will update the SAN MAC pool address after reset. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
id=8999dc89497ab1c80d0718828e838c7cd5f6bffe'>net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing 2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang 2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang 2020-02-16net: x25: convert to list_for_each_entry_safe()chenqiwu 2020-01-09net/x25: fix nonblocking connectMartin Schiller 2019-12-09net/x25: add new state X25_STATE_5Martin Schiller 2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet 2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet 2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann 2019-03-11net/x25: reset state in x25_connect()Eric Dumazet 2019-03-10net/x25: fix use-after-free in x25_device_event()Eric Dumazet 2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet 2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet 2018-11-29net/x25: handle call collisionsMartin Schiller 2018-11-29net/x25: fix null_x25_address handlingMartin Schiller 2018-11-29net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller 2018-07-24x25: remove blank lines at EOFStephen Hemminger 2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds