Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417407
| From | Mike Rapoport <rppt@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] virtio_net: use common code for virtio_net_hdr and skb GSO conversion |
| Date | 2016-06-08 15:20 +0200 |
| Message-ID | <rHLp7-yc-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
This patches introduce virtio_net_hdr_{from,to}_skb functions for
conversion of GSO information between skb and virtio_net_hdr.
Mike Rapoport (6):
virtio_net: add _UAPI prefix to virtio_net header guards
virtio_net: introduce virtio_net_hdr_{from,to}_skb
macvtap: use common code for virtio_net_hdr and skb GSO conversion
tuntap: use common code for virtio_net_hdr and skb GSO conversion
virtio_net: use common code for virtio_net_hdr and skb GSO conversion
packet: use common code for virtio_net_hdr and skb GSO conversion
drivers/net/macvtap.c | 95 +++----------------------------------
drivers/net/tun.c | 97 +++++++++-----------------------------
drivers/net/virtio_net.c | 78 ++++---------------------------
include/linux/virtio_net.h | 101 ++++++++++++++++++++++++++++++++++++++++
include/uapi/linux/virtio_net.h | 6 +--
net/packet/af_packet.c | 36 +-------------
6 files changed, 143 insertions(+), 270 deletions(-)
create mode 100644 include/linux/virtio_net.h
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] virtio_net: use common code for virtio_net_hdr and skb GSO conversion Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
[PATCH 5/6] virtio_net: use common code for virtio_net_hdr and skb GSO conversion Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
[PATCH 2/6] virtio_net: introduce virtio_net_hdr_{from,to}_skb Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
[PATCH 3/6] macvtap: use common code for virtio_net_hdr and skb GSO conversion Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
[PATCH 6/6] packet: use common code for virtio_net_hdr and skb GSO conversion Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
[PATCH 4/6] tuntap: use common code for virtio_net_hdr and skb GSO conversion Mike Rapoport <rppt@linux.vnet.ibm.com> - 2016-06-08 15:20 +0200
Re: [PATCH 0/6] virtio_net: use common code for virtio_net_hdr and skb GSO conversion David Miller <davem@davemloft.net> - 2016-06-11 08:10 +0200
csiph-web