~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/uapi/linux/virtio_net.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/uapi/linux/virtio_net.h (Architecture mips) and /include/uapi/linux/virtio_net.h (Architecture i386)


  1 #ifndef _UAPI_LINUX_VIRTIO_NET_H                    1 #ifndef _UAPI_LINUX_VIRTIO_NET_H
  2 #define _UAPI_LINUX_VIRTIO_NET_H                    2 #define _UAPI_LINUX_VIRTIO_NET_H
  3 /* This header is BSD licensed so anyone can u      3 /* This header is BSD licensed so anyone can use the definitions to implement
  4  * compatible drivers/servers.                      4  * compatible drivers/servers.
  5  *                                                  5  *
  6  * Redistribution and use in source and binary      6  * Redistribution and use in source and binary forms, with or without
  7  * modification, are permitted provided that t      7  * modification, are permitted provided that the following conditions
  8  * are met:                                         8  * are met:
  9  * 1. Redistributions of source code must reta      9  * 1. Redistributions of source code must retain the above copyright
 10  *    notice, this list of conditions and the      10  *    notice, this list of conditions and the following disclaimer.
 11  * 2. Redistributions in binary form must repr     11  * 2. Redistributions in binary form must reproduce the above copyright
 12  *    notice, this list of conditions and the      12  *    notice, this list of conditions and the following disclaimer in the
 13  *    documentation and/or other materials pro     13  *    documentation and/or other materials provided with the distribution.
 14  * 3. Neither the name of IBM nor the names of     14  * 3. Neither the name of IBM nor the names of its contributors
 15  *    may be used to endorse or promote produc     15  *    may be used to endorse or promote products derived from this software
 16  *    without specific prior written permissio     16  *    without specific prior written permission.
 17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT      17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND
 18  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDIN     18  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND F     19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 20  * ARE DISCLAIMED.  IN NO EVENT SHALL IBM OR C     20  * ARE DISCLAIMED.  IN NO EVENT SHALL IBM OR CONTRIBUTORS BE LIABLE
 21  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECI     21  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 22  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PRO     22  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 23  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS;     23  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 24  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILI     24  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 25  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR     25  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 26  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF AD     26  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 27  * SUCH DAMAGE. */                                 27  * SUCH DAMAGE. */
 28 #include <linux/types.h>                           28 #include <linux/types.h>
 29 #include <linux/virtio_ids.h>                      29 #include <linux/virtio_ids.h>
 30 #include <linux/virtio_config.h>                   30 #include <linux/virtio_config.h>
 31 #include <linux/virtio_types.h>                    31 #include <linux/virtio_types.h>
 32 #include <linux/if_ether.h>                        32 #include <linux/if_ether.h>
 33                                                    33 
 34 /* The feature bitmap for virtio net */            34 /* The feature bitmap for virtio net */
 35 #define VIRTIO_NET_F_CSUM       0       /* Hos     35 #define VIRTIO_NET_F_CSUM       0       /* Host handles pkts w/ partial csum */
 36 #define VIRTIO_NET_F_GUEST_CSUM 1       /* Gue     36 #define VIRTIO_NET_F_GUEST_CSUM 1       /* Guest handles pkts w/ partial csum */
 37 #define VIRTIO_NET_F_CTRL_GUEST_OFFLOADS 2 /*      37 #define VIRTIO_NET_F_CTRL_GUEST_OFFLOADS 2 /* Dynamic offload configuration. */
 38 #define VIRTIO_NET_F_MTU        3       /* Ini     38 #define VIRTIO_NET_F_MTU        3       /* Initial MTU advice */
 39 #define VIRTIO_NET_F_MAC        5       /* Hos     39 #define VIRTIO_NET_F_MAC        5       /* Host has given MAC address. */
 40 #define VIRTIO_NET_F_GUEST_TSO4 7       /* Gue     40 #define VIRTIO_NET_F_GUEST_TSO4 7       /* Guest can handle TSOv4 in. */
 41 #define VIRTIO_NET_F_GUEST_TSO6 8       /* Gue     41 #define VIRTIO_NET_F_GUEST_TSO6 8       /* Guest can handle TSOv6 in. */
 42 #define VIRTIO_NET_F_GUEST_ECN  9       /* Gue     42 #define VIRTIO_NET_F_GUEST_ECN  9       /* Guest can handle TSO[6] w/ ECN in. */
 43 #define VIRTIO_NET_F_GUEST_UFO  10      /* Gue     43 #define VIRTIO_NET_F_GUEST_UFO  10      /* Guest can handle UFO in. */
 44 #define VIRTIO_NET_F_HOST_TSO4  11      /* Hos     44 #define VIRTIO_NET_F_HOST_TSO4  11      /* Host can handle TSOv4 in. */
 45 #define VIRTIO_NET_F_HOST_TSO6  12      /* Hos     45 #define VIRTIO_NET_F_HOST_TSO6  12      /* Host can handle TSOv6 in. */
 46 #define VIRTIO_NET_F_HOST_ECN   13      /* Hos     46 #define VIRTIO_NET_F_HOST_ECN   13      /* Host can handle TSO[6] w/ ECN in. */
 47 #define VIRTIO_NET_F_HOST_UFO   14      /* Hos     47 #define VIRTIO_NET_F_HOST_UFO   14      /* Host can handle UFO in. */
 48 #define VIRTIO_NET_F_MRG_RXBUF  15      /* Hos     48 #define VIRTIO_NET_F_MRG_RXBUF  15      /* Host can merge receive buffers. */
 49 #define VIRTIO_NET_F_STATUS     16      /* vir     49 #define VIRTIO_NET_F_STATUS     16      /* virtio_net_config.status available */
 50 #define VIRTIO_NET_F_CTRL_VQ    17      /* Con     50 #define VIRTIO_NET_F_CTRL_VQ    17      /* Control channel available */
 51 #define VIRTIO_NET_F_CTRL_RX    18      /* Con     51 #define VIRTIO_NET_F_CTRL_RX    18      /* Control channel RX mode support */
 52 #define VIRTIO_NET_F_CTRL_VLAN  19      /* Con     52 #define VIRTIO_NET_F_CTRL_VLAN  19      /* Control channel VLAN filtering */
 53 #define VIRTIO_NET_F_CTRL_RX_EXTRA 20   /* Ext     53 #define VIRTIO_NET_F_CTRL_RX_EXTRA 20   /* Extra RX mode control support */
 54 #define VIRTIO_NET_F_GUEST_ANNOUNCE 21  /* Gue     54 #define VIRTIO_NET_F_GUEST_ANNOUNCE 21  /* Guest can announce device on the
 55                                          * net     55                                          * network */
 56 #define VIRTIO_NET_F_MQ 22      /* Device supp     56 #define VIRTIO_NET_F_MQ 22      /* Device supports Receive Flow
 57                                          * Ste     57                                          * Steering */
 58 #define VIRTIO_NET_F_CTRL_MAC_ADDR 23   /* Set     58 #define VIRTIO_NET_F_CTRL_MAC_ADDR 23   /* Set MAC address */
 59 #define VIRTIO_NET_F_DEVICE_STATS 50    /* Dev     59 #define VIRTIO_NET_F_DEVICE_STATS 50    /* Device can provide device-level statistics. */
 60 #define VIRTIO_NET_F_VQ_NOTF_COAL 52    /* Dev     60 #define VIRTIO_NET_F_VQ_NOTF_COAL 52    /* Device supports virtqueue notification coalescing */
 61 #define VIRTIO_NET_F_NOTF_COAL  53      /* Dev     61 #define VIRTIO_NET_F_NOTF_COAL  53      /* Device supports notifications coalescing */
 62 #define VIRTIO_NET_F_GUEST_USO4 54      /* Gue     62 #define VIRTIO_NET_F_GUEST_USO4 54      /* Guest can handle USOv4 in. */
 63 #define VIRTIO_NET_F_GUEST_USO6 55      /* Gue     63 #define VIRTIO_NET_F_GUEST_USO6 55      /* Guest can handle USOv6 in. */
 64 #define VIRTIO_NET_F_HOST_USO   56      /* Hos     64 #define VIRTIO_NET_F_HOST_USO   56      /* Host can handle USO in. */
 65 #define VIRTIO_NET_F_HASH_REPORT  57    /* Sup     65 #define VIRTIO_NET_F_HASH_REPORT  57    /* Supports hash report */
 66 #define VIRTIO_NET_F_GUEST_HDRLEN  59   /* Gue     66 #define VIRTIO_NET_F_GUEST_HDRLEN  59   /* Guest provides the exact hdr_len value. */
 67 #define VIRTIO_NET_F_RSS          60    /* Sup     67 #define VIRTIO_NET_F_RSS          60    /* Supports RSS RX steering */
 68 #define VIRTIO_NET_F_RSC_EXT      61    /* ext     68 #define VIRTIO_NET_F_RSC_EXT      61    /* extended coalescing info */
 69 #define VIRTIO_NET_F_STANDBY      62    /* Act     69 #define VIRTIO_NET_F_STANDBY      62    /* Act as standby for another device
 70                                          * wit     70                                          * with the same MAC.
 71                                          */        71                                          */
 72 #define VIRTIO_NET_F_SPEED_DUPLEX 63    /* Dev     72 #define VIRTIO_NET_F_SPEED_DUPLEX 63    /* Device set linkspeed and duplex */
 73                                                    73 
 74 #ifndef VIRTIO_NET_NO_LEGACY                       74 #ifndef VIRTIO_NET_NO_LEGACY
 75 #define VIRTIO_NET_F_GSO        6       /* Hos     75 #define VIRTIO_NET_F_GSO        6       /* Host handles pkts w/ any GSO type */
 76 #endif /* VIRTIO_NET_NO_LEGACY */                  76 #endif /* VIRTIO_NET_NO_LEGACY */
 77                                                    77 
 78 #define VIRTIO_NET_S_LINK_UP    1       /* Lin     78 #define VIRTIO_NET_S_LINK_UP    1       /* Link is up */
 79 #define VIRTIO_NET_S_ANNOUNCE   2       /* Ann     79 #define VIRTIO_NET_S_ANNOUNCE   2       /* Announcement is needed */
 80                                                    80 
 81 /* supported/enabled hash types */                 81 /* supported/enabled hash types */
 82 #define VIRTIO_NET_RSS_HASH_TYPE_IPv4              82 #define VIRTIO_NET_RSS_HASH_TYPE_IPv4          (1 << 0)
 83 #define VIRTIO_NET_RSS_HASH_TYPE_TCPv4             83 #define VIRTIO_NET_RSS_HASH_TYPE_TCPv4         (1 << 1)
 84 #define VIRTIO_NET_RSS_HASH_TYPE_UDPv4             84 #define VIRTIO_NET_RSS_HASH_TYPE_UDPv4         (1 << 2)
 85 #define VIRTIO_NET_RSS_HASH_TYPE_IPv6              85 #define VIRTIO_NET_RSS_HASH_TYPE_IPv6          (1 << 3)
 86 #define VIRTIO_NET_RSS_HASH_TYPE_TCPv6             86 #define VIRTIO_NET_RSS_HASH_TYPE_TCPv6         (1 << 4)
 87 #define VIRTIO_NET_RSS_HASH_TYPE_UDPv6             87 #define VIRTIO_NET_RSS_HASH_TYPE_UDPv6         (1 << 5)
 88 #define VIRTIO_NET_RSS_HASH_TYPE_IP_EX             88 #define VIRTIO_NET_RSS_HASH_TYPE_IP_EX         (1 << 6)
 89 #define VIRTIO_NET_RSS_HASH_TYPE_TCP_EX            89 #define VIRTIO_NET_RSS_HASH_TYPE_TCP_EX        (1 << 7)
 90 #define VIRTIO_NET_RSS_HASH_TYPE_UDP_EX            90 #define VIRTIO_NET_RSS_HASH_TYPE_UDP_EX        (1 << 8)
 91                                                    91 
 92 struct virtio_net_config {                         92 struct virtio_net_config {
 93         /* The config defining mac address (if     93         /* The config defining mac address (if VIRTIO_NET_F_MAC) */
 94         __u8 mac[ETH_ALEN];                        94         __u8 mac[ETH_ALEN];
 95         /* See VIRTIO_NET_F_STATUS and VIRTIO_     95         /* See VIRTIO_NET_F_STATUS and VIRTIO_NET_S_* above */
 96         __virtio16 status;                         96         __virtio16 status;
 97         /* Maximum number of each of transmit      97         /* Maximum number of each of transmit and receive queues;
 98          * see VIRTIO_NET_F_MQ and VIRTIO_NET_     98          * see VIRTIO_NET_F_MQ and VIRTIO_NET_CTRL_MQ.
 99          * Legal values are between 1 and 0x80     99          * Legal values are between 1 and 0x8000
100          */                                       100          */
101         __virtio16 max_virtqueue_pairs;           101         __virtio16 max_virtqueue_pairs;
102         /* Default maximum transmit unit advic    102         /* Default maximum transmit unit advice */
103         __virtio16 mtu;                           103         __virtio16 mtu;
104         /*                                        104         /*
105          * speed, in units of 1Mb. All values     105          * speed, in units of 1Mb. All values 0 to INT_MAX are legal.
106          * Any other value stands for unknown.    106          * Any other value stands for unknown.
107          */                                       107          */
108         __le32 speed;                             108         __le32 speed;
109         /*                                        109         /*
110          * 0x00 - half duplex                     110          * 0x00 - half duplex
111          * 0x01 - full duplex                     111          * 0x01 - full duplex
112          * Any other value stands for unknown.    112          * Any other value stands for unknown.
113          */                                       113          */
114         __u8 duplex;                              114         __u8 duplex;
115         /* maximum size of RSS key */             115         /* maximum size of RSS key */
116         __u8 rss_max_key_size;                    116         __u8 rss_max_key_size;
117         /* maximum number of indirection table    117         /* maximum number of indirection table entries */
118         __le16 rss_max_indirection_table_lengt    118         __le16 rss_max_indirection_table_length;
119         /* bitmask of supported VIRTIO_NET_RSS    119         /* bitmask of supported VIRTIO_NET_RSS_HASH_ types */
120         __le32 supported_hash_types;              120         __le32 supported_hash_types;
121 } __attribute__((packed));                        121 } __attribute__((packed));
122                                                   122 
123 /*                                                123 /*
124  * This header comes first in the scatter-gath    124  * This header comes first in the scatter-gather list.  If you don't
125  * specify GSO or CSUM features, you can simpl    125  * specify GSO or CSUM features, you can simply ignore the header.
126  *                                                126  *
127  * This is bitwise-equivalent to the legacy st    127  * This is bitwise-equivalent to the legacy struct virtio_net_hdr_mrg_rxbuf,
128  * only flattened.                                128  * only flattened.
129  */                                               129  */
130 struct virtio_net_hdr_v1 {                        130 struct virtio_net_hdr_v1 {
131 #define VIRTIO_NET_HDR_F_NEEDS_CSUM     1         131 #define VIRTIO_NET_HDR_F_NEEDS_CSUM     1       /* Use csum_start, csum_offset */
132 #define VIRTIO_NET_HDR_F_DATA_VALID     2         132 #define VIRTIO_NET_HDR_F_DATA_VALID     2       /* Csum is valid */
133 #define VIRTIO_NET_HDR_F_RSC_INFO       4         133 #define VIRTIO_NET_HDR_F_RSC_INFO       4       /* rsc info in csum_ fields */
134         __u8 flags;                               134         __u8 flags;
135 #define VIRTIO_NET_HDR_GSO_NONE         0         135 #define VIRTIO_NET_HDR_GSO_NONE         0       /* Not a GSO frame */
136 #define VIRTIO_NET_HDR_GSO_TCPV4        1         136 #define VIRTIO_NET_HDR_GSO_TCPV4        1       /* GSO frame, IPv4 TCP (TSO) */
137 #define VIRTIO_NET_HDR_GSO_UDP          3         137 #define VIRTIO_NET_HDR_GSO_UDP          3       /* GSO frame, IPv4 UDP (UFO) */
138 #define VIRTIO_NET_HDR_GSO_TCPV6        4         138 #define VIRTIO_NET_HDR_GSO_TCPV6        4       /* GSO frame, IPv6 TCP */
139 #define VIRTIO_NET_HDR_GSO_UDP_L4       5         139 #define VIRTIO_NET_HDR_GSO_UDP_L4       5       /* GSO frame, IPv4& IPv6 UDP (USO) */
140 #define VIRTIO_NET_HDR_GSO_ECN          0x80      140 #define VIRTIO_NET_HDR_GSO_ECN          0x80    /* TCP has ECN set */
141         __u8 gso_type;                            141         __u8 gso_type;
142         __virtio16 hdr_len;     /* Ethernet +     142         __virtio16 hdr_len;     /* Ethernet + IP + tcp/udp hdrs */
143         __virtio16 gso_size;    /* Bytes to ap    143         __virtio16 gso_size;    /* Bytes to append to hdr_len per frame */
144         union {                                   144         union {
145                 struct {                          145                 struct {
146                         __virtio16 csum_start;    146                         __virtio16 csum_start;
147                         __virtio16 csum_offset    147                         __virtio16 csum_offset;
148                 };                                148                 };
149                 /* Checksum calculation */        149                 /* Checksum calculation */
150                 struct {                          150                 struct {
151                         /* Position to start c    151                         /* Position to start checksumming from */
152                         __virtio16 start;         152                         __virtio16 start;
153                         /* Offset after that t    153                         /* Offset after that to place checksum */
154                         __virtio16 offset;        154                         __virtio16 offset;
155                 } csum;                           155                 } csum;
156                 /* Receive Segment Coalescing     156                 /* Receive Segment Coalescing */
157                 struct {                          157                 struct {
158                         /* Number of coalesced    158                         /* Number of coalesced segments */
159                         __le16 segments;          159                         __le16 segments;
160                         /* Number of duplicate    160                         /* Number of duplicated acks */
161                         __le16 dup_acks;          161                         __le16 dup_acks;
162                 } rsc;                            162                 } rsc;
163         };                                        163         };
164         __virtio16 num_buffers; /* Number of m    164         __virtio16 num_buffers; /* Number of merged rx buffers */
165 };                                                165 };
166                                                   166 
167 struct virtio_net_hdr_v1_hash {                   167 struct virtio_net_hdr_v1_hash {
168         struct virtio_net_hdr_v1 hdr;             168         struct virtio_net_hdr_v1 hdr;
169         __le32 hash_value;                        169         __le32 hash_value;
170 #define VIRTIO_NET_HASH_REPORT_NONE               170 #define VIRTIO_NET_HASH_REPORT_NONE            0
171 #define VIRTIO_NET_HASH_REPORT_IPv4               171 #define VIRTIO_NET_HASH_REPORT_IPv4            1
172 #define VIRTIO_NET_HASH_REPORT_TCPv4              172 #define VIRTIO_NET_HASH_REPORT_TCPv4           2
173 #define VIRTIO_NET_HASH_REPORT_UDPv4              173 #define VIRTIO_NET_HASH_REPORT_UDPv4           3
174 #define VIRTIO_NET_HASH_REPORT_IPv6               174 #define VIRTIO_NET_HASH_REPORT_IPv6            4
175 #define VIRTIO_NET_HASH_REPORT_TCPv6              175 #define VIRTIO_NET_HASH_REPORT_TCPv6           5
176 #define VIRTIO_NET_HASH_REPORT_UDPv6              176 #define VIRTIO_NET_HASH_REPORT_UDPv6           6
177 #define VIRTIO_NET_HASH_REPORT_IPv6_EX            177 #define VIRTIO_NET_HASH_REPORT_IPv6_EX         7
178 #define VIRTIO_NET_HASH_REPORT_TCPv6_EX           178 #define VIRTIO_NET_HASH_REPORT_TCPv6_EX        8
179 #define VIRTIO_NET_HASH_REPORT_UDPv6_EX           179 #define VIRTIO_NET_HASH_REPORT_UDPv6_EX        9
180         __le16 hash_report;                       180         __le16 hash_report;
181         __le16 padding;                           181         __le16 padding;
182 };                                                182 };
183                                                   183 
184 #ifndef VIRTIO_NET_NO_LEGACY                      184 #ifndef VIRTIO_NET_NO_LEGACY
185 /* This header comes first in the scatter-gath    185 /* This header comes first in the scatter-gather list.
186  * For legacy virtio, if VIRTIO_F_ANY_LAYOUT i    186  * For legacy virtio, if VIRTIO_F_ANY_LAYOUT is not negotiated, it must
187  * be the first element of the scatter-gather     187  * be the first element of the scatter-gather list.  If you don't
188  * specify GSO or CSUM features, you can simpl    188  * specify GSO or CSUM features, you can simply ignore the header. */
189 struct virtio_net_hdr {                           189 struct virtio_net_hdr {
190         /* See VIRTIO_NET_HDR_F_* */              190         /* See VIRTIO_NET_HDR_F_* */
191         __u8 flags;                               191         __u8 flags;
192         /* See VIRTIO_NET_HDR_GSO_* */            192         /* See VIRTIO_NET_HDR_GSO_* */
193         __u8 gso_type;                            193         __u8 gso_type;
194         __virtio16 hdr_len;             /* Eth    194         __virtio16 hdr_len;             /* Ethernet + IP + tcp/udp hdrs */
195         __virtio16 gso_size;            /* Byt    195         __virtio16 gso_size;            /* Bytes to append to hdr_len per frame */
196         __virtio16 csum_start;  /* Position to    196         __virtio16 csum_start;  /* Position to start checksumming from */
197         __virtio16 csum_offset; /* Offset afte    197         __virtio16 csum_offset; /* Offset after that to place checksum */
198 };                                                198 };
199                                                   199 
200 /* This is the version of the header to use wh    200 /* This is the version of the header to use when the MRG_RXBUF
201  * feature has been negotiated. */                201  * feature has been negotiated. */
202 struct virtio_net_hdr_mrg_rxbuf {                 202 struct virtio_net_hdr_mrg_rxbuf {
203         struct virtio_net_hdr hdr;                203         struct virtio_net_hdr hdr;
204         __virtio16 num_buffers; /* Number of m    204         __virtio16 num_buffers; /* Number of merged rx buffers */
205 };                                                205 };
206 #endif /* ...VIRTIO_NET_NO_LEGACY */              206 #endif /* ...VIRTIO_NET_NO_LEGACY */
207                                                   207 
208 /*                                                208 /*
209  * Control virtqueue data structures              209  * Control virtqueue data structures
210  *                                                210  *
211  * The control virtqueue expects a header in t    211  * The control virtqueue expects a header in the first sg entry
212  * and an ack/status response in the last entr    212  * and an ack/status response in the last entry.  Data for the
213  * command goes in between.                       213  * command goes in between.
214  */                                               214  */
215 struct virtio_net_ctrl_hdr {                      215 struct virtio_net_ctrl_hdr {
216         __u8 class;                               216         __u8 class;
217         __u8 cmd;                                 217         __u8 cmd;
218 } __attribute__((packed));                        218 } __attribute__((packed));
219                                                   219 
220 typedef __u8 virtio_net_ctrl_ack;                 220 typedef __u8 virtio_net_ctrl_ack;
221                                                   221 
222 #define VIRTIO_NET_OK     0                       222 #define VIRTIO_NET_OK     0
223 #define VIRTIO_NET_ERR    1                       223 #define VIRTIO_NET_ERR    1
224                                                   224 
225 /*                                                225 /*
226  * Control the RX mode, ie. promisucous, allmu    226  * Control the RX mode, ie. promisucous, allmulti, etc...
227  * All commands require an "out" sg entry cont    227  * All commands require an "out" sg entry containing a 1 byte
228  * state value, zero = disable, non-zero = ena    228  * state value, zero = disable, non-zero = enable.  Commands
229  * 0 and 1 are supported with the VIRTIO_NET_F    229  * 0 and 1 are supported with the VIRTIO_NET_F_CTRL_RX feature.
230  * Commands 2-5 are added with VIRTIO_NET_F_CT    230  * Commands 2-5 are added with VIRTIO_NET_F_CTRL_RX_EXTRA.
231  */                                               231  */
232 #define VIRTIO_NET_CTRL_RX    0                   232 #define VIRTIO_NET_CTRL_RX    0
233  #define VIRTIO_NET_CTRL_RX_PROMISC      0        233  #define VIRTIO_NET_CTRL_RX_PROMISC      0
234  #define VIRTIO_NET_CTRL_RX_ALLMULTI     1        234  #define VIRTIO_NET_CTRL_RX_ALLMULTI     1
235  #define VIRTIO_NET_CTRL_RX_ALLUNI       2        235  #define VIRTIO_NET_CTRL_RX_ALLUNI       2
236  #define VIRTIO_NET_CTRL_RX_NOMULTI      3        236  #define VIRTIO_NET_CTRL_RX_NOMULTI      3
237  #define VIRTIO_NET_CTRL_RX_NOUNI        4        237  #define VIRTIO_NET_CTRL_RX_NOUNI        4
238  #define VIRTIO_NET_CTRL_RX_NOBCAST      5        238  #define VIRTIO_NET_CTRL_RX_NOBCAST      5
239                                                   239 
240 /*                                                240 /*
241  * Control the MAC                                241  * Control the MAC
242  *                                                242  *
243  * The MAC filter table is managed by the hype    243  * The MAC filter table is managed by the hypervisor, the guest should
244  * assume the size is infinite.  Filtering sho    244  * assume the size is infinite.  Filtering should be considered
245  * non-perfect, ie. based on hypervisor resour    245  * non-perfect, ie. based on hypervisor resources, the guest may
246  * received packets from sources not specified    246  * received packets from sources not specified in the filter list.
247  *                                                247  *
248  * In addition to the class/cmd header, the TA    248  * In addition to the class/cmd header, the TABLE_SET command requires
249  * two out scatterlists.  Each contains a 4 by    249  * two out scatterlists.  Each contains a 4 byte count of entries followed
250  * by a concatenated byte stream of the ETH_AL    250  * by a concatenated byte stream of the ETH_ALEN MAC addresses.  The
251  * first sg list contains unicast addresses, t    251  * first sg list contains unicast addresses, the second is for multicast.
252  * This functionality is present if the VIRTIO    252  * This functionality is present if the VIRTIO_NET_F_CTRL_RX feature
253  * is available.                                  253  * is available.
254  *                                                254  *
255  * The ADDR_SET command requests one out scatt    255  * The ADDR_SET command requests one out scatterlist, it contains a
256  * 6 bytes MAC address. This functionality is     256  * 6 bytes MAC address. This functionality is present if the
257  * VIRTIO_NET_F_CTRL_MAC_ADDR feature is avail    257  * VIRTIO_NET_F_CTRL_MAC_ADDR feature is available.
258  */                                               258  */
259 struct virtio_net_ctrl_mac {                      259 struct virtio_net_ctrl_mac {
260         __virtio32 entries;                       260         __virtio32 entries;
261         __u8 macs[][ETH_ALEN];                    261         __u8 macs[][ETH_ALEN];
262 } __attribute__((packed));                        262 } __attribute__((packed));
263                                                   263 
264 #define VIRTIO_NET_CTRL_MAC    1                  264 #define VIRTIO_NET_CTRL_MAC    1
265  #define VIRTIO_NET_CTRL_MAC_TABLE_SET            265  #define VIRTIO_NET_CTRL_MAC_TABLE_SET        0
266  #define VIRTIO_NET_CTRL_MAC_ADDR_SET             266  #define VIRTIO_NET_CTRL_MAC_ADDR_SET         1
267                                                   267 
268 /*                                                268 /*
269  * Control VLAN filtering                         269  * Control VLAN filtering
270  *                                                270  *
271  * The VLAN filter table is controlled via a s    271  * The VLAN filter table is controlled via a simple ADD/DEL interface.
272  * VLAN IDs not added may be filterd by the hy    272  * VLAN IDs not added may be filterd by the hypervisor.  Del is the
273  * opposite of add.  Both commands expect an o    273  * opposite of add.  Both commands expect an out entry containing a 2
274  * byte VLAN ID.  VLAN filterting is available    274  * byte VLAN ID.  VLAN filterting is available with the
275  * VIRTIO_NET_F_CTRL_VLAN feature bit.            275  * VIRTIO_NET_F_CTRL_VLAN feature bit.
276  */                                               276  */
277 #define VIRTIO_NET_CTRL_VLAN       2              277 #define VIRTIO_NET_CTRL_VLAN       2
278  #define VIRTIO_NET_CTRL_VLAN_ADD                 278  #define VIRTIO_NET_CTRL_VLAN_ADD             0
279  #define VIRTIO_NET_CTRL_VLAN_DEL                 279  #define VIRTIO_NET_CTRL_VLAN_DEL             1
280                                                   280 
281 /*                                                281 /*
282  * Control link announce acknowledgement          282  * Control link announce acknowledgement
283  *                                                283  *
284  * The command VIRTIO_NET_CTRL_ANNOUNCE_ACK is    284  * The command VIRTIO_NET_CTRL_ANNOUNCE_ACK is used to indicate that
285  * driver has recevied the notification; devic    285  * driver has recevied the notification; device would clear the
286  * VIRTIO_NET_S_ANNOUNCE bit in the status fie    286  * VIRTIO_NET_S_ANNOUNCE bit in the status field after it receives
287  * this command.                                  287  * this command.
288  */                                               288  */
289 #define VIRTIO_NET_CTRL_ANNOUNCE       3          289 #define VIRTIO_NET_CTRL_ANNOUNCE       3
290  #define VIRTIO_NET_CTRL_ANNOUNCE_ACK             290  #define VIRTIO_NET_CTRL_ANNOUNCE_ACK         0
291                                                   291 
292 /*                                                292 /*
293  * Control Receive Flow Steering                  293  * Control Receive Flow Steering
294  */                                               294  */
295 #define VIRTIO_NET_CTRL_MQ   4                    295 #define VIRTIO_NET_CTRL_MQ   4
296 /*                                                296 /*
297  * The command VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET    297  * The command VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET
298  * enables Receive Flow Steering, specifying t    298  * enables Receive Flow Steering, specifying the number of the transmit and
299  * receive queues that will be used. After the    299  * receive queues that will be used. After the command is consumed and acked by
300  * the device, the device will not steer new p    300  * the device, the device will not steer new packets on receive virtqueues
301  * other than specified nor read from transmit    301  * other than specified nor read from transmit virtqueues other than specified.
302  * Accordingly, driver should not transmit new    302  * Accordingly, driver should not transmit new packets  on virtqueues other than
303  * specified.                                     303  * specified.
304  */                                               304  */
305 struct virtio_net_ctrl_mq {                       305 struct virtio_net_ctrl_mq {
306         __virtio16 virtqueue_pairs;               306         __virtio16 virtqueue_pairs;
307 };                                                307 };
308                                                   308 
309  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET          309  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET        0
310  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_MIN          310  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_MIN        1
311  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_MAX          311  #define VIRTIO_NET_CTRL_MQ_VQ_PAIRS_MAX        0x8000
312                                                   312 
313 /*                                                313 /*
314  * The command VIRTIO_NET_CTRL_MQ_RSS_CONFIG h    314  * The command VIRTIO_NET_CTRL_MQ_RSS_CONFIG has the same effect as
315  * VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET does and ad    315  * VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET does and additionally configures
316  * the receive steering to use a hash calculat    316  * the receive steering to use a hash calculated for incoming packet
317  * to decide on receive virtqueue to place the    317  * to decide on receive virtqueue to place the packet. The command
318  * also provides parameters to calculate a has    318  * also provides parameters to calculate a hash and receive virtqueue.
319  */                                               319  */
320 struct virtio_net_rss_config {                    320 struct virtio_net_rss_config {
321         __le32 hash_types;                        321         __le32 hash_types;
322         __le16 indirection_table_mask;            322         __le16 indirection_table_mask;
323         __le16 unclassified_queue;                323         __le16 unclassified_queue;
324         __le16 indirection_table[1/* + indirec    324         __le16 indirection_table[1/* + indirection_table_mask */];
325         __le16 max_tx_vq;                         325         __le16 max_tx_vq;
326         __u8 hash_key_length;                     326         __u8 hash_key_length;
327         __u8 hash_key_data[/* hash_key_length     327         __u8 hash_key_data[/* hash_key_length */];
328 };                                                328 };
329                                                   329 
330  #define VIRTIO_NET_CTRL_MQ_RSS_CONFIG            330  #define VIRTIO_NET_CTRL_MQ_RSS_CONFIG          1
331                                                   331 
332 /*                                                332 /*
333  * The command VIRTIO_NET_CTRL_MQ_HASH_CONFIG     333  * The command VIRTIO_NET_CTRL_MQ_HASH_CONFIG requests the device
334  * to include in the virtio header of the pack    334  * to include in the virtio header of the packet the value of the
335  * calculated hash and the report type of hash    335  * calculated hash and the report type of hash. It also provides
336  * parameters for hash calculation. The comman    336  * parameters for hash calculation. The command requires feature
337  * VIRTIO_NET_F_HASH_REPORT to be negotiated t    337  * VIRTIO_NET_F_HASH_REPORT to be negotiated to extend the
338  * layout of virtio header as defined in virti    338  * layout of virtio header as defined in virtio_net_hdr_v1_hash.
339  */                                               339  */
340 struct virtio_net_hash_config {                   340 struct virtio_net_hash_config {
341         __le32 hash_types;                        341         __le32 hash_types;
342         /* for compatibility with virtio_net_r    342         /* for compatibility with virtio_net_rss_config */
343         __le16 reserved[4];                       343         __le16 reserved[4];
344         __u8 hash_key_length;                     344         __u8 hash_key_length;
345         __u8 hash_key_data[/* hash_key_length     345         __u8 hash_key_data[/* hash_key_length */];
346 };                                                346 };
347                                                   347 
348  #define VIRTIO_NET_CTRL_MQ_HASH_CONFIG           348  #define VIRTIO_NET_CTRL_MQ_HASH_CONFIG         2
349                                                   349 
350 /*                                                350 /*
351  * Control network offloads                       351  * Control network offloads
352  *                                                352  *
353  * Reconfigures the network offloads that Gues    353  * Reconfigures the network offloads that Guest can handle.
354  *                                                354  *
355  * Available with the VIRTIO_NET_F_CTRL_GUEST_    355  * Available with the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature bit.
356  *                                                356  *
357  * Command data format matches the feature bit    357  * Command data format matches the feature bit mask exactly.
358  *                                                358  *
359  * See VIRTIO_NET_F_GUEST_* for the list of of    359  * See VIRTIO_NET_F_GUEST_* for the list of offloads
360  * that can be enabled/disabled.                  360  * that can be enabled/disabled.
361  */                                               361  */
362 #define VIRTIO_NET_CTRL_GUEST_OFFLOADS   5        362 #define VIRTIO_NET_CTRL_GUEST_OFFLOADS   5
363 #define VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET        363 #define VIRTIO_NET_CTRL_GUEST_OFFLOADS_SET        0
364                                                   364 
365 /*                                                365 /*
366  * Control notifications coalescing.              366  * Control notifications coalescing.
367  *                                                367  *
368  * Request the device to change the notificati    368  * Request the device to change the notifications coalescing parameters.
369  *                                                369  *
370  * Available with the VIRTIO_NET_F_NOTF_COAL f    370  * Available with the VIRTIO_NET_F_NOTF_COAL feature bit.
371  */                                               371  */
372 #define VIRTIO_NET_CTRL_NOTF_COAL                 372 #define VIRTIO_NET_CTRL_NOTF_COAL               6
373 /*                                                373 /*
374  * Set the tx-usecs/tx-max-packets parameters.    374  * Set the tx-usecs/tx-max-packets parameters.
375  */                                               375  */
376 struct virtio_net_ctrl_coal_tx {                  376 struct virtio_net_ctrl_coal_tx {
377         /* Maximum number of packets to send b    377         /* Maximum number of packets to send before a TX notification */
378         __le32 tx_max_packets;                    378         __le32 tx_max_packets;
379         /* Maximum number of usecs to delay a     379         /* Maximum number of usecs to delay a TX notification */
380         __le32 tx_usecs;                          380         __le32 tx_usecs;
381 };                                                381 };
382                                                   382 
383 #define VIRTIO_NET_CTRL_NOTF_COAL_TX_SET          383 #define VIRTIO_NET_CTRL_NOTF_COAL_TX_SET                0
384                                                   384 
385 /*                                                385 /*
386  * Set the rx-usecs/rx-max-packets parameters.    386  * Set the rx-usecs/rx-max-packets parameters.
387  */                                               387  */
388 struct virtio_net_ctrl_coal_rx {                  388 struct virtio_net_ctrl_coal_rx {
389         /* Maximum number of packets to receiv    389         /* Maximum number of packets to receive before a RX notification */
390         __le32 rx_max_packets;                    390         __le32 rx_max_packets;
391         /* Maximum number of usecs to delay a     391         /* Maximum number of usecs to delay a RX notification */
392         __le32 rx_usecs;                          392         __le32 rx_usecs;
393 };                                                393 };
394                                                   394 
395 #define VIRTIO_NET_CTRL_NOTF_COAL_RX_SET          395 #define VIRTIO_NET_CTRL_NOTF_COAL_RX_SET                1
396 #define VIRTIO_NET_CTRL_NOTF_COAL_VQ_SET          396 #define VIRTIO_NET_CTRL_NOTF_COAL_VQ_SET                2
397 #define VIRTIO_NET_CTRL_NOTF_COAL_VQ_GET          397 #define VIRTIO_NET_CTRL_NOTF_COAL_VQ_GET                3
398                                                   398 
399 struct virtio_net_ctrl_coal {                     399 struct virtio_net_ctrl_coal {
400         __le32 max_packets;                       400         __le32 max_packets;
401         __le32 max_usecs;                         401         __le32 max_usecs;
402 };                                                402 };
403                                                   403 
404 struct  virtio_net_ctrl_coal_vq {                 404 struct  virtio_net_ctrl_coal_vq {
405         __le16 vqn;                               405         __le16 vqn;
406         __le16 reserved;                          406         __le16 reserved;
407         struct virtio_net_ctrl_coal coal;         407         struct virtio_net_ctrl_coal coal;
408 };                                                408 };
409                                                   409 
410 /*                                                410 /*
411  * Device Statistics                              411  * Device Statistics
412  */                                               412  */
413 #define VIRTIO_NET_CTRL_STATS         8           413 #define VIRTIO_NET_CTRL_STATS         8
414 #define VIRTIO_NET_CTRL_STATS_QUERY   0           414 #define VIRTIO_NET_CTRL_STATS_QUERY   0
415 #define VIRTIO_NET_CTRL_STATS_GET     1           415 #define VIRTIO_NET_CTRL_STATS_GET     1
416                                                   416 
417 struct virtio_net_stats_capabilities {            417 struct virtio_net_stats_capabilities {
418                                                   418 
419 #define VIRTIO_NET_STATS_TYPE_CVQ       (1ULL     419 #define VIRTIO_NET_STATS_TYPE_CVQ       (1ULL << 32)
420                                                   420 
421 #define VIRTIO_NET_STATS_TYPE_RX_BASIC  (1ULL     421 #define VIRTIO_NET_STATS_TYPE_RX_BASIC  (1ULL << 0)
422 #define VIRTIO_NET_STATS_TYPE_RX_CSUM   (1ULL     422 #define VIRTIO_NET_STATS_TYPE_RX_CSUM   (1ULL << 1)
423 #define VIRTIO_NET_STATS_TYPE_RX_GSO    (1ULL     423 #define VIRTIO_NET_STATS_TYPE_RX_GSO    (1ULL << 2)
424 #define VIRTIO_NET_STATS_TYPE_RX_SPEED  (1ULL     424 #define VIRTIO_NET_STATS_TYPE_RX_SPEED  (1ULL << 3)
425                                                   425 
426 #define VIRTIO_NET_STATS_TYPE_TX_BASIC  (1ULL     426 #define VIRTIO_NET_STATS_TYPE_TX_BASIC  (1ULL << 16)
427 #define VIRTIO_NET_STATS_TYPE_TX_CSUM   (1ULL     427 #define VIRTIO_NET_STATS_TYPE_TX_CSUM   (1ULL << 17)
428 #define VIRTIO_NET_STATS_TYPE_TX_GSO    (1ULL     428 #define VIRTIO_NET_STATS_TYPE_TX_GSO    (1ULL << 18)
429 #define VIRTIO_NET_STATS_TYPE_TX_SPEED  (1ULL     429 #define VIRTIO_NET_STATS_TYPE_TX_SPEED  (1ULL << 19)
430                                                   430 
431         __le64 supported_stats_types[1];          431         __le64 supported_stats_types[1];
432 };                                                432 };
433                                                   433 
434 struct virtio_net_ctrl_queue_stats {              434 struct virtio_net_ctrl_queue_stats {
435         struct {                                  435         struct {
436                 __le16 vq_index;                  436                 __le16 vq_index;
437                 __le16 reserved[3];               437                 __le16 reserved[3];
438                 __le64 types_bitmap[1];           438                 __le64 types_bitmap[1];
439         } stats[1];                               439         } stats[1];
440 };                                                440 };
441                                                   441 
442 struct virtio_net_stats_reply_hdr {               442 struct virtio_net_stats_reply_hdr {
443 #define VIRTIO_NET_STATS_TYPE_REPLY_CVQ           443 #define VIRTIO_NET_STATS_TYPE_REPLY_CVQ       32
444                                                   444 
445 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC      445 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC  0
446 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM       446 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM   1
447 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO        447 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO    2
448 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED      448 #define VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED  3
449                                                   449 
450 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC      450 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC  16
451 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM       451 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM   17
452 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO        452 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO    18
453 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED      453 #define VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED  19
454         __u8 type;                                454         __u8 type;
455         __u8 reserved;                            455         __u8 reserved;
456         __le16 vq_index;                          456         __le16 vq_index;
457         __le16 reserved1;                         457         __le16 reserved1;
458         __le16 size;                              458         __le16 size;
459 };                                                459 };
460                                                   460 
461 struct virtio_net_stats_cvq {                     461 struct virtio_net_stats_cvq {
462         struct virtio_net_stats_reply_hdr hdr;    462         struct virtio_net_stats_reply_hdr hdr;
463                                                   463 
464         __le64 command_num;                       464         __le64 command_num;
465         __le64 ok_num;                            465         __le64 ok_num;
466 };                                                466 };
467                                                   467 
468 struct virtio_net_stats_rx_basic {                468 struct virtio_net_stats_rx_basic {
469         struct virtio_net_stats_reply_hdr hdr;    469         struct virtio_net_stats_reply_hdr hdr;
470                                                   470 
471         __le64 rx_notifications;                  471         __le64 rx_notifications;
472                                                   472 
473         __le64 rx_packets;                        473         __le64 rx_packets;
474         __le64 rx_bytes;                          474         __le64 rx_bytes;
475                                                   475 
476         __le64 rx_interrupts;                     476         __le64 rx_interrupts;
477                                                   477 
478         __le64 rx_drops;                          478         __le64 rx_drops;
479         __le64 rx_drop_overruns;                  479         __le64 rx_drop_overruns;
480 };                                                480 };
481                                                   481 
482 struct virtio_net_stats_tx_basic {                482 struct virtio_net_stats_tx_basic {
483         struct virtio_net_stats_reply_hdr hdr;    483         struct virtio_net_stats_reply_hdr hdr;
484                                                   484 
485         __le64 tx_notifications;                  485         __le64 tx_notifications;
486                                                   486 
487         __le64 tx_packets;                        487         __le64 tx_packets;
488         __le64 tx_bytes;                          488         __le64 tx_bytes;
489                                                   489 
490         __le64 tx_interrupts;                     490         __le64 tx_interrupts;
491                                                   491 
492         __le64 tx_drops;                          492         __le64 tx_drops;
493         __le64 tx_drop_malformed;                 493         __le64 tx_drop_malformed;
494 };                                                494 };
495                                                   495 
496 struct virtio_net_stats_rx_csum {                 496 struct virtio_net_stats_rx_csum {
497         struct virtio_net_stats_reply_hdr hdr;    497         struct virtio_net_stats_reply_hdr hdr;
498                                                   498 
499         __le64 rx_csum_valid;                     499         __le64 rx_csum_valid;
500         __le64 rx_needs_csum;                     500         __le64 rx_needs_csum;
501         __le64 rx_csum_none;                      501         __le64 rx_csum_none;
502         __le64 rx_csum_bad;                       502         __le64 rx_csum_bad;
503 };                                                503 };
504                                                   504 
505 struct virtio_net_stats_tx_csum {                 505 struct virtio_net_stats_tx_csum {
506         struct virtio_net_stats_reply_hdr hdr;    506         struct virtio_net_stats_reply_hdr hdr;
507                                                   507 
508         __le64 tx_csum_none;                      508         __le64 tx_csum_none;
509         __le64 tx_needs_csum;                     509         __le64 tx_needs_csum;
510 };                                                510 };
511                                                   511 
512 struct virtio_net_stats_rx_gso {                  512 struct virtio_net_stats_rx_gso {
513         struct virtio_net_stats_reply_hdr hdr;    513         struct virtio_net_stats_reply_hdr hdr;
514                                                   514 
515         __le64 rx_gso_packets;                    515         __le64 rx_gso_packets;
516         __le64 rx_gso_bytes;                      516         __le64 rx_gso_bytes;
517         __le64 rx_gso_packets_coalesced;          517         __le64 rx_gso_packets_coalesced;
518         __le64 rx_gso_bytes_coalesced;            518         __le64 rx_gso_bytes_coalesced;
519 };                                                519 };
520                                                   520 
521 struct virtio_net_stats_tx_gso {                  521 struct virtio_net_stats_tx_gso {
522         struct virtio_net_stats_reply_hdr hdr;    522         struct virtio_net_stats_reply_hdr hdr;
523                                                   523 
524         __le64 tx_gso_packets;                    524         __le64 tx_gso_packets;
525         __le64 tx_gso_bytes;                      525         __le64 tx_gso_bytes;
526         __le64 tx_gso_segments;                   526         __le64 tx_gso_segments;
527         __le64 tx_gso_segments_bytes;             527         __le64 tx_gso_segments_bytes;
528         __le64 tx_gso_packets_noseg;              528         __le64 tx_gso_packets_noseg;
529         __le64 tx_gso_bytes_noseg;                529         __le64 tx_gso_bytes_noseg;
530 };                                                530 };
531                                                   531 
532 struct virtio_net_stats_rx_speed {                532 struct virtio_net_stats_rx_speed {
533         struct virtio_net_stats_reply_hdr hdr;    533         struct virtio_net_stats_reply_hdr hdr;
534                                                   534 
535         /* rx_{packets,bytes}_allowance_exceed    535         /* rx_{packets,bytes}_allowance_exceeded are too long. So rename to
536          * short name.                            536          * short name.
537          */                                       537          */
538         __le64 rx_ratelimit_packets;              538         __le64 rx_ratelimit_packets;
539         __le64 rx_ratelimit_bytes;                539         __le64 rx_ratelimit_bytes;
540 };                                                540 };
541                                                   541 
542 struct virtio_net_stats_tx_speed {                542 struct virtio_net_stats_tx_speed {
543         struct virtio_net_stats_reply_hdr hdr;    543         struct virtio_net_stats_reply_hdr hdr;
544                                                   544 
545         /* tx_{packets,bytes}_allowance_exceed    545         /* tx_{packets,bytes}_allowance_exceeded are too long. So rename to
546          * short name.                            546          * short name.
547          */                                       547          */
548         __le64 tx_ratelimit_packets;              548         __le64 tx_ratelimit_packets;
549         __le64 tx_ratelimit_bytes;                549         __le64 tx_ratelimit_bytes;
550 };                                                550 };
551                                                   551 
552 #endif /* _UAPI_LINUX_VIRTIO_NET_H */             552 #endif /* _UAPI_LINUX_VIRTIO_NET_H */
553                                                   553 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php