From: wangdi Date: Thu, 29 May 2003 06:19:59 +0000 (+0000) Subject: add tcp-zero-copy patch X-Git-Tag: v1_7_100~1^91~190 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=04093708f6870cb007b46d559cc37566061b90c5;p=fs%2Flustre-release.git add tcp-zero-copy patch --- diff --git a/lustre/kernel_patches/pc/tcp-zero-copy.pc b/lustre/kernel_patches/pc/tcp-zero-copy.pc new file mode 100644 index 0000000..02877c0 --- /dev/null +++ b/lustre/kernel_patches/pc/tcp-zero-copy.pc @@ -0,0 +1,5 @@ +include/linux/skbuff.h +include/net/tcp.h +net/netsyms.c +net/core/skbuff.c +net/ipv4/tcp.c diff --git a/lustre/kernel_patches/series/rh-2.4.20 b/lustre/kernel_patches/series/rh-2.4.20 index 4d29d24..a97c37c 100644 --- a/lustre/kernel_patches/series/rh-2.4.20 +++ b/lustre/kernel_patches/series/rh-2.4.20 @@ -20,3 +20,4 @@ ext3-noread-2.4.20.patch extN-wantedi.patch ext3-san-2.4.20.patch iopen-2.4.20.patch +tcp-zero-copy.patch