[PATCH] vdpa/mlx5: Add the support of set mac address

2024-07-07 Thread Cindy Lu
Add the function to support setting the MAC address. For vdpa/mlx5, the function will use mlx5_mpfs_add_mac to set the mac address Tested in ConnectX-6 Dx device Signed-off-by: Cindy Lu --- drivers/vdpa/mlx5/net/mlx5_vnet.c | 23 +++ 1 file changed, 23 insertions(+) diff --

[PATCH v3 2/2] vdpa_sim_net: Add the support of set mac address

2024-07-07 Thread Cindy Lu
Add the function to support setting the MAC address. For vdpa_sim_net, the driver will write the MAC address to the config space, and other devices can implement their own functions to support this. Signed-off-by: Cindy Lu --- drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 19 ++- 1 file

[PATCH v3 0/2] vdpa: support set mac address from vdpa tool

2024-07-07 Thread Cindy Lu
Add support for setting the MAC address using the VDPA tool. This feature will allow setting the MAC address using the VDPA tool. For example, in vdpa_sim_net, the implementation sets the MAC address to the config space. However, for other drivers, they can implement their own function, not limited

[PATCH v3 1/2] vdpa: support set mac address from vdpa tool

2024-07-07 Thread Cindy Lu
Add new UAPI to support the mac address from vdpa tool Function vdpa_nl_cmd_dev_attr_set_doit() will get the new MAC address from the vdpa tool and then set it to the device. The usage is: vdpa dev set name vdpa_name mac **:**:**:**:**:** Here is example: root@L1# vdpa -jp dev config show vdpa0 {

Re: [PATCH v2 58/60] i2c: virtio: reword according to newest specification

2024-07-07 Thread Viresh Kumar
On 06-07-24, 13:20, Wolfram Sang wrote: > Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2 > specifications and replace "master/slave" with more appropriate terms. > > Signed-off-by: Wolfram Sang > --- > drivers/i2c/busses/i2c-virtio.c | 2 +- > 1 file changed, 1 insertion(

Re: [PATCH v4 1/2] LoongArch: KVM: Add steal time support in kvm side

2024-07-07 Thread maobibo
On 2024/7/6 下午5:41, Huacai Chen wrote: On Sat, Jul 6, 2024 at 2:59 PM maobibo wrote: Huacai, On 2024/7/6 上午11:00, Huacai Chen wrote: Hi, Bibo, On Fri, May 24, 2024 at 3:38 PM Bibo Mao wrote: Steal time feature is added here in kvm side, VM can search supported features provided by KVM

[PATCH RFC v2] mmc/virtio: Add virtio MMC driver for QEMU emulation

2024-07-07 Thread Mikhail Krasheninnikov
Introduce a new virtio MMC driver to enable virtio SD/MMC card emulation with QEMU. This driver allows emulating MMC cards in virtual environments, enhancing functionality and testing capabilities within QEMU. Link to the QEMU patch: https://lists.nongnu.org/archive/html/qemu-block/2024-07/msg0022

Re: [PATCH v2 1/8] dt-bindings: interconnect: qcom: Add Qualcomm MSM8976 NoC

2024-07-07 Thread Krzysztof Kozlowski
On 06/07/2024 16:06, Adam Skladowski wrote: > > On 7/5/24 08:55, Krzysztof Kozlowski wrote: >> On 04/07/2024 22:02, Adam Skladowski wrote: >>> Add bindings for Qualcomm MSM8976 Network-On-Chip interconnect devices. >>> >>> Signed-off-by: Adam Skladowski >>> --- >>> .../bindings/interconnect/qcom