/openbmc/linux/drivers/vdpa/alibaba/ |
H A D | eni_vdpa.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/virtio_pci/ |
H A D | vp_vdpa.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_vdpa.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | vduse_dev.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | vdpa.h | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/ |
H A D | vdpa.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vhost/ |
H A D | vdpa.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/linux/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | diff a64917bc2e9b1e0aa716b783c4ec879fdd280300 Wed Jan 05 05:46:33 CST 2022 Eli Cohen <elic@nvidia.com> vdpa: Provide interface to read driver features
Provide an interface to read the negotiated features. This is needed when building the netlink message in vdpa_dev_net_config_fill().
Also fix the implementation of vdpa_dev_net_config_fill() to use the negotiated features instead of the device features.
To make APIs clearer, make the following name changes to struct vdpa_config_ops so they better describe their operations:
get_features -> get_device_features set_features -> set_driver_features
Finally, add get_driver_features to return the negotiated features and add implementation to all the upstream drivers.
Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220105114646.577224-2-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|