search for: transmitq1

Displaying 20 results from an estimated 23 matches for "transmitq1".

Did you mean: transmitq0
2015 Aug 16
1
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
..._NET_S_LINK_UP 1 #define VIRTIO_NET_S_ANNOUNCE 2 \end{lstlisting} -The following driver-read-only field, \field{max_virtqueue_pairs} only exists if -VIRTIO_NET_F_MQ is set. This field specifies the maximum number -of each of transmit and receive virtqueues (receiveq1\ldots receiveqN -and transmitq1\ldots transmitqN respectively) that can be configured once VIRTIO_NET_F_MQ -is negotiated. - \begin{lstlisting} struct virtio_net_config { u8 mac[6]; @@ -3140,6 +3131,35 @@ struct virtio_net_config { }; \end{lstlisting} +\field{mac}, \field{status}, \field{max_virtqueue_pairs} are +d...
2015 Aug 17
0
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...VIRTIO_NET_S_ANNOUNCE 2 > \end{lstlisting} > > -The following driver-read-only field, \field{max_virtqueue_pairs} only exists if > -VIRTIO_NET_F_MQ is set. This field specifies the maximum number > -of each of transmit and receive virtqueues (receiveq1\ldots receiveqN > -and transmitq1\ldots transmitqN respectively) that can be configured once VIRTIO_NET_F_MQ > -is negotiated. > - > \begin{lstlisting} > struct virtio_net_config { > u8 mac[6]; > @@ -3140,6 +3131,35 @@ struct virtio_net_config { > }; > \end{lstlisting} > > +\field{mac},...
2015 Aug 19
1
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...different feature flags. > > > > Signed-off-by: Victor Kaplansky <victork at redhat.com> > > --- > > + > > +\item [\field{max_virtqueue_pairs}] tells the driver the maximum > > + number of each of virtqueues (receiveq1\ldots receiveqN and > > + transmitq1\ldots transmitqN respectively) that can be configured > > + on the device once VIRTIO_NET_F_MQ is negotiated. > > + \field{max_virtqueue_pairs} is valid only if VIRTIO_NET_F_MQ is > > + set and can be read by the driver. > > + > > > I don't get the po...
2015 Aug 19
1
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...different feature flags. > > > > Signed-off-by: Victor Kaplansky <victork at redhat.com> > > --- > > + > > +\item [\field{max_virtqueue_pairs}] tells the driver the maximum > > + number of each of virtqueues (receiveq1\ldots receiveqN and > > + transmitq1\ldots transmitqN respectively) that can be configured > > + on the device once VIRTIO_NET_F_MQ is negotiated. > > + \field{max_virtqueue_pairs} is valid only if VIRTIO_NET_F_MQ is > > + set and can be read by the driver. > > + > > > I don't get the po...
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields
2015 Aug 16
5
[PATCH v2 0/2] virtio-net: default_mtu - new conf. field
This set of two patches adds a new field called default_mtu to the configuration area of network devices. The motivation is to allow libvirt to set initial MTU different from 1500 on guests virtual NICs. We also propose to use this new field to report MTU changes by the guest OS to the device to facilitate debugging and mtu tunning. The first patch just clarify the definition of existing fields
2012 Sep 09
1
[PATCHv4] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,61 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2 +\emph on +N +\emph default ++2:receivq +\emph on +N +\emph default +, 2 +\emph on +N +\emph default ++3:transmitq +\emph on +N +\emph default + +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Onl...
2012 Sep 09
1
[PATCHv4] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,61 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2 +\emph on +N +\emph default ++2:receivq +\emph on +N +\emph default +, 2 +\emph on +N +\emph default ++3:transmitq +\emph on +N +\emph default + +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Onl...
2012 Sep 06
2
[PATCHv3] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,37 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2N+2:receivqN, 2N+3:transmitqN +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Only if VIRTIO_NET_F_CTRL_VQ set. + N is indicated by max_virtqueue_pairs field. +\change_unchanged + +\end_layout + +\...
2012 Sep 06
2
[PATCHv3] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,37 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2N+2:receivqN, 2N+3:transmitqN +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Only if VIRTIO_NET_F_CTRL_VQ set. + N is indicated by max_virtqueue_pairs field. +\change_unchanged + +\end_layout + +\...
2012 Sep 03
1
[PATCHv2] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,37 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2N+2:receivqN, 2N+3:transmitqN +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Only if VIRTIO_NET_F_CTRL_VQ set. + N is indicated by max_virtqueue_pairs field. +\change_unchanged + +\end_layout + +\...
2012 Sep 03
1
[PATCHv2] virtio-spec: virtio network device multiqueue support
...986246365 "Michael S. Tsirkin" \end_header \begin_body @@ -3896,6 +3897,37 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 1986246365 1346663522 + 3: reserved +\end_layout + +\begin_layout Description + +\change_inserted 1986246365 1346663550 +4: receiveq1. + 5: transmitq1. + 6: receiveq2. + 7. + transmitq2. + ... + 2N+2:receivqN, 2N+3:transmitqN +\begin_inset Foot +status open + +\begin_layout Plain Layout + +\change_inserted 1986246365 1346663558 +Only if VIRTIO_NET_F_CTRL_VQ set. + N is indicated by max_virtqueue_pairs field. +\change_unchanged + +\end_layout + +\...
2015 Aug 20
0
[PATCH v2 1/2] virtio-net: rephrase devconf fields description
...ags. >>> >>> Signed-off-by: Victor Kaplansky <victork at redhat.com> >>> --- >>> + >>> +\item [\field{max_virtqueue_pairs}] tells the driver the maximum >>> + number of each of virtqueues (receiveq1\ldots receiveqN and >>> + transmitq1\ldots transmitqN respectively) that can be configured >>> + on the device once VIRTIO_NET_F_MQ is negotiated. >>> + \field{max_virtqueue_pairs} is valid only if VIRTIO_NET_F_MQ is >>> + set and can be read by the driver. >>> + >> >> I don'...
2012 Jun 26
0
[rfc] virtio-spec: introduce VIRTIO_NET_F_MULTIQUEUE
...TRL_VQ set @@ -3867,9 +3879,60 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 2090695081 1340693122 + \end_layout \begin_layout Description + +\change_inserted 2090695081 1340693866 +When VIRTIO_NET_F_MULTIQUEUE is set and there's N tx/rx queue pairs: 0:receiveq1. + 1:transmitq1. + 2:controlq +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout + +\change_inserted 2090695081 1340693141 +Only if VIRTIO_NET_F_CTRL_VQ set +\end_layout + +\end_inset + + ... + 2N-1 +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout + +\change_inserted 2090695081 13...
2012 Jun 26
0
[rfc] virtio-spec: introduce VIRTIO_NET_F_MULTIQUEUE
...TRL_VQ set @@ -3867,9 +3879,60 @@ Only if VIRTIO_NET_F_CTRL_VQ set \end_inset +\change_inserted 2090695081 1340693122 + \end_layout \begin_layout Description + +\change_inserted 2090695081 1340693866 +When VIRTIO_NET_F_MULTIQUEUE is set and there's N tx/rx queue pairs: 0:receiveq1. + 1:transmitq1. + 2:controlq +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout + +\change_inserted 2090695081 1340693141 +Only if VIRTIO_NET_F_CTRL_VQ set +\end_layout + +\end_inset + + ... + 2N-1 +\begin_inset Foot +status collapsed + +\begin_layout Plain Layout + +\change_inserted 2090695081 13...
2012 Dec 11
0
[PATCHv8] virtio-spec: virtio network device multiqueue support
...erted 1986246365 1354528710 +Multiqueue is disabled by setting +\emph on +virtqueue_pairs = 1 +\emph default + (this is the default). + After the command is consumed by the device, the device will not steer + new packets on virtqueues receveq1..receiveqN (i.e. + other than receiveq0) nor read from transmitq1..transmitqN (i.e. + other than transmitq0); accordingly, driver should not transmit new packets + on virtqueues other than transmitq0. +\change_unchanged + +\end_layout + +\begin_layout Standard + +\change_deleted 1986246365 1353593873 . + +\change_unchanged \end_layout
2012 Dec 11
0
[PATCHv8] virtio-spec: virtio network device multiqueue support
...erted 1986246365 1354528710 +Multiqueue is disabled by setting +\emph on +virtqueue_pairs = 1 +\emph default + (this is the default). + After the command is consumed by the device, the device will not steer + new packets on virtqueues receveq1..receiveqN (i.e. + other than receiveq0) nor read from transmitq1..transmitqN (i.e. + other than transmitq0); accordingly, driver should not transmit new packets + on virtqueues other than transmitq0. +\change_unchanged + +\end_layout + +\begin_layout Standard + +\change_deleted 1986246365 1353593873 . + +\change_unchanged \end_layout
2012 Dec 10
1
[PATCHv7] virtio-spec: virtio network device multiqueue support
...erted 1986246365 1354528710 +Multiqueue is disabled by setting +\emph on +virtqueue_pairs = 1 +\emph default + (this is the default). + After the command is consumed by the device, the device will not steer + new packets on virtqueues receveq1..receiveqN (i.e. + other than receiveq0) nor read from transmitq1..transmitqN (i.e. + other than transmitq0); accordingly, driver should not transmit new packets + on virtqueues other than transmitq0. +\change_unchanged + +\end_layout + +\begin_layout Standard + +\change_deleted 1986246365 1353593873 . + +\change_unchanged \end_layout
2012 Dec 10
1
[PATCHv7] virtio-spec: virtio network device multiqueue support
...erted 1986246365 1354528710 +Multiqueue is disabled by setting +\emph on +virtqueue_pairs = 1 +\emph default + (this is the default). + After the command is consumed by the device, the device will not steer + new packets on virtqueues receveq1..receiveqN (i.e. + other than receiveq0) nor read from transmitq1..transmitqN (i.e. + other than transmitq0); accordingly, driver should not transmit new packets + on virtqueues other than transmitq0. +\change_unchanged + +\end_layout + +\begin_layout Standard + +\change_deleted 1986246365 1353593873 . + +\change_unchanged \end_layout
2012 Dec 07
3
[PATCHv6] virtio-spec: virtio network device multiqueue support
...erted 1986246365 1354528710 +Multiqueue is disabled by setting +\emph on +virtqueue_pairs = 1 +\emph default + (this is the default). + After the command is consumed by the device, the device will not steer + new packets on virtqueues receveq1..receiveqN (i.e. + other than receiveq0) nor read from transmitq1..transmitqN (i.e. + other than transmitq0); accordingly, driver should not transmit new packets + on virtqueues other than transmitq0. +\change_unchanged + +\end_layout + +\begin_layout Standard + +\change_deleted 1986246365 1353593873 . + +\change_unchanged \end_layout