summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorQuinn Tran <quinn.tran@cavium.com>2017-12-28 12:33:24 -0800
committerMartin K. Petersen <martin.petersen@oracle.com>2018-01-03 23:41:06 -0500
commit9cd883f07a54e5301d51e259acd250bb035996be (patch)
tree372af187aaf712d28ebfeab37c551fc325802a09 /tools/perf/scripts/python/export-to-postgresql.py
parent94d83e3641765e08076efc93632eab579c0397e2 (diff)
downloadkernel-9cd883f07a54e5301d51e259acd250bb035996be.tar.gz
scsi: qla2xxx: Fix session cleanup for N2N
When connection type is N_Port to N_Port (point-to-point), there is a possibilty where initiator will not send PLOGI request and will directly send PRLI. In N2N connection the port has higher port name sends the PLOGI but not allow to send PRLI if is a target mode. Only initiator is allowed to send PRLI. Current driver code deletes old session when it receives PLOGI request. If we will not receive PLOGI request then we will not delete old session and create new session. Add check for N2N with PRLI receive only and trigger cleanup. For this case, the cleanup requires individual cmd abort instead of using implicit logout as a broad stroke flush. Signed-off-by: Krishna Kant <krishna.kant@purestorage.com> Signed-off-by: Alexei Potashnik <alexei@purestorage.com> Signed-off-by: Quinn Tran <quinn.tran@cavium.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
linux-6.6.y&id=e5488ce56995e987a0cf9689e190b712a616a980'>myri10ge: update version to 1.5.0-1.415Brice Goglin 2009-05-19myri10ge: allow LRO to be enabled via ethtoolBrice Goglin 2009-04-17myri10ge: fix compile errorAndrew Gallatin 2009-04-16myri10ge: fix tx ring size in ethtool -gBrice Goglin 2009-04-16myri10ge: add MODULE_DEVICE_TABLEBrice Goglin 2009-04-16myri10ge: allow per-board firmware overridingBrice Goglin 2009-04-16myri10ge: force stats update in ethtool gstatsBrice Goglin 2009-04-15myr10ge: again fix lro_gen_skb() alignmentStanislaw Gruszka 2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang 2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang