; Akihiko Odaki
Subject: [PATCH v6 05/21] tap: Remove tap_receive()
The receive member of NetClientInfo is only for legacy clients and the
receive_iov member is always used when it is set.
Under normal circumstances we still need to maintain compatibility.
It seems that there is no need to remove
ychenko
> ; Michael S . Tsirkin ; Jason Wang
> ; Akihiko Odaki
> Subject: [PATCH v6 05/21] tap: Remove tap_receive()
>
> The receive member of NetClientInfo is only for legacy clients and the
> receive_iov member is always used when it is set.
Under normal circumstances we still need t
The receive member of NetClientInfo is only for legacy clients and the
receive_iov member is always used when it is set.
Signed-off-by: Akihiko Odaki
---
net/tap.c | 36
1 file changed, 36 deletions(-)
diff --git a/net/tap.c b/net/tap.c
index d54e90f184..ab4