From: David Ahern Date: Sat, 18 Dec 2021 21:10:08 +0000 (-0700) Subject: Merge branch 'vdpa-query-set-config' into next X-Git-Tag: v5.17.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1616593c626471214d56893c2440bbff1b24284;p=thirdparty%2Fiproute2.git Merge branch 'vdpa-query-set-config' into next Parav Pandit says: ==================== This series implements querying and setting of the mac address and mtu device config fields of the vdpa device of type net. An example of query and set as below. $ vdpa dev add name bar mgmtdev vdpasim_net mac 00:11:22:33:44:55 mtu 9000 $ vdpa dev config show bar: mac 00:11:22:33:44:55 link up link_announce false mtu 9000 $ vdpa dev config show -jp { "config": { "bar": { "mac": "00:11:22:33:44:55", "link ": "up", "link_announce ": false, "mtu": 1500, } } } ==================== Signed-off-by: David Ahern --- a1616593c626471214d56893c2440bbff1b24284