* [RFC PATCH V2 1/5] Add a new sock flag for zero-copy
@ 2010-12-10 9:55 Shirley Ma
0 siblings, 0 replies; only message in thread
From: Shirley Ma @ 2010-12-10 9:55 UTC (permalink / raw)
To: Avi Kivity, Arnd Bergmann, mst; +Cc: xiaohui.xin, netdev, kvm, linux-kernel
Signed-off-by: Shirley Ma <xma@us.ibm.com>
include/net/sock.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/net/sock.h b/include/net/sock.h
index a6338d0..ff34ea7 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -543,6 +543,7 @@ enum sock_flags {
SOCK_TIMESTAMPING_SYS_HARDWARE, /* %SOF_TIMESTAMPING_SYS_HARDWARE */
SOCK_FASYNC, /* fasync() active */
SOCK_RXQ_OVFL,
+ SOCK_ZEROCOPY,
};
static inline void sock_copy_flags(struct sock *nsk, struct sock *osk)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-10 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 9:55 [RFC PATCH V2 1/5] Add a new sock flag for zero-copy Shirley Ma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox