search for: ens4

Displaying 20 results from an estimated 24 matches for "ens4".

Did you mean: ens
2016 Feb 06
1
set a different default gateway in an isolated network
...' gateway='10.10.0.7'/> </network> When looking on the VM (guest) the route is not correctly set route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.10.0.0 0.0.0.0 255.255.255.0 U 100 0 0 ens4 arp -a ? (10.10.0.1) at 52:54:00:08:1e:d8 [ether] on ensue ifconfig ens4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.10.0.27 netmask 255.255.255.0 broadcast 10.10.0.255 inet6 fe80::5054:10ff:fe4c:b261 prefixlen 64 scopeid 0x20<link> ether 52...
2023 Mar 07
2
[PATCH net 0/2] add checking sq is full inside xdp xmit
...Mar 06, 2023 at 12:15:33PM +0800, Xuan Zhuo wrote: > > > If the queue of xdp xmit is not an independent queue, then when the xdp > > > xmit used all the desc, the xmit from the __dev_queue_xmit() may encounter > > > the following error. > > > > > > net ens4: Unexpected TXQ (0) queue failure: -28 > > > > > > This patch adds a check whether sq is full in XDP Xmit. > > > > > > Thanks. > > > > Acked-by: Michael S. Tsirkin <mst at redhat.com> > > > > needed for stable? > > Yes i t...
2023 Mar 06
4
[PATCH net 0/2] add checking sq is full inside xdp xmit
If the queue of xdp xmit is not an independent queue, then when the xdp xmit used all the desc, the xmit from the __dev_queue_xmit() may encounter the following error. net ens4: Unexpected TXQ (0) queue failure: -28 This patch adds a check whether sq is full in XDP Xmit. Thanks. Xuan Zhuo (2): virtio_net: separate the logic of checking whether sq is full virtio_net: add checking sq is full inside xdp xmit drivers/net/virtio_net.c | 78 ++++++++++++++++++++++++----...
2019 Feb 22
15
net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
Sorry for replying to this ancient thread. There was some remaining issue that I don't think the initial net_failover patch got addressed cleanly, see: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 The renaming of 'eth0' to 'ens4' fails because the udev userspace was not specifically writtten for such kernel automatic enslavement. Specifically, if it is a bond or team, the slave would typically get renamed *before* virtual device gets created, that's what udev can control (without getting netdev opened early by the...
2019 Feb 27
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...t; > > > > > > > > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > > > > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > > > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > > > > > > > Specifically, if it is a bond or team, the slave would typically get > > &gt...
2019 Feb 28
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...t; > > > > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > > > > > > > > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > > > > > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > > > > > > > > > Specifically, if it is a bond or team, the slave would typical...
2019 Feb 28
1
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...t; > > > > > > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > > > > > > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > > > > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > > > > > > > > Specifically, if it is a bond or team, the slave would typically get &gt...
2018 Nov 13
4
Online Backup fails
On Tue, 13 Nov 2018 12:36:20 +0100 admins aixtema via samba <samba at lists.samba.org> wrote: > Did all your advices, but nothing works > > it still creates the tempRANDOMID folder wtih > > bind-dns/empty > etc/smb.conf > private/all contains from var/lib/samba/private > state/sysvol > > > but the dns still fails with the same error as my first post I
2023 Mar 08
3
[PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
If the queue of xdp xmit is not an independent queue, then when the xdp xmit used all the desc, the xmit from the __dev_queue_xmit() may encounter the following error. net ens4: Unexpected TXQ (0) queue failure: -28 This patch adds a check whether sq is full in XDP Xmit. Thanks. v1: 1. rename to check_sq_full_and_disable 2. reorder some funcs to avoid declaration Xuan Zhuo (3): virtio_net: reorder some funcs virtio_net: separate the logic of checking wheth...
2019 Feb 26
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...ddressed > > > > > > > cleanly, see: > > > > > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > > > Specifically, if it is a bond or team, the slave would typically get > > > > > > > renamed *before* v...
2017 May 31
1
Unable_to_migrate_shares_from_AD_to_file_server
...alm = SJCLAB2.LOCAL wins server = SJCLAB2.LOCAL password server = SJCLAB2.LOCAL server string = %h server (Samba, Ubuntu) domain master = no local master = no preferred master = no printcap name = /etc/printcap load printers = no dns proxy = no interfaces = 127.0.0.0/8 ens4 bind interfaces only = yes log file = /var/log/samba/log.%m log level = 10 max log size = 1000 panic action = /usr/share/samba/panic-action %d server role = member server passdb backend = tdbsam map untrusted to domain = Yes obey pam restrictions = yes unix password sy...
2019 Feb 27
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...gt; cleanly, see: > > > > > > > > > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > > > > > Specifically, if it is a bond or team, the slave would typically get > > > > > > &gt...
2019 Feb 27
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...>>>>>>>> cleanly, see: > >>>>>>>> > >>>>>>>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > >>>>>>>> > >>>>>>>> The renaming of 'eth0' to 'ens4' fails because the udev userspace was > >>>>>>>> not specifically writtten for such kernel automatic enslavement. > >>>>>>>> Specifically, if it is a bond or team, the slave would typically get > >>>>>>>> renamed *...
2018 Nov 13
4
Online Backup fails
...c/krb5.conf > > [libdefaults] > >         default_realm = AIXTEMA.DE > >         dns_lookup_realm = false > >         dns_lookup_kdc = true > > > > > > smb.conf > > > > # Global parameters > > [global] > >         interfaces = ens4 > >         log file = /var/log/samba/%m.log > >         logging = file > >         netbios name = PHOENIX > >         realm = AIXTEMA.DE > >         workgroup = AIXTEMA > >         server role = active directory domain controller > >         server...
2016 Feb 08
0
route seems to be not affecting the network behavior
...ay='10.10.0.7'/> </network> And here is what I get on the guest VM connected to the pre-private-lan route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.10.0.0 0.0.0.0 255.255.255.0 U 100 0 0 ens4 Can someone help me or tell me what to do ? What I’m a bit surprise is the file //var/lib/libvirt/dnsmasq/prd-private-lan.conf doesn’t contain any clause defining the new gateway. Something like ‘dhcp-option=3,10.10.0.7' strict-order no-resolv server=8.8.4.4 server=8.8.8.8 domain=prd.pipich...
2023 Mar 08
0
[PATCH net, stable v1 3/3] virtio_net: add checking sq is full inside xdp xmit
...; On 2023/3/8 10:49, Xuan Zhuo wrote: > >>> If the queue of xdp xmit is not an independent queue, then when the xdp > >>> xmit used all the desc, the xmit from the __dev_queue_xmit() may encounter > >>> the following error. > >>> > >>> net ens4: Unexpected TXQ (0) queue failure: -28 > >>> > >>> This patch adds a check whether sq is full in xdp xmit. > >>> > >>> Fixes: 56434a01b12e ("virtio_net: add XDP_TX support") > >>> Reported-by: Yichun Zhang <yichun at openresty...
2019 Feb 22
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...thread. There was some remaining >>> issue that I don't think the initial net_failover patch got addressed >>> cleanly, see: >>> >>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 >>> >>> The renaming of 'eth0' to 'ens4' fails because the udev userspace was >>> not specifically writtten for such kernel automatic enslavement. >>> Specifically, if it is a bond or team, the slave would typically get >>> renamed *before* virtual device gets created, that's what udev can >>>...
2018 Nov 13
0
Online Backup fails
...xineohp xineohp.aixtema.de cat /etc/resolv.conf search phoenix.aixtema.de nameserver 192.168.1.123 cat /etc/krb5.conf [libdefaults] default_realm = AIXTEMA.DE dns_lookup_realm = false dns_lookup_kdc = true smb.conf # Global parameters [global] interfaces = ens4 log file = /var/log/samba/%m.log logging = file netbios name = PHOENIX realm = AIXTEMA.DE workgroup = AIXTEMA server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd,...
2019 Feb 22
0
[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
...n't think the initial net_failover patch got addressed > > > > > cleanly, see: > > > > > > > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815268 > > > > > > > > > > The renaming of 'eth0' to 'ens4' fails because the udev userspace was > > > > > not specifically writtten for such kernel automatic enslavement. > > > > > Specifically, if it is a bond or team, the slave would typically get > > > > > renamed *before* virtual device gets created, th...
2023 Aug 16
1
[PATCH vhost v13 05/12] virtio_ring: introduce virtqueue_dma_dev()
On Wed, Aug 16, 2023 at 10:24?AM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > On Wed, 16 Aug 2023 10:19:34 +0800, Jason Wang <jasowang at redhat.com> wrote: > > On Wed, Aug 16, 2023 at 10:16?AM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > > > > > On Wed, 16 Aug 2023 09:13:48 +0800, Jason Wang <jasowang at redhat.com> wrote: >