search for: 8000h

Displaying 12 results from an estimated 12 matches for "8000h".

Did you mean: 8000
2011 Mar 21
1
[elflink] diskstart.inc:420: error: Sector 1 overflow by 5 bytes
...you changed the overflow check, commit 2e91ec5f155f04aee878ed70a04fb5b15e40da3b Author: Feng Tang <feng.tang at intel.com> Date: Wed Jul 14 15:55:25 2010 +0800 elflink: a lot of core/fs merge @@ -691,16 +798,22 @@ rl_checkpt equ $ ; Must be <= 8000h rl_checkpt_off equ ($-$$) %ifndef DEPEND -%if rl_checkpt_off > 3FCh ; Need one pointer in here -%error "Sector 1 overflow" -%endif + %if rl_checkpt_off > 3F6h ; Need one extent + %assign rl_checkpt_overflow rl_checkpt_off - 3F6h + %erro...
2012 Dec 07
3
[PATCHv6] virtio-spec: virtio network device multiqueue support
...eiveq0..receiveq +\emph on +N +\emph default + and transmitq0..transmitq +\emph on +N +\emph default + respectively; +\emph on +N +\emph default += +\emph on +max_virtqueue_pairs - 1 +\emph default +) that can be configured once VIRTIO_NET_F_MQ is negotiated. + Legal values for this field are 1 to 8000h. + +\change_unchanged \begin_inset listings inline false @@ -4392,6 +4474,17 @@ struct virtio_net_config { \begin_layout Plain Layout u16 status; +\change_inserted 1986246365 1354531427 + +\end_layout + +\begin_layout Plain Layout + +\change_inserted 1986246365 1354531437 + + u16 ma...
2012 Dec 07
3
[PATCHv6] virtio-spec: virtio network device multiqueue support
...eiveq0..receiveq +\emph on +N +\emph default + and transmitq0..transmitq +\emph on +N +\emph default + respectively; +\emph on +N +\emph default += +\emph on +max_virtqueue_pairs - 1 +\emph default +) that can be configured once VIRTIO_NET_F_MQ is negotiated. + Legal values for this field are 1 to 8000h. + +\change_unchanged \begin_inset listings inline false @@ -4392,6 +4474,17 @@ struct virtio_net_config { \begin_layout Plain Layout u16 status; +\change_inserted 1986246365 1354531427 + +\end_layout + +\begin_layout Plain Layout + +\change_inserted 1986246365 1354531437 + + u16 ma...
2012 Nov 23
1
[PATCHv5] virtio-spec: virtio network device RFS support
...ceiveq0..receiveq +\emph on +N +\emph default + and transmitq0..transmitq +\emph on +N +\emph default + respectively; +\emph on +N +\emph default += +\emph on +max_virtqueue_pairs - 1 +\emph default +) that can be configured once VIRTIO_NET_F_RFS is negotiated. +Legal values for this field are 1 to 8000h. + +\change_unchanged \begin_inset listings inline false @@ -4410,7 +4488,24 @@ Device Initialization \begin_layout Enumerate The initialization routine should identify the receive and transmission - virtqueues. + virtqueues +\change_inserted 1986246365 1352744077 +, up to N+1 of each kind...
2012 Nov 23
1
[PATCHv5] virtio-spec: virtio network device RFS support
...ceiveq0..receiveq +\emph on +N +\emph default + and transmitq0..transmitq +\emph on +N +\emph default + respectively; +\emph on +N +\emph default += +\emph on +max_virtqueue_pairs - 1 +\emph default +) that can be configured once VIRTIO_NET_F_RFS is negotiated. +Legal values for this field are 1 to 8000h. + +\change_unchanged \begin_inset listings inline false @@ -4410,7 +4488,24 @@ Device Initialization \begin_layout Enumerate The initialization routine should identify the receive and transmission - virtqueues. + virtqueues +\change_inserted 1986246365 1352744077 +, up to N+1 of each kind...
2012 Dec 11
0
[PATCHv8] virtio-spec: virtio network device multiqueue support
...field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes in v8: - Fix value for CTRL_MQ command Changes in v7: - 8000h -> 0x8000 at Rusty's request Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting chang...
2012 Dec 11
0
[PATCHv8] virtio-spec: virtio network device multiqueue support
...field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes in v8: - Fix value for CTRL_MQ command Changes in v7: - 8000h -> 0x8000 at Rusty's request Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting chang...
2012 Dec 10
1
[PATCHv7] virtio-spec: virtio network device multiqueue support
..._NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes in v7: - 8000h -> 0x8000 at Rusty's request Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting chang...
2012 Dec 10
1
[PATCHv7] virtio-spec: virtio network device multiqueue support
..._NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes in v7: - 8000h -> 0x8000 at Rusty's request Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting chang...
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...FFFF80h push esi push edi push ebx sub esp, 74h push 3 call sub_4080F0 add esp, 4 stmxcsr [esp+80h+var_80] or [esp+80h+var_80], 8000h ldmxcsr [esp+80h+var_80] cmp [ebp+argc], 2 jz short loc_40103A mov eax, 0FFFFFFFFh add esp, 74h pop ebx pop edi pop esi mov...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...>> push ebx >> sub esp, 74h >> push 3 >> call sub_4080F0 >> add esp, 4 >> stmxcsr [esp+80h+var_80] >> or [esp+80h+var_80], 8000h >> ldmxcsr [esp+80h+var_80] >> cmp [ebp+argc], 2 >> jz short loc_40103A >> mov eax, 0FFFFFFFFh >> add esp, 74h >> pop ebx >>...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...t;> sub esp, 74h >>>> push 3 >>>> call sub_4080F0 >>>> add esp, 4 >>>> stmxcsr [esp+80h+var_80] >>>> or [esp+80h+var_80], 8000h >>>> ldmxcsr [esp+80h+var_80] >>>> cmp [ebp+argc], 2 >>>> jz short loc_40103A >>>> mov eax, 0FFFFFFFFh >>>> add esp, 74h >>>>...