summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorZhu Lingshan <lingshan.zhu@intel.com>2022-09-29 09:45:52 +0800
committerMichael S. Tsirkin <mst@redhat.com>2022-10-07 20:00:42 -0400
commit8a505711fa2749a43bc3208f0c75f57b6491fec4 (patch)
treef1186c263bed158fce0d985a4336439198dc5904 /tools/perf/scripts/python/bin/stackcollapse-report
parentc6dac2ecfa36a73ffec65a869f34274f08ccbd4f (diff)
downloadkernel-8a505711fa2749a43bc3208f0c75f57b6491fec4.tar.gz
vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
virtio 1.2 spec says: max_virtqueue_pairs only exists if VIRTIO_NET_F_MQ or VIRTIO_NET_F_RSS is set. So when reporint MQ to userspace, it should check both VIRTIO_NET_F_MQ and VIRTIO_NET_F_RSS. unused parameter struct vdpa_device *vdev is removed Signed-off-by: Zhu Lingshan <lingshan.zhu@intel.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220929014555.112323-4-lingshan.zhu@intel.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
/td>Andy Shevchenko 2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun 2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun 2024-02-26gpio: provide for_each_hwgpio()Bartosz Golaszewski 2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski 2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBKrzysztof Kozlowski 2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski 2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski 2024-02-12gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski 2024-01-29gpio: improve the API contract for setting directionBartosz Golaszewski 2024-01-29gpio: unexport GPIO irq domain functions only used internallyBartosz Golaszewski