index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
mlx5
/
net
/
mlx5_vnet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
vdpa/mlx5: Postpone MR deletion
Dragos Tatulea
1
-2
/
+2
2024-09-25
vdpa/mlx5: Introduce init/destroy for MR resources
Dragos Tatulea
1
-2
/
+7
2024-09-25
vdpa/mlx5: Rename mr_mtx -> lock
Dragos Tatulea
1
-2
/
+2
2024-09-25
vdpa/mlx5: Extract mr members in own resource struct
Dragos Tatulea
1
-18
/
+18
2024-09-25
vdpa/mlx5: Rename function
Dragos Tatulea
1
-4
/
+4
2024-09-25
vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command
Dragos Tatulea
1
-10
/
+12
2024-09-25
vdpa/mlx5: Small improvement for change_num_qps()
Dragos Tatulea
1
-10
/
+11
2024-09-25
vdpa/mlx5: Keep notifiers during suspend but ignore
Dragos Tatulea
1
-2
/
+4
2024-09-25
vdpa/mlx5: Parallelize device resume
Dragos Tatulea
1
-26
/
+14
2024-09-25
vdpa/mlx5: Parallelize device suspend
Dragos Tatulea
1
-27
/
+29
2024-09-25
vdpa/mlx5: Use async API for vq modify commands
Dragos Tatulea
1
-48
/
+106
2024-09-25
vdpa/mlx5: Use async API for vq query command
Dragos Tatulea
1
-25
/
+76
2024-09-25
vdpa/mlx5: Introduce error logging function
Dragos Tatulea
1
-12
/
+12
2024-09-10
vdpa/mlx5: Add the support of set mac address
Cindy Lu
1
-0
/
+28
2024-07-09
vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()
Dragos Tatulea
1
-0
/
+3
2024-07-09
vdpa/mlx5: Don't reset VQs more than necessary
Dragos Tatulea
1
-3
/
+27
2024-07-09
vdpa/mlx5: Re-create HW VQs under certain conditions
Dragos Tatulea
1
-0
/
+15
2024-07-09
vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
Dragos Tatulea
1
-5
/
+32
2024-07-09
vdpa/mlx5: Use suspend/resume during VQP change
Dragos Tatulea
1
-3
/
+11
2024-07-09
vdpa/mlx5: Forward error in suspend/resume device
Dragos Tatulea
1
-4
/
+8
2024-07-09
vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
Dragos Tatulea
1
-12
/
+6
2024-07-09
vdpa/mlx5: Add error code for suspend/resume VQ
Dragos Tatulea
1
-23
/
+54
2024-07-09
vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
Dragos Tatulea
1
-2
/
+22
2024-07-09
vdpa/mlx5: Allow creation of blank VQs
Dragos Tatulea
1
-30
/
+55
2024-07-09
vdpa/mlx5: Set mkey modified flags on all VQs
Dragos Tatulea
1
-1
/
+1
2024-07-09
vdpa/mlx5: Start off rqt_size with max VQPs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Set an initial size on the VQ
Dragos Tatulea
1
-3
/
+3
2024-07-09
vdpa/mlx5: Add support for modifying the VQ features field
Dragos Tatulea
1
-1
/
+11
2024-07-09
vdpa/mlx5: Add support for modifying the virtio_version VQ field
Dragos Tatulea
1
-0
/
+16
2024-07-09
vdpa/mlx5: Rename init_mvqs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clear and reinitialize software VQ data on reset
Dragos Tatulea
1
-13
/
+3
2024-07-09
vdpa/mlx5: Initialize and reset device with one queue pair
Dragos Tatulea
1
-11
/
+12
2024-07-09
vdpa/mlx5: Remove duplicate suspend code
Dragos Tatulea
1
-6
/
+1
2024-07-09
vdpa/mlx5: Iterate over active VQs during suspend/resume
Dragos Tatulea
1
-2
/
+2
2024-07-09
vdpa/mlx5: Drop redundant check in teardown_virtqueues()
Dragos Tatulea
1
-8
/
+2
2024-07-09
vdpa/mlx5: Drop redundant code
Dragos Tatulea
1
-6
/
+0
2024-07-09
vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clarify meaning thorough function rename
Dragos Tatulea
1
-14
/
+14
2024-03-19
vdpa/mlx5: Allow CVQ size changes
Jonah Palmer
1
-4
/
+9
2024-01-10
vdpa/mlx5: Add mkey leak detection
Dragos Tatulea
1
-0
/
+2
2024-01-10
vdpa/mlx5: Introduce reference counting to mrs
Dragos Tatulea
1
-7
/
+38
2024-01-10
vdpa/mlx5: Use vq suspend/resume during .set_map
Dragos Tatulea
1
-8
/
+38
2024-01-10
vdpa/mlx5: Mark vq state for modification in hw vq
Dragos Tatulea
1
-0
/
+8
2024-01-10
vdpa/mlx5: Mark vq addrs for modification in hw vq
Dragos Tatulea
1
-0
/
+9
2024-01-10
vdpa/mlx5: Introduce per vq and device resume
Dragos Tatulea
1
-7
/
+62
2024-01-10
vdpa/mlx5: Allow modifying multiple vq fields in one modify command
Dragos Tatulea
1
-8
/
+40
2023-12-01
vdpa/mlx5: preserve CVQ vringh index
Steve Sistare
1
-1
/
+6
2023-11-01
vdpa/mlx5: implement .reset_map driver op
Si-Wei Liu
1
-3
/
+24
2023-11-01
mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK
Eugenio PĂ©rez
1
-0
/
+7
2023-11-01
vdpa/mlx5: Update cvq iotlb mapping on ASID change
Dragos Tatulea
1
-1
/
+8
[next]