commit | fd2a0437dc33b6425cabf74cc7fc7fdba6d5903b | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | Wed Jun 08 16:09:18 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 10 23:03:55 2016 -0700 |
tree | 460a48316313637a1a97df94864d5909a20496fc | |
parent | 678ece30226ac05e95768d5f70db53a475569d37 [diff] |
virtio_net: introduce virtio_net_hdr_{from,to}_skb The code for conversion between virtio_net_hdr and skb GSO info is duplicated at several places. Let's put it to a common place to allow reuse. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>