]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: remove obsolete check for DEVLINK_CMD_ESWITCH_GET
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 8 Dec 2022 09:45:20 +0000 (09:45 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 12 Dec 2022 10:36:10 +0000 (10:36 +0000)
commit21f2b9cf9dad5fa5b9e512f9443197a79263036e
tree5ad4707aa48c5293a57d655c44bfecf9c389bdbe
parent2b23e72599a946427b72ca05ad3ced09658554d5
meson: remove obsolete check for DEVLINK_CMD_ESWITCH_GET

The DEVLINK_CMD_ESWITCH_GET constant was introduced to Linux in

  commit adf200f31c000d707e4afe238ed1d1199e0cce7c
  Author: Jiri Pirko <jiri@mellanox.com>
  Date:   Thu Feb 9 15:54:33 2017 +0100

    devlink: fix the name of eswitch commands

This is old enough that all our supported platforms can be assumed
to have this feature.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build
src/util/virnetdev.c