mbox series

[v4,0/1] vdpa: Add support for setting the MAC address in vDPA tool

Message ID 20241029084144.561035-1-lulu@redhat.com (mailing list archive)
Headers show
Series vdpa: Add support for setting the MAC address in vDPA tool | expand

Message

Cindy Lu Oct. 29, 2024, 8:40 a.m. UTC
This patch is add support for set MAC address in vdpa tool

changset in v4
1. Sync with the latest upstream code.
2. Address the comments in v2 and remove the MTU-related code,
   as this part was missed in the previous version.
   
Tested in Mellanox ConnectX-6 Dx card

Cindy Lu (1):
  vdpa: Add support for setting the MAC address in vDPA tool.

 man/man8/vdpa-dev.8 | 20 ++++++++++++++++++++
 vdpa/vdpa.c         | 18 ++++++++++++++++++
 2 files changed, 38 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2024, 11:30 p.m. UTC | #1
Hello:

This patch was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Tue, 29 Oct 2024 16:40:06 +0800 you wrote:
> This patch is add support for set MAC address in vdpa tool
> 
> changset in v4
> 1. Sync with the latest upstream code.
> 2. Address the comments in v2 and remove the MTU-related code,
>    as this part was missed in the previous version.
> 
> [...]

Here is the summary with links:
  - [v4,1/1] vdpa: Add support for setting the MAC address in vDPA tool.
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9fe68807db20

You are awesome, thank you!