search for: 2ms

Displaying 20 results from an estimated 70 matches for "2ms".

Did you mean: 2mb
2014 Jan 10
1
Switch mode three-node routing problem
...ork to the machine4 (192.168.10.11/16) on the net of Router1 If Roadwarrior3 is down, i observer normal behavior: @machine5:~$ ping 192.168.10.11 Ping statistics for 192.168.10.11: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 5ms, Average = 3ms Now I start tincd on Roadwarrior: @machine5:~$ ping 192.168.10.11 Ping statistics for 192.168.10.11: Packets: Sent = 4, Received = 1, Lost = 3 (75% loss), Approximate round trip times in milli-seconds: Minimum = 2ms, Maximum = 2ms, Average = 2ms running ping...
2013 Nov 25
14
[PATCH] VMX: wbinvd when vmentry under UC
From e2d47e2f75bac6876b7c2eaecfe946966bf27516 Mon Sep 17 00:00:00 2001 From: Liu Jinsong <jinsong.liu@intel.com> Date: Tue, 26 Nov 2013 04:53:17 +0800 Subject: [PATCH] VMX: wbinvd when vmentry under UC This patch flush cache when vmentry back to UC guest, to prevent cache polluted by hypervisor access guest memory during UC mode. However, wbinvd is a _very_ time consuming operation, so 1.
2009 Jan 19
3
[LLVMdev] avoid creating .dir files
...gt; There isn't a good reason to create files called .dir in the >> installation directory. This patch fixes that. > > If we don't have this line, every build with do the makedir. And? $ time mkdir -p /bin real 0m0.002s user 0m0.000s sys 0m0.002s an extra mkdir takes around 2ms per build. An up-to-date inc build takes 2231ms for me. If you want some of the extra 2231ms back, I'd recommend avoiding recursion in the makefiles. This will yield a larger benefit than worrying about the extra mkdir. If we have it, then .dir files are created in the installation...
2009 Apr 08
3
Rails 2.3 memcache performance drop
...he board increase in response times. It seems that every call to memcache now takes 10x longer than before. Here are some example numbers from my development log (below), with memcache running locally. We see similar scale of performance drop in production as well - average memcache call before 2ms, now 20ms. It adds up to a significant hit. Before Rails 2.3 upgrade: Cached fragment hit: views/homepage_recent_blog_posts (0.00043) Cached fragment hit: views/homepage_active_threads (0.00033) Cached fragment hit: views/homepage_weekly_feature (0.00029) Cached fragment hit: views/homepage_rece...
2020 Oct 28
4
PJSIP tight loop on auth failure
...Authenticate header 3. Asterisk re-sends INVITE to OpenSIPs with Proxy-Authorization header, but has the wrong password 4. goto step 2 and repeat forever So what we're seeing is Asterisk re-sending an INVITE with incorrect auth (which is clearly never going to work), about every 2ms. The Call-ID remains the same all of the time. Shouldn't PJSIP realise that this isn't going to work after a few tries and give up? The only way I've found of stopping the seemingly infinite loop is to either restart Asterisk or temporarily block network traffic between the two machi...
2005 Oct 11
5
The effects of queueing on delay
...egress interface eth0 of the router at any stage. (every packet is enqueued by pfifo_enqueue() to an empty queue. I have confirmed this by adding adding a counter in sch_fifo.c that is incremented every time there is a packet in the queue when a new packet is enqueued.) The delay is at a maximum of 2ms. When I increase the policing rate and shaping rates to 48.4687. The combined increase is 31.2 kbit which is very small. there are some packets queued for a short period and some dropped which clears the queue. The maximum number of packets dropped was 20 per second. But the delay goes up to 30ms...
2020 Jul 14
0
[PATCH AUTOSEL 5.7 15/19] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2020 Jul 14
0
[PATCH AUTOSEL 5.4 14/18] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2020 Jul 14
0
[PATCH AUTOSEL 4.19 12/13] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2020 Jul 14
0
[PATCH AUTOSEL 4.14 12/12] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2020 Jul 14
0
[PATCH AUTOSEL 4.9 10/10] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm200.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2020 Jul 14
0
[PATCH AUTOSEL 4.4 9/9] drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ timeout
...uveau/nvkm/subdev/i2c/auxg94.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxg94.c @@ -118,10 +118,10 @@ g94_i2c_aux_xfer(struct nvkm_i2c_aux *obj, bool retry, if (retries) udelay(400); - /* transaction request, wait up to 1ms for it to complete */ + /* transaction request, wait up to 2ms for it to complete */ nvkm_wr32(device, 0x00e4e4 + base, 0x00010000 | ctrl); - timeout = 1000; + timeout = 2000; do { ctrl = nvkm_rd32(device, 0x00e4e4 + base); udelay(1); diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgm204.c b/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux...
2012 Feb 26
0
Served asset /application.css - 304 Not Modified
...Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-26 14:48:35 +0900 Served asset /application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-26 14:48:35 +0900 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-26 14:48:35 +0900 Served asset /jquery.js - 304 Not Modified (2ms) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to...
2007 Feb 07
3
Diagnosing poor call quality
...sk box on-site. Each site has an 8mb down/448k up ADSL connection and the phones connect via SIP to an asterisk box in a datacentre using g729. The asterisk box in the datacentre connects to our other asterisk boxes providing pstn connectivity via IAX2. Latency between these boxes is between 1 and 2ms. The ADSL connections to the client sites are all consistently delivering latencies of sub-25ms to the datacentre and there is traffic shaping on that connection to give priority to any traffic from the phones' IPs. Comments from the users at these sites are as follows: "call sounded like...
2011 Apr 13
3
Question about ERB performance
I''m trying out rails 3 and I''m looking at the performance statistics given by WEBrick. It says many of my database operations are taking 2ms or 7ms... but the view is taking 40ms. People often say that the database is the bottleneck in applications (which it most certainly can be, and often is)... but isn''t the rendering of ERB a little show here? My test pages really aren''t that complicated... 1 partial... 1 layout......
2016 Jan 27
2
Problem with the way BUILD_SHARED_LIBS=ON handled in llvm 3.8
...> > A clang built with BUILD_SHARED_LIBS=On will be significantly slower than one built against a single LLVM dynamic library, and in turn that is significantly slower than a clang built against static libraries. On Darwin process launch for a clang built against an LLVM dynamic library takes 2ms longer to launch than clang built against static libraries. > > The fix here is not to make BUILD_SHARED_LIBS work the way it used to. The fix is to make LLVM_LINK_LLVM_DYLIB work with out-of-tree builds. Since I am the only one complained about this so far, I'll revert this change local...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...e cases. > We just want <1ms ping latency, but actually we are not sure what value is reasonable. > We have some test results using netperf before this patch as follow, > > Udp payload 1byte 100bytes 1000bytes 1400bytes > Ping avg latency 25ms 10ms 2ms 1.5ms > > What is other testcases? Something like https://patchwork.kernel.org/patch/10151645/. Btw, you need use time_before() to properly handle jiffies overflow and I would also suggest you to try something like #packets limit (e.g 64). For long term, we definitely need more wo...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...e cases. > We just want <1ms ping latency, but actually we are not sure what value is reasonable. > We have some test results using netperf before this patch as follow, > > Udp payload 1byte 100bytes 1000bytes 1400bytes > Ping avg latency 25ms 10ms 2ms 1.5ms > > What is other testcases? Something like https://patchwork.kernel.org/patch/10151645/. Btw, you need use time_before() to properly handle jiffies overflow and I would also suggest you to try something like #packets limit (e.g 64). For long term, we definitely need more wo...
2010 Feb 16
1
chan_sip.c: Disconnecting call 'SIP/302-b720dd78' for lack of RTP activity in 301 seconds
Hello My friends, Today my asterisk stop working and i could see the following messags in /var/log/asterisk/messages at the time that asterisk stop working: [Feb 16 13:23:40] NOTICE[8230] chan_sip.c: Peer '324' is now Reachable. (2ms / 2000ms) [Feb 16 13:24:41] NOTICE[8230] chan_sip.c: Disconnecting call 'SIP/302-b720dd78' for lack of RTP activity in 301 seconds [Feb 16 13:25:54] NOTICE[8230] chan_sip.c: Disconnecting call 'SIP/346-b764bb28' for lack of RTP activity in 301 seconds [Feb 16 13:26:00] NOTICE[8230]...
2006 Oct 29
2
Live/Realtime streaming
Hello List, i would like to stream to a network. I am expecting a delay/latency of 1-2ms. I have compiled and install icecast 2.3.1 on OpenSuSE10.1. I also had a look at: http://www.6809.org.uk/media/ices2-howto.shtml#config-input-dev (1) http://lists.xiph.org/pipermail/icecast/2006-February/010340.html (2) and http://www.6809.org.uk/media/run_ices (3) When i use Link/Way (3) i had...