search for: cushion

Displaying 17 results from an estimated 17 matches for "cushion".

2007 Aug 06
3
authentication question
Hi all Is there another gem to "manage" logins beyound Equipment (basic login/security) to use under Camping? I have already readed the basic_auth.rb and security.rb but is there some app I can see it working as an example?! Thanks in advance Francisco PS: keep the great job with Camping :)
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...as far as I can tell. > > virtio is more like a pipe than a real NIC in this respect. > > Prior/after to this patch, you were not posting buffers, so if packets > were received on a physical NIC, you were dropping the packets anyway. > > It makes no difference at all, adding a cushion might make you feel > better, but its really not worth it. > > Under memory stress, it makes better sense to drop a super big GRO > packet (The one needing frag_list extension ...) > > It gives a better signal to the sender to reduce its pressure, and gives > opportunity to f...
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...as far as I can tell. > > virtio is more like a pipe than a real NIC in this respect. > > Prior/after to this patch, you were not posting buffers, so if packets > were received on a physical NIC, you were dropping the packets anyway. > > It makes no difference at all, adding a cushion might make you feel > better, but its really not worth it. > > Under memory stress, it makes better sense to drop a super big GRO > packet (The one needing frag_list extension ...) > > It gives a better signal to the sender to reduce its pressure, and gives > opportunity to f...
2013 Nov 19
3
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Tue, Nov 19, 2013 at 01:36:36PM -0800, Eric Dumazet wrote: > On Tue, 2013-11-19 at 22:49 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 19, 2013 at 06:03:48AM -0800, Eric Dumazet wrote: > > > On Tue, 2013-11-19 at 16:05 +0800, Jason Wang wrote: > > > > We need to drop the refcnt of page when we fail to allocate an skb for frag > > > > list, otherwise
2013 Nov 19
3
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Tue, Nov 19, 2013 at 01:36:36PM -0800, Eric Dumazet wrote: > On Tue, 2013-11-19 at 22:49 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 19, 2013 at 06:03:48AM -0800, Eric Dumazet wrote: > > > On Tue, 2013-11-19 at 16:05 +0800, Jason Wang wrote: > > > > We need to drop the refcnt of page when we fail to allocate an skb for frag > > > > list, otherwise
2013 Nov 19
0
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...p packets received from host as far as I can tell. > virtio is more like a pipe than a real NIC in this respect. Prior/after to this patch, you were not posting buffers, so if packets were received on a physical NIC, you were dropping the packets anyway. It makes no difference at all, adding a cushion might make you feel better, but its really not worth it. Under memory stress, it makes better sense to drop a super big GRO packet (The one needing frag_list extension ...) It gives a better signal to the sender to reduce its pressure, and gives opportunity to free more of your memory.
2013 Nov 20
0
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...; > virtio is more like a pipe than a real NIC in this respect. > > > > Prior/after to this patch, you were not posting buffers, so if packets > > were received on a physical NIC, you were dropping the packets anyway. > > > > It makes no difference at all, adding a cushion might make you feel > > better, but its really not worth it. > > > > Under memory stress, it makes better sense to drop a super big GRO > > packet (The one needing frag_list extension ...) > > > > It gives a better signal to the sender to reduce its pressure, a...
2003 Nov 06
4
newbie's additional (probably to some extent OT) questions
(1) So finally, thank to your help I have this: summary(lm(x ~ 0+I(t^2))) And then I get this result: ================================================= Call: lm(formula = x ~ 0 + I(t^2)) Residuals: Min 1Q Median 3Q Max -3.332e-02 -9.362e-03 1.169e-05 1.411e-02 3.459e-02 Coefficients: Estimate Std. Error t value Pr(>|t|) I(t^2) 0.0393821
2012 Jun 05
2
Run-time error '339', agentctl.dll issue
I'm trying to install/run a accounting software which is build on VB6 , software gates installed, but at some function I get the "Run-time error 339 component 'agentctl.dll' or one of its dependencies not correctly registered: a file is missing or invalid I've installed vb6run vcrun2008 any solution ????? is there any anyone who is facing same problem ??? Warm Regards
2006 Apr 27
1
losing x-label when exporting to PNG
I have a simple barplot that looks fine in the R graphics device window. However when I export it to png I am losing the x-label. It must be an obvious problem but I cannot see it. Trying to resize the plot does not seem to help. Code is below. Any help gratefully received. ###### Start Code############ Groups <-c(21.8,45, 43, 17.2, 8.3, 18) names(Groups) <- c("Exeter",
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...e a pipe than a real NIC in this respect. > > > > > > Prior/after to this patch, you were not posting buffers, so if packets > > > were received on a physical NIC, you were dropping the packets anyway. > > > > > > It makes no difference at all, adding a cushion might make you feel > > > better, but its really not worth it. > > > > > > Under memory stress, it makes better sense to drop a super big GRO > > > packet (The one needing frag_list extension ...) > > > > > > It gives a better signal to the se...
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...e a pipe than a real NIC in this respect. > > > > > > Prior/after to this patch, you were not posting buffers, so if packets > > > were received on a physical NIC, you were dropping the packets anyway. > > > > > > It makes no difference at all, adding a cushion might make you feel > > > better, but its really not worth it. > > > > > > Under memory stress, it makes better sense to drop a super big GRO > > > packet (The one needing frag_list extension ...) > > > > > > It gives a better signal to the se...
2002 Jan 03
6
Graphical representation of a matrix ?
Hi, The function Repmat under S allows to represent a matrix of data. Is there an equivalent function under R ? thanks for your reply Bruno -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not
2004 Aug 06
1
Re: mp3pro and the mp3 streaming license]
...astes, or they just have crummy PC sound setups I guess. The Ogg Vorbis Release Candidate should be out this summer (maybe this month), which will be 100% feature complete on the decode side. 1.0 will follow shortly after, but probably won't be too different (we have to allow at least a small cushion to let the community test and see if anything major is missing or wrong). > If the consumer mind were that simple.. FreeBSD would've long ago replaced > windows and the linux-based oses a long time ago.. there is a lot to be > said for entrenchment and peoples desire to not 'r...
2003 Aug 02
0
Re: how l (PR#3614)
...hgh2= 002/bw/index.html"><font face=3D"Arial, Helvetica, sans-serif"><b>10</b><kermit><b>0= % GU</b><ingather><b>ARANTEED - Fre</b><filial><b>e Shi</b><= sportswriter><b>pping in the U</b><cushion><b>S - CL</b><= conquistador><b>ICK HE</b><vishnu><b>RE NO</b><topocentric><b>W</font></strong> </a></p> <p><strong><big><font color=3D"#000080"><b>St</b><sheave&...
2003 Jan 18
9
OT: good headphones?
This is off-topic, mostly, but I figure you guys will have some knowledge in this sound-quality-related area. I'm sitting here looking at the most recent "Musician's Friend" at headphones and thinking about getting a pair. They've got products from AKG, Fostex, Audio Technica, Nady, Sennheiser, and Sony, at price points ranging from $16 to $130 (list prices $20 to
2004 Aug 06
4
Re: mp3pro and the mp3 streaming license]
> performances. That's ~125,000 performances a year, which equates to about > $180,000. > > Significantly higher than the Frauhofer license, unless you generate > $9Mil/yr or more in revenue from your stream. The rates are in arbitration, and I doubt they will come out anywhere near that amount. It just isn't feasible, even for large companies. Reember, tradidional