Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-19 Thread Jason Wang
On Thu, Jan 16, 2025 at 1:27 PM Akihiko Odaki wrote: > > On 2025/01/16 10:17, Jason Wang wrote: > > On Wed, Jan 15, 2025 at 1:17 PM Akihiko Odaki > > wrote: > >> > >> On 2025/01/13 11:59, Jason Wang wrote: > >>> On Sat, Jan 11, 2025 at 1:43 PM Akihiko Odaki > >>> wrote: > > Hi Jason,

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-15 Thread Akihiko Odaki
On 2025/01/16 10:17, Jason Wang wrote: On Wed, Jan 15, 2025 at 1:17 PM Akihiko Odaki wrote: On 2025/01/13 11:59, Jason Wang wrote: On Sat, Jan 11, 2025 at 1:43 PM Akihiko Odaki wrote: Hi Jason, Can you check this patch again? I would like to have this if 1) it would be used by libvirt.

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-15 Thread Jason Wang
On Wed, Jan 15, 2025 at 1:17 PM Akihiko Odaki wrote: > > On 2025/01/13 11:59, Jason Wang wrote: > > On Sat, Jan 11, 2025 at 1:43 PM Akihiko Odaki > > wrote: > >> > >> Hi Jason, > >> > >> Can you check this patch again? > > > > I would like to have this if > > > > 1) it would be used by libvirt.

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-14 Thread Akihiko Odaki
On 2025/01/13 11:59, Jason Wang wrote: On Sat, Jan 11, 2025 at 1:43 PM Akihiko Odaki wrote: Hi Jason, Can you check this patch again? I would like to have this if 1) it would be used by libvirt. or 2) there's no other way to do this I need this to make QEMU work with macvtap on mkosi,

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-12 Thread Jason Wang
On Sat, Jan 11, 2025 at 1:43 PM Akihiko Odaki wrote: > > Hi Jason, > > Can you check this patch again? I would like to have this if 1) it would be used by libvirt. or 2) there's no other way to do this Thanks > > Regards, > Akihiko Odaki > > On 2024/10/22 13:59, Akihiko Odaki wrote: > > On 2

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2025-01-10 Thread Akihiko Odaki
Hi Jason, Can you check this patch again? Regards, Akihiko Odaki On 2024/10/22 13:59, Akihiko Odaki wrote: On 2024/10/18 17:10, Jason Wang wrote: On Sat, Oct 12, 2024 at 5:05 PM Akihiko Odaki wrote: On 2024/10/09 16:41, Jason Wang wrote: On Tue, Oct 8, 2024 at 2:52 PM Akihiko Odaki wrote

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2024-10-21 Thread Akihiko Odaki
On 2024/10/18 17:10, Jason Wang wrote: On Sat, Oct 12, 2024 at 5:05 PM Akihiko Odaki wrote: On 2024/10/09 16:41, Jason Wang wrote: On Tue, Oct 8, 2024 at 2:52 PM Akihiko Odaki wrote: ipvtap and macvtap create a file for each interface unlike tuntap, which creates one file shared by all int

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2024-10-18 Thread Jason Wang
On Sat, Oct 12, 2024 at 5:05 PM Akihiko Odaki wrote: > > On 2024/10/09 16:41, Jason Wang wrote: > > On Tue, Oct 8, 2024 at 2:52 PM Akihiko Odaki > > wrote: > >> > >> ipvtap and macvtap create a file for each interface unlike tuntap, which > >> creates one file shared by all interfaces. Try to op

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2024-10-12 Thread Akihiko Odaki
On 2024/10/09 16:41, Jason Wang wrote: On Tue, Oct 8, 2024 at 2:52 PM Akihiko Odaki wrote: ipvtap and macvtap create a file for each interface unlike tuntap, which creates one file shared by all interfaces. Try to open a file dedicated to the interface first for ipvtap and macvtap. Manageme

Re: [PATCH] tap-linux: Open ipvtap and macvtap

2024-10-09 Thread Jason Wang
On Tue, Oct 8, 2024 at 2:52 PM Akihiko Odaki wrote: > > ipvtap and macvtap create a file for each interface unlike tuntap, which > creates one file shared by all interfaces. Try to open a file dedicated > to the interface first for ipvtap and macvtap. > Management layers usually pass these fds vi

[PATCH] tap-linux: Open ipvtap and macvtap

2024-10-07 Thread Akihiko Odaki
ipvtap and macvtap create a file for each interface unlike tuntap, which creates one file shared by all interfaces. Try to open a file dedicated to the interface first for ipvtap and macvtap. Signed-off-by: Akihiko Odaki --- net/tap-linux.c | 17 ++--- 1 file changed, 14 insertions(+