Re: [PATCH v1 3/4] linux-user: add target to host netlink conversions

2023-02-20 Thread Mathis MARION
On 20/02/2023 08:22, Philippe Mathieu-Daudé wrote: On 17/2/23 17:35, Mathis Marion wrote: From: Mathis Marion Added conversions for: - IFLA_MTU - IFLA_TXQLEN - IFLA_AF_SPEC AF_INET6 IFLA_INET6_ADDR_GEN_MODE These relate to the libnl functions rtnl_link_set_mtu, rtnl_link_set_txqlen, and rtnl_l

Re: [PATCH v1 3/4] linux-user: add target to host netlink conversions

2023-02-20 Thread Philippe Mathieu-Daudé
On 20/2/23 09:24, Mathis MARION wrote: On 20/02/2023 08:22, Philippe Mathieu-Daudé wrote: On 17/2/23 17:35, Mathis Marion wrote: From: Mathis Marion Added conversions for: - IFLA_MTU - IFLA_TXQLEN - IFLA_AF_SPEC AF_INET6 IFLA_INET6_ADDR_GEN_MODE These relate to the libnl functions rtnl_link_s

Re: [PATCH v1 3/4] linux-user: add target to host netlink conversions

2023-02-19 Thread Philippe Mathieu-Daudé
On 17/2/23 17:35, Mathis Marion wrote: From: Mathis Marion Added conversions for: - IFLA_MTU - IFLA_TXQLEN - IFLA_AF_SPEC AF_INET6 IFLA_INET6_ADDR_GEN_MODE These relate to the libnl functions rtnl_link_set_mtu, rtnl_link_set_txqlen, and rtnl_link_inet6_set_addr_gen_mode. Signed-off-by: Mathis

[PATCH v1 3/4] linux-user: add target to host netlink conversions

2023-02-17 Thread Mathis Marion
From: Mathis Marion Added conversions for: - IFLA_MTU - IFLA_TXQLEN - IFLA_AF_SPEC AF_INET6 IFLA_INET6_ADDR_GEN_MODE These relate to the libnl functions rtnl_link_set_mtu, rtnl_link_set_txqlen, and rtnl_link_inet6_set_addr_gen_mode. Signed-off-by: Mathis Marion --- linux-user/fd-trans.c | 64 +