search for: netif

Displaying 20 results from an estimated 146 matches for "netif".

2015 Feb 09
5
extlinux installer build failed
...he syslinux-6.03 package. Unfortunately building extlinux installer failed... See error below after these command: make bios clean make bios (failed) ... ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o lwip/src/netif/ppp/vj.o lwip/src/netif/ppp/ipcp.o lwip...
2015 Feb 09
0
extlinux installer build failed
...ilding extlinux installer failed... > > See error below after these command: > make bios clean > make bios (failed) > > ... > ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o > fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o > fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o > lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o > lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o > lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o > lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o > lwip/src/netif/ppp/vj.o lwip/...
2015 Feb 09
1
extlinux installer build failed
...> > See error below after these command: > > make bios clean > > make bios (failed) > > > > ... > > ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o > > fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o > > fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o > > lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o > > lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o > > lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o > > lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o > > lwip...
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
...lu port %u", ring_ref, evtchn); --- a/drivers/xen/netback/common.h +++ b/drivers/xen/netback/common.h @@ -38,14 +38,10 @@ #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/wait.h> -#include <xen/evtchn.h> #include <xen/interface/io/netif.h> -#include <asm/io.h> -#include <asm/pgalloc.h> -#include <xen/interface/grant_table.h> -#include <xen/gnttab.h> #include <xen/driver_util.h> #include <xen/xenbus.h> +#include <xen/interface/event_channel.h> #define DPRINTK(_f, _a...) \ pr_deb...
2005 Dec 14
3
exact rate
Hello I am using htb (krenel 2.6.14.3 + esfq patch from fatooh.org) to limit the bandwidth. But I want the absolute maximum rate to be for example 5Mbit and not to exceed it. here is the script: $tc qdisc add dev ${NETIF} root handle 1 htb r2q 4 $tc class add dev ${NETIF} parent 1: classid 1:21 htb rate 5Mbit ceil 5Mbit $tc class add dev ${NETIF} parent 1:21 classid 1:101 htb rate 2Mbit ceil 5Mbit prio 1 $tc class add dev ${NETIF} parent 1:21 classid 1:102 htb rate 1Mbit ceil 5Mbit prio 2 $tc class add dev ${NETIF}...
2013 Feb 01
45
netback Oops then xenwatch stuck in D state
We''ve been hitting the following issue on a variety of hosts and recent Xen/dom0 version combinations. Here''s an excerpt from our latest: Xen: 4.1.4 (xenbits @ 23432) Dom0: 3.7.1-x86_64 BUG: unable to handle kernel NULL pointer dereference at 000000000000001c IP: [<ffffffff8141a301>] evtchn_from_irq+0x11/0x40 PGD 0 Oops: 0000 [#1] SMP Modules linked in: ebt_comment
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
...MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/kernels/3.10.0-693.2.2.el7.x86_64' CC [M] /tmp/modconfig-piDjEW/vmnet-only/driver.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/hub.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/userif.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/netif.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/bridge.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/procfs.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/smac.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/smac_compat.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/vnetEvent.o In file included from include/l...
2011 Oct 17
1
[PATCH] netback: disable features not supported by netfront
..._features mechanism. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> diff --git a/drivers/xen/netback/interface.c b/drivers/xen/netback/interface.c --- a/drivers/xen/netback/interface.c +++ b/drivers/xen/netback/interface.c @@ -98,8 +98,9 @@ static int netbk_change_mtu(struct net_d void netif_set_features(netif_t *netif) { struct net_device *dev = netif->dev; - int features = dev->features; + int features; + features = dev->features & ~(NETIF_F_SG|NETIF_F_TSO|NETIF_F_IP_CSUM); if (netif->can_sg) features |= NETIF_F_SG; if (netif->gso) __________________...
2013 Oct 10
3
[PATCH net-next v3 5/5] xen-netback: enable IPv6 TCP GSO to the guest
...mpbell@citrix.com> --- drivers/net/xen-netback/common.h | 9 +++++-- drivers/net/xen-netback/interface.c | 6 +++-- drivers/net/xen-netback/netback.c | 48 +++++++++++++++++++++++++++-------- drivers/net/xen-netback/xenbus.c | 29 +++++++++++++++++++-- include/xen/interface/io/netif.h | 1 + 5 files changed, 77 insertions(+), 16 deletions(-) diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index b4a9a3c..55b8dec 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h @@ -87,9 +87,13 @@ struct pending_tx_info {...
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered the following error at the end: rm -f liblpxelinux.a ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o ./lwip/src/netif/ppp/lcp.o ./lwip/src/netif/ppp/vj.o ./lwip/src/netif/ppp/chap.o ./lwip/src/netif/ppp/ipcp.o ./lwip/src/netif/ppp/auth.o ./lwip/src/n...
2008 Jun 02
2
problems with netback
hi I've some problems with netback 1.what's mmap_pages for, which come from balloon operation ? mmap_pages = alloc_empty_pages_and_pagevec(MAX_PENDING_REQS) 2.what's the meaning of "refcnt" defined in netif_t (netif->refcnt) 3.irq enable and disable such as disable_irq(netif->irq); why netback use such enable & disable operations while netfront dont use for its irq? 4.blank "resume" operation for netback why netfront has "resueme" defined, while not in netback? which ev...
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines Jonathan Boeing (2): fix a few typos add missing '\n' to dprintf com32/include/sys/module.h | 2 +- com32/lib/sys/module/exec.c | 4 ++-- core/fs/fs.c | 2 +- core/lwip/src/netif/undiif.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) -- 2.3.0
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 Jul 24
1
Grant-Table Enabled netif?
Earlier this month there was a patch posted for switching the network frontend/backend drivers to using grant tables. The patch won''t apply cleanly to the current tree. Is there an updated patch available? Any word on how it works, or when it might be merged into the mainline? --Michael Vrable _______________________________________________ Xen-devel mailing list
2008 May 28
3
7-STABLE: bridge and em
...UTOPTP> ifmaxaddr 0 port 7 priority 128 path cost 2000000 member: em0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP> ifmaxaddr 0 port 1 priority 128 path cost 2000000 bs1% netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.16.254 UGS 0 357 em0 127.0.0.1 127.0.0.1 UH 0 3934 lo0 192.168.16.0/24 link#1 UC 0 0 em0 192.168.16.1 00:07:e9:80:33:bc UHLW 1 16 em0 951 192.168.16.25...
2010 May 05
5
[Pv-ops][PATCH 0/4 v4] Netback multiple threads support
This is netback multithread support patchset version 4. Main Changes from v3: 1. Patchset is against xen/next tree. 2. Merge group and idx into netif->mapping. 3. Use vmalloc to allocate netbk structures. Main Changes from v2: 1. Merge "group" and "idx" into "netif->mapping", therefore page_ext is not used now. 2. Put netbk_add_netif() and netbk_remove_netif() into __netif_up() and __netif_down(). 3. Change t...
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
...d "-debugcon stdio -global isa-debugcon.iobase=0x402" to the QEMU command line. Jonathan Boeing (1): dprintf: add debug console support com32/include/dprintf.h | 2 +- com32/lib/dprintf.c | 4 ++-- com32/lib/vdprintf.c | 21 ++++++++++++++++++++- core/lwip/src/netif/undiif.c | 2 +- mk/devel.mk | 1 + 5 files changed, 25 insertions(+), 5 deletions(-) -- 2.3.0
2011 Mar 04
1
ifname in openvz container
...tos-5-x86'/> <target dir='/'/> </filesystem> <interface type='bridge'> <source bridge='br0'/> </interface> </devices> </domain> $ virsh create ovz.xml Domain 144 created from ovz.xml $ grep -i netif /etc/vz/conf/144.conf NETIF="ifname=br0,bridge=br0,mac=52:54:00:74:DD:F3,host_ifname=veth144.0,host_mac=52:54:00:06:78:76" br0 is a bridge on the server (CT0). But I would like to assign ethernet device inside VM as eth0 i.e. ifname in VM config has to be eth0. ovzkernel release is 2.6...
2006 Jul 14
1
Any ongoing effort to port /etc/rc.d/pf_boot, /etc/pf.boot.conf from NetBSD ?
Hi, [I have added freebsd-security to recipient list as I consider this issue a security risk] Paul Schenkeveld wrote: > Hello, > > On Fri, Jul 14, 2006 at 01:26:38PM +0300, Ari Suutari wrote: >> Hi, >> >> Does anyone know if there are any plans to bring >> pf boot-time protection (ie. /etc/rc.d/pf_boot and >> related config files) from NetBSD to FreeBSD
2005 Jul 12
21
Dom0 crashing on x86_64
I am seeing a problem with Dom0 crashing on x86_64 whenever I create a DomU. I''ve done some more testing, and it appears that this problem is somehow related to networking. Dom0 crashes as soon as the networking services are started when DomU is coming up. As an experiment, I brought up DomU without networking, and it stayed up. As soon as I started DomU with networking enabled, however,