search for: dsfield

Displaying 7 results from an estimated 7 matches for "dsfield".

2004 Feb 08
2
xeno-1.2.bk compilation question?
...s. Any pointers will be appreciated. -ishwar --- gcc -D__KERNEL__ -I/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Os -nostdinc -iwithprefix include -DKBUILD_BASENAME=dsfield -c -o dsfield.o dsfield.c In file included from /local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/platform/acenv.h:120, from /local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/acpi.h:53, from dsfield.c:45: /local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include...
2007 Sep 16
5
using tc to drop packets based on the diffserc or tos value
...table mangle --append OUTPUT \ --out-interface eth0 --protocol udp --source-port 5060 \ --jump DSCP --set-dscp 8 but i am not able to drop a packet with a specific diffserv value. i have worked out a command, but its not working:- [root@scotch src]#tc filter add dev eth0 protocol ip u32 match ip dsfield 8 police drop its showing error "Illegal "match". Can any one of you guide me , what is the correct way of doing it. Its imporatnt, Please post reply ASAP. Raghuvendra Raghuvendra Kumar | BTSL 414 | Ext 011-41619770 | Desk +91-9818143739 | Mobile raghuvendra.kumar@bhartitelesoft....
2008 Sep 12
4
Custom build kernel patch fails big time.
...net/ipv6/xfrm6_input.c --- a/net/ipv6/xfrm6_input.c 2007-05-25 12:21:11.000000000 +0300 +++ b/net/ipv6/xfrm6_input.c 2007-05-25 12:21:11.000000000 +0300 @@ -13,9 +13,21 @@ #include <linux/string.h> #include <linux/netfilter.h> #include <linux/netfilter_ipv6.h> +#include <net/dsfield.h> +#include <net/inet_ecn.h> +#include <net/ip.h> #include <net/ipv6.h> #include <net/xfrm.h> +static inline void ipip6_ecn_decapsulate(struct sk_buff *skb) +{ + struct ipv6hdr *outer_iph = skb->nh.ipv6h; + struct ipv6hdr *inner_iph = skb->h.ipv6h; + +...
2004 May 09
0
tcng version 9m
...allation example in README now also mentions downloading the iproute2 tarball from Debian - configure and scripts/minisrc.sh now also recognize the Debian iproute tarball - tcsim/setup.klib: added "time_after" and "time_after_eq" to linux/sched.h - tcsim/setup.klib: converts dsfield.h to remove bare newlines from strings (needed to build tcsim with old kernel sources and a new gcc) - if_u32.c:dump_and now checks if any but the last && term changes the offset group (tests/tcng-9m; updated tests/tcng-2i, reported by Laurent Moutel) - tcsim/Makefile: compile tcsim.c w...
2005 Nov 21
0
Using DSCP to choose a route table
...tos'' to map TOS field values into route tables directly (this works great with tc for the queues), but I am only allowed to set the 4 TOS bits, not the full field (I believe it is the kernel, not iproute2 that rejects the values). I have seen some man pages that also document a ''dsfield'' option, but I have not found a version of iproute2 for which this is actually accepted. I have also not seen a u32 filter for ''ip rule'' although ''tc'' has one (iptables also has one in patch-o-matic), which would be extremely useful. Does anyone have a...
2012 Mar 03
0
[RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...a_linuxized/drivers/acpi/acpica/amlcode.h | 487 ++++++++ .../drivers/acpi/acpica/amlresrc.h | 453 +++++++ .../acpica_linuxized/drivers/acpi/acpica/dsargs.c | 398 ++++++ .../drivers/acpi/acpica/dscontrol.c | 410 +++++++ .../acpica_linuxized/drivers/acpi/acpica/dsfield.c | 707 +++++++++++ .../acpica_linuxized/drivers/acpi/acpica/dsinit.c | 217 ++++ .../drivers/acpi/acpica/dsmethod.c | 681 +++++++++++ .../drivers/acpi/acpica/dsmthdat.c | 714 +++++++++++ .../drivers/acpi/acpica/dsobject.c | 841 +++++++++++++...
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)