search for: 1byte

Displaying 20 results from an estimated 32 matches for "1byte".

Did you mean: byte
2009 Jan 28
0
X_send_file download 1byte file instade of original size
i m using x_send_file pluggins and download file then only 1byte file is downloaded. in Controller x_send_file("#{RAILS_ROOT}/public#{params[:file]}") if you have idea for this problem so give me a solution -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subsc...
2017 Oct 27
1
[Bug 13105] New: 1byte heap overflow in sanitize_path
https://bugzilla.samba.org/show_bug.cgi?id=13105 Bug ID: 13105 Summary: 1byte heap overflow in sanitize_path Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: jeriko.on...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
On 2018?03?28? 12:01, haibinzhang(???) wrote: > On 2018?03?27? 19:26, Jason wrote > On 2018?03?27? 17:12, haibinzhang wrote: >>> handle_tx() will delay rx for a long time when busy tx polling udp packets >>> with short length(ie: 1byte udp payload), because setting VHOST_NET_WEIGHT >>> takes into account only sent-bytes but no time. >> Interesting. >> >> Looking at vhost_can_busy_poll() it tries to poke pending vhost work and >> exit the busy loop if it found one. So I believe something block the...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
On 2018?03?28? 12:01, haibinzhang(???) wrote: > On 2018?03?27? 19:26, Jason wrote > On 2018?03?27? 17:12, haibinzhang wrote: >>> handle_tx() will delay rx for a long time when busy tx polling udp packets >>> with short length(ie: 1byte udp payload), because setting VHOST_NET_WEIGHT >>> takes into account only sent-bytes but no time. >> Interesting. >> >> Looking at vhost_can_busy_poll() it tries to poke pending vhost work and >> exit the busy loop if it found one. So I believe something block the...
2010 May 02
8
zpool mirror (dumb question)
...guess). My problem is, is that not all 2TB hard drives are the same size (even though they should be 2 trillion bytes, there is still sometimes a +/- (I''ve only noticed this 2x so far) ) and if I create them mirrored, and one fails, and then I replace the drive, and for some reason, it is 1byte smaller, it will not work. How would I go about fixing this "problem"? ****THIS is just a thought, I am looking for thoughts and opinions on doing this... it prolly would be a bad idea, but hey, does it hurt to ask?**** I have been thinking, and would it be a good idea, to have on the...
2013 May 29
2
[Bug 9915] New: File stopped synchronizing during transmission
...e if the following is true, but if we start sending a file to the same folder the such issue happen, the "hung" file will resume sending and complete immediately. The message file that we sent are usually in the sizes between 1MB-4MB. For the time being, we are sending small-sized file of 1byte to "trigger" and "hung" transmission. Below is the arguments that we are using RSYNC_ARG="--log-file=$LOGFILE --chmod=a+rwx,g+rwx,o+rwx --exclude=*.tmp --remove-sent-files --stats --ignore-times --whole-file -qr" There is no data loss but we encountered a long delay...
2008 Aug 19
2
size of speex packets when VAD/CNG is enabled
...nly 1 bit instead of sending the whole VAD/CNG packet. I am doing the same for AMR where i strip-off the AMR SID describing VAD/CNG and simply send "1 bit" in a custom appropriate header of the transmission protocol. With AMR 4.75, sample of 13byte, additionally i also cut-off the the 1byte AMR header by making AMR samples to be transmitted of 12byte. Are those kind of "bandwidth" optimization feasible also for speex? a) size of VAD/CNG samples being replaced by "1 bit" instead of transporting the whole sample b) cutting-off the speex header to reduce the sampl...
2016 Apr 22
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...e well under the 5x EfficiencySanitizer ceiling; presumably it should be under 2x. =========================== Heap/global object access patterns =========================== We plan to use shadow memory and sampling to keep track of heap/global object accesses. Shadow memory: We use a 4byte-to-1byte shadow mapping. Each application word is mapped to a - shadow byte, and so a 64-byte cache line is mapped to a 16-byte shadow memory. In each shadow byte, the highest bit is used for indicating whether the corresponding application word is accessed, and the other 7 bits are used a...
2018 Mar 28
0
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...ote: > > > On 2018?03?28? 12:01, haibinzhang(???) wrote: > > On 2018?03?27? 19:26, Jason wrote > > On 2018?03?27? 17:12, haibinzhang wrote: > > > > handle_tx() will delay rx for a long time when busy tx polling udp packets > > > > with short length(ie: 1byte udp payload), because setting VHOST_NET_WEIGHT > > > > takes into account only sent-bytes but no time. > > > Interesting. > > > > > > Looking at vhost_can_busy_poll() it tries to poke pending vhost work and > > > exit the busy loop if it found one. S...
2016 Apr 23
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...======================== > > > Heap/global object access patterns > > > =========================== > > > We plan to use shadow memory and sampling to keep track of > > heap/global object accesses. > > > Shadow memory: > > > We use a 4byte-to-1byte shadow mapping. Each application word is > > mapped to a > > > * > > > shadow byte, and so a 64-byte cache line is mapped to a 16-byte > > shadow memory. In each shadow byte, the highest bit is used for > > indicating whether the corresponding application word...
2016 Apr 23
2
RFC: EfficiencySanitizer Cache Fragmentation tool
...ably it should be under 2x. > > =========================== > > Heap/global object access patterns > > =========================== > > We plan to use shadow memory and sampling to keep track of heap/global > object accesses. > > Shadow memory: > We use a 4byte-to-1byte shadow mapping. Each application word is mapped > to a > > - > > shadow byte, and so a 64-byte cache line is mapped to a 16-byte shadow > memory. In each shadow byte, the highest bit is used for indicating whether > the corresponding application word is accessed, a...
2018 Jun 29
5
[PATCH vhost] vhost_net: Fix too many vring kick on busypoll
...NFIG event). Before After Mbps kicks/s Mbps kicks/s UDP_STREAM 1472byte 247758 27 Send 3645.37 6958.10 Recv 3588.56 6958.10 1byte 9865 37 Send 4.34 5.43 Recv 4.17 5.26 TCP_STREAM 8801.03 45794 9592.77 2884 Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> --- drivers/vhost/net.c |...
2018 Jun 29
5
[PATCH vhost] vhost_net: Fix too many vring kick on busypoll
...NFIG event). Before After Mbps kicks/s Mbps kicks/s UDP_STREAM 1472byte 247758 27 Send 3645.37 6958.10 Recv 3588.56 6958.10 1byte 9865 37 Send 4.34 5.43 Recv 4.17 5.26 TCP_STREAM 8801.03 45794 9592.77 2884 Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> --- drivers/vhost/net.c |...
2018 Mar 27
0
[PATCH] vhost-net: add time limitation for tx polling
On 2018?03?27? 17:12, haibinzhang(???) wrote: > handle_tx() will delay rx for a long time when busy tx polling udp packets > with short length(ie: 1byte udp payload), because setting VHOST_NET_WEIGHT > takes into account only sent-bytes but no time. Interesting. Looking at vhost_can_busy_poll() it tries to poke pending vhost work and exit the busy loop if it found one. So I believe something block the work queuing. E.g did reverting 8241a1e4...
2018 Apr 08
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
From: haibinzhang(???) <haibinzhang at tencent.com> Date: Fri, 6 Apr 2018 08:22:37 +0000 > handle_tx will delay rx for tens or even hundreds of milliseconds when tx busy > polling udp packets with small length(e.g. 1byte udp payload), because setting > VHOST_NET_WEIGHT takes into account only sent-bytes but no single packet length. > > Ping-Latencies shown below were tested between two Virtual Machines using > netperf (UDP_STREAM, len=1), and then another machine pinged the client: ... > Signed-off-...
2018 Apr 09
0
[PATCH RESEND v2] vhost-net: set packet weight of tx polling to 2 * vq size
From: haibinzhang(???) <haibinzhang at tencent.com> Date: Mon, 9 Apr 2018 07:22:17 +0000 > handle_tx will delay rx for tens or even hundreds of milliseconds when tx busy > polling udp packets with small length(e.g. 1byte udp payload), because setting > VHOST_NET_WEIGHT takes into account only sent-bytes but no single packet length. > > Ping-Latencies shown below were tested between two Virtual Machines using > netperf (UDP_STREAM, len=1), and then another machine pinged the client: ... > Acked-by:...
2008 Aug 19
0
size of speex packets when VAD/CNG is enabled
...sending the whole VAD/CNG packet. > > I am doing the same for AMR where i strip-off the AMR SID describing > VAD/CNG and simply send "1 bit" in a custom appropriate header of the > transmission protocol. With AMR 4.75, sample of 13byte, additionally i > also cut-off the the 1byte AMR header by making AMR samples to be > transmitted of 12byte. > > Are those kind of "bandwidth" optimization feasible also for speex? > > a) size of VAD/CNG samples being replaced by "1 bit" instead of > transporting the whole sample > b) cutting-off the s...
2018 Apr 03
0
[PATCH] vhost-net: add limitation of sent packets for tx polling
On Tue, Apr 03, 2018 at 08:08:26AM +0000, haibinzhang(???) wrote: > handle_tx will delay rx for a long time when tx busy polling udp packets > with small length(e.g. 1byte udp payload), because setting VHOST_NET_WEIGHT > takes into account only sent-bytes but no single packet length. > > Tests were done between two Virtual Machines using netperf(UDP_STREAM, len=1), > then another machine pinged the client. Result shows as follow: > > Packet#...
2006 Sep 04
0
(PR#9201) Unable to save a plot containing Chinese (two-byte)
...t; # One Chinese character => Error > > > > >If Chinese characters are 'two-byte', then this likely will not work (but > >at least European locales on MacOS X are UTF-8, so I expected Chinese ones > >to be also). > As far as I know, UTF-8 contains at least 1byte and 2byte characters. and 3 byte and 4 byte chars, and potentially up to 6. > All the chinese characters are represented by two bytes in UTF-8. Please give your reference! They are in the Unicode ranges from 2F00, and characters above 07Ff need 3 or more bytes in UTF-8. http://www.cl.cam.a...
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
On Fri, Apr 06, 2018 at 08:22:37AM +0000, haibinzhang(???) wrote: > handle_tx will delay rx for tens or even hundreds of milliseconds when tx busy > polling udp packets with small length(e.g. 1byte udp payload), because setting > VHOST_NET_WEIGHT takes into account only sent-bytes but no single packet length. > > Ping-Latencies shown below were tested between two Virtual Machines using > netperf (UDP_STREAM, len=1), and then another machine pinged the client: > > Packet-We...