search for: vnet_be

Displaying 13 results from an estimated 13 matches for "vnet_be".

Did you mean: vnet_buf
2015 Apr 22
0
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...gt; > --- a/drivers/net/Kconfig > > > > +++ b/drivers/net/Kconfig > > > > @@ -244,6 +244,18 @@ config TUN > > > > > > > > If you don't know what to use this for, you don't need it. > > > > > > > > +config TUN_VNET_BE > > > > + bool "Support for big-endian vnet headers" > > > > + default n > > > > + ---help--- > > > > + This option allows TUN/TAP and MACVTAP device drivers to parse > > > > + vnet headers that are in big-endian byte order....
2015 Apr 10
0
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...changed, 134 insertions(+), 2 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index df51d60..f0e23a0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -244,6 +244,18 @@ config TUN If you don't know what to use this for, you don't need it. +config TUN_VNET_BE + bool "Support for big-endian vnet headers" + default n + ---help--- + This option allows TUN/TAP and MACVTAP device drivers to parse + vnet headers that are in big-endian byte order. It is useful + when the headers come from a big-endian legacy virtio driver and + the host is li...
2015 Apr 21
0
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...rivers/net/Kconfig > > index df51d60..f0e23a0 100644 > > --- a/drivers/net/Kconfig > > +++ b/drivers/net/Kconfig > > @@ -244,6 +244,18 @@ config TUN > > > > If you don't know what to use this for, you don't need it. > > > > +config TUN_VNET_BE > > + bool "Support for big-endian vnet headers" > > + default n > > + ---help--- > > + This option allows TUN/TAP and MACVTAP device drivers to parse > > + vnet headers that are in big-endian byte order. It is useful > > + when the headers come f...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...df51d60..f0e23a0 100644 > > > --- a/drivers/net/Kconfig > > > +++ b/drivers/net/Kconfig > > > @@ -244,6 +244,18 @@ config TUN > > > > > > If you don't know what to use this for, you don't need it. > > > > > > +config TUN_VNET_BE > > > + bool "Support for big-endian vnet headers" > > > + default n > > > + ---help--- > > > + This option allows TUN/TAP and MACVTAP device drivers to parse > > > + vnet headers that are in big-endian byte order. It is useful > > &g...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...df51d60..f0e23a0 100644 > > > --- a/drivers/net/Kconfig > > > +++ b/drivers/net/Kconfig > > > @@ -244,6 +244,18 @@ config TUN > > > > > > If you don't know what to use this for, you don't need it. > > > > > > +config TUN_VNET_BE > > > + bool "Support for big-endian vnet headers" > > > + default n > > > + ---help--- > > > + This option allows TUN/TAP and MACVTAP device drivers to parse > > > + vnet headers that are in big-endian byte order. It is useful > > &g...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...gt; diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index df51d60..f0e23a0 100644 > --- a/drivers/net/Kconfig > +++ b/drivers/net/Kconfig > @@ -244,6 +244,18 @@ config TUN > > If you don't know what to use this for, you don't need it. > > +config TUN_VNET_BE > + bool "Support for big-endian vnet headers" > + default n > + ---help--- > + This option allows TUN/TAP and MACVTAP device drivers to parse > + vnet headers that are in big-endian byte order. It is useful > + when the headers come from a big-endian legacy virtio...
2015 Apr 21
2
[PATCH v4 8/8] macvtap/tun: add VNET_BE flag
...gt; diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig > index df51d60..f0e23a0 100644 > --- a/drivers/net/Kconfig > +++ b/drivers/net/Kconfig > @@ -244,6 +244,18 @@ config TUN > > If you don't know what to use this for, you don't need it. > > +config TUN_VNET_BE > + bool "Support for big-endian vnet headers" > + default n > + ---help--- > + This option allows TUN/TAP and MACVTAP device drivers to parse > + vnet headers that are in big-endian byte order. It is useful > + when the headers come from a big-endian legacy virtio...
2015 Apr 17
0
[PATCH v4 0/8] vhost: support for cross endian guests
...s_little_endian() helper > vringh: introduce vringh_is_little_endian() helper > vhost: introduce vhost_is_little_endian() helper > virtio: add explicit big-endian support to memory accessors > vhost: feature to set the vring endianness > macvtap/tun: add VNET_BE flag > > > drivers/net/Kconfig | 12 ++++++ > drivers/net/macvtap.c | 69 ++++++++++++++++++++++++++++++++++- > drivers/net/tun.c | 71 +++++++++++++++++++++++++++++++++++- > drivers/vhost/Kconfig | 10 +++++ > driver...
2015 Apr 21
0
[PATCH v4 0/8] vhost: support for cross endian guests
...s_little_endian() helper > vringh: introduce vringh_is_little_endian() helper > vhost: introduce vhost_is_little_endian() helper > virtio: add explicit big-endian support to memory accessors > vhost: feature to set the vring endianness > macvtap/tun: add VNET_BE flag > > > drivers/net/Kconfig | 12 ++++++ > drivers/net/macvtap.c | 69 ++++++++++++++++++++++++++++++++++- > drivers/net/tun.c | 71 +++++++++++++++++++++++++++++++++++- > drivers/vhost/Kconfig | 10 +++++ > driver...
2015 Apr 10
16
[PATCH v4 0/8] vhost: support for cross endian guests
...vtap: introduce macvtap_is_little_endian() helper vringh: introduce vringh_is_little_endian() helper vhost: introduce vhost_is_little_endian() helper virtio: add explicit big-endian support to memory accessors vhost: feature to set the vring endianness macvtap/tun: add VNET_BE flag drivers/net/Kconfig | 12 ++++++ drivers/net/macvtap.c | 69 ++++++++++++++++++++++++++++++++++- drivers/net/tun.c | 71 +++++++++++++++++++++++++++++++++++- drivers/vhost/Kconfig | 10 +++++ drivers/vhost/vhost.c | 76 +...
2015 Apr 10
16
[PATCH v4 0/8] vhost: support for cross endian guests
...vtap: introduce macvtap_is_little_endian() helper vringh: introduce vringh_is_little_endian() helper vhost: introduce vhost_is_little_endian() helper virtio: add explicit big-endian support to memory accessors vhost: feature to set the vring endianness macvtap/tun: add VNET_BE flag drivers/net/Kconfig | 12 ++++++ drivers/net/macvtap.c | 69 ++++++++++++++++++++++++++++++++++- drivers/net/tun.c | 71 +++++++++++++++++++++++++++++++++++- drivers/vhost/Kconfig | 10 +++++ drivers/vhost/vhost.c | 76 +...
2015 May 06
9
[PATCH RFC 0/7] vhost: cross-endian support (vhost-net only)
...se comment. --- C?dric Le Goater (1): vhost_net: re-enable when cross endian Greg Kurz (6): virtio: relax feature check linux-headers: sync vhost.h virtio: introduce virtio_legacy_is_cross_endian() vhost: set vring endianness for legacy virtio tap: add VNET_LE/VNET_BE operations vhost-net: tell tap backend about the vnet endianness hw/net/vhost_net.c | 50 +++++++++++++++++++++++-------------- hw/virtio/vhost.c | 50 ++++++++++++++++++++++++++++++++++++- include/hw/virtio/virtio-access.h | 13 ++++++++++ include/hw/v...
2015 May 06
9
[PATCH RFC 0/7] vhost: cross-endian support (vhost-net only)
...se comment. --- C?dric Le Goater (1): vhost_net: re-enable when cross endian Greg Kurz (6): virtio: relax feature check linux-headers: sync vhost.h virtio: introduce virtio_legacy_is_cross_endian() vhost: set vring endianness for legacy virtio tap: add VNET_LE/VNET_BE operations vhost-net: tell tap backend about the vnet endianness hw/net/vhost_net.c | 50 +++++++++++++++++++++++-------------- hw/virtio/vhost.c | 50 ++++++++++++++++++++++++++++++++++++- include/hw/virtio/virtio-access.h | 13 ++++++++++ include/hw/v...