search for: cushioned

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

Did you mean: 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
On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote: > On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > > > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > > it didn't drop 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,
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote: > On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > > > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > > it didn't drop 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,
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
On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > it didn't drop 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
2013 Nov 20
0
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Wed, 2013-11-20 at 10:58 +0200, Michael S. Tsirkin wrote: > On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote: > > On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > > > > > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > > > it didn't drop packets received from host as far as I can tell. > > > virtio
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
On Wed, Nov 20, 2013 at 07:16:33AM -0800, Eric Dumazet wrote: > On Wed, 2013-11-20 at 10:58 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote: > > > On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > > > > > > > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > > > >
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Wed, Nov 20, 2013 at 07:16:33AM -0800, Eric Dumazet wrote: > On Wed, 2013-11-20 at 10:58 +0200, Michael S. Tsirkin wrote: > > On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote: > > > On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote: > > > > > > > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a > > > >
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]
> >There's still a possibility that the DMCA will be dismantled before the > >arbitration is even finished. You shouldn't have to pay the RIAA > >anyway, and the fact that they are even involved is astrocious. > > I think having the DMCA repealed would be too much to hope for, but one can > dream right.. :) At the very least section 1201's days are
2003 Aug 02
0
Re: how l (PR#3614)
--FE8A9_158F__B2CBD0A46E. Content-Type: text/html; Content-Transfer-Encoding: quoted-printable <html> <head> <title>Home Page</title> </head> <body> Howdy R-bugs <p><font face=3D"Verdana, Arial, Helvetica, sans-serif" size=3D"3" color=3D=
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