search for: jdmason

Displaying 18 results from an estimated 18 matches for "jdmason".

2005 Feb 09
1
RE: [PATCH 2/2] netfront skb padding
...f the packet gets encapsulated e.g. by etherip etc? Is Linux smart enough to be able to put the extra headers on in-place if there is enough head room? If so, the current situation is positively better. Ian > Tested on Xen 2.0.3 and linux 2.6.10 kernel. > > Signed-off-by: Jon Mason <jdmason@us.ibm.com> > --- > > --- drivers/xen/netfront/netfront.c.new 2005-02-08 > 19:09:31.368834000 -0600 > +++ drivers/xen/netfront/netfront.c 2005-02-08 > 19:09:24.738834000 -0600 > @@ -50,6 +50,8 @@ > #include <asm-xen/balloon.h> > #include <asm/page.h> &...
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...-unstable.hg. The patch as written expects kernel linux-2.6.16-rc2, but changeset 8911 uses kernel 2.6.16-rc4. I verified that the patch works with kernel 2.6.16-rc4. Cheers, -Jonathan M. McCune jonmccune@cmu.edu >Message: 2 >Date: Mon, 6 Feb 2006 13:43:30 -0600 >From: Jon Mason <jdmason@us.ibm.com> >Subject: [Xen-devel] [PATCH] Fix IPSec for Xen checksum offload > packets >To: xen-devel@lists.xensource.com >Cc: dykman@us.ibm.com, jonmccune@cmu.edu >Message-ID: <20060206194330.GC20904@us.ibm.com> >Content-Type: text/plain; charset=us-ascii > >This p...
2005 Jun 17
0
[PATCH] x86-64: IOMMU compilation
...compile if IOMMU is enabled in the kernel config. Warning, dom0 will crash during boot of the kernel if IOMMU is enabled. These changes do not affect non-IOMMU enabled kernels (a fact I have verified myself). I am currently working on debugging the IOMMU dom0 crash. Signed-off-by: Jon Mason <jdmason@us.ibm.com> --- linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/Makefile.orig 2005-06-17 14:43:12.401177856 -0500 +++ linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/Makefile 2005-06-17 14:43:35.504665592 -0500 @@ -34,9 +34,9 @@ c-obj-$(CONFIG_X86_IO_APIC) += genapic.o #obj-$(CONFIG_SOFTWARE_SUS...
2005 Dec 01
0
[PATCH] Log error in csum dev_queue_xmit error path
While working bug #143, it came to my attention that no verbose error is loged if the dom0 kernel mangles a packet and tries to checksum offload it. This should let the user know what is going wrong (instead of silently dropping the packet). Signed-off-by: Jon Mason <jdmason@us.ibm.com> # HG changeset patch # User root@opteron.ltc.austin.ibm.com # Node ID 6e8be095dd8406da697b3956ba65ed724e55e50f # Parent f5b119533cc825726c9ecaa3bd2650b38033d4d8 Log an error if dom0 dev_queue_xmit receives a packet to be checksummed that is not TCP/UDP. Since we can only offload T...
2005 May 11
3
problem with the pro/1000 driver for intel gigabit ethernet card
I encountered a problem with dom0 when rebooting and running an intel gigabit card using the pro/1000 driver. When the system tries to shut down I get the following output of an strace command : ......... 17:10:49.063616 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 <0.000029> 17:10:49.063689 ioctl(3, 0x8913, 0xbffffc80) = 0 <0.000018> 17:10:49.063751 ioctl(3, 0x8914, 0xbffffc80) =
2005 Oct 14
5
[PATCH] Fix NAT for domU checksum offload
...heck(oldip, ~newip, + ip_nat_cheat_check(oldport ^ 0xFFFF, + newport, hdr->check)); + } else { + hdr->check = ip_nat_cheat_check(~oldip, newip, ip_nat_cheat_check(oldport ^ 0xFFFF, newport, hdr->check)); + } return 1; } Signed-off-by: Jon Mason <jdmason@us.ibm.com> # HG changeset patch # User root@pentium4 # Node ID 51129b413cc4dd097b415d89c81965e51bfe3e0e # Parent b7a71e4db06d0235d67fef66db1e78cd2238c240 Fix NAT for domU checksum offload. diff -r b7a71e4db06d -r 51129b413cc4 linux-2.6-xen-sparse/net/ipv4/netfilter/ip_nat_proto_tcp.c --- /d...
2006 Aug 04
2
Dedicate PCI Devices to DomU?
I am trying to dedicate a number of PCI ports to DomU and no success! The PCI devices I am trying to dedicate are QLogic 23xx cards! I am using SUSE 10.1 with latest xen-unstable! I have followed all the instructions given in latest xen 3.0 manual. Like building the backend support in Dom0 Building the frontend support in DomU Using the pciback.hide=(xx:xx.x) in Dom0 command
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...inville <linville@tuxdriver.com> Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...inville <linville@tuxdriver.com> Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...inville <linville@tuxdriver.com> Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...<jon.bloomfield@intel.com> (v2) Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...<jon.bloomfield@intel.com> (v2) Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...<jon.bloomfield@intel.com> (v2) Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...<jon.bloomfield@intel.com> (v2) Jon Brenner <jbrenner@taosinc.com> Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...; Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Ernst <jonernst07@gmx.com> Jon Hunter <jgchunter@gmail.com> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...; Jon Brenner <jon.brenner@ams.com> Jon Dufresne <jon@jondufresne.org> Jon Ernst <jonernst07@gmx.com> Jon Hunter <jgchunter@gmail.com> Jon Hunter <jon-hunter@ti.com> Jon Loeliger <jdl@jdl.com> Jon Maloy <jon.maloy@ericsson.com> Jon Mason <jdmason@kudzu.us> Jon Mason <jon.mason@intel.com> Jon Mayo <jmayo@nvidia.com>. Jon Medhurst (Tixy) <tixy@linaro.org> Jon Medhurst <tixy@linaro.org> Jon Medhurst <tixy@yxit.co.uk> Jon Povey <Jon.Povey@racelogic.co.uk> Jon Stanley <jonstanley@gmail.com&...