search for: nhoff

Displaying 20 results from an estimated 22 matches for "nhoff".

Did you mean: hoff
2018 Sep 25
2
bpf compilation using clang
...nst __u32 *)rss_key)[j + 1]) >> (32 - i)); } } } return hash; } static int __attribute__((always_inline)) rss_l3_l4(struct __sk_buff *skb) { __u64 proto = load_half(skb, 12); __u64 nhoff = ETH_HLEN; __u32 key_idx = 0xdeadbeef; __u32 hash = 0; struct virtio_net_hdr_rss * rss_conf; struct rss_key *rsskey; int j = 0; __u8 *key = 0; __u32 len = 0; __u32 queue = 0; __u32 q = 0; rss_conf = (struct virtio_net...
2018 Sep 13
4
bpf compilation using clang
Hi all, I am trying to insert instructions into the bpf using the bpf syscall, the instructions were generated using the following command line: clang -I ~/Builds/bpf_rss/iproute2/include -Wall -target bpf -O2 -emit-llvm -c upstream/qemu/hw/net/rss_tap_bpf_program.c -o - | llc -march=bpf -filetype=obj -o tap_bpf_program.o and then were translated to bpf instructions using the BPFCparser tool
2004 Sep 14
3
Howto enlarge fonts size in R- Graphics?
Hi, I am fairly new to GNU R ! At the moment I am doing an intensive learning on the basics of GNU R-1.91, especially graphics like plots and alike, by reading the introductory docs! Well, except some occasional glitches (X11 output errors) everything seems to be fine, thanks to developers for this fine program! But there is a slight problem with the size of fonts in graphics, i.e. its very
2005 Nov 23
8
getting started, reading listing and saving data
Dear List I am new to R and to the list and will try best as I can be clear and concise. My apologies if anything I write contravenes the posting code on this list. I would also like to say I have run through most of the material on the R website before writing this email however, I am stuck. Here is what I want to do and what I have done 1. Read a comma seperated text file into R I have used
2005 Oct 19
6
forrest plot
Hi, can you tel me how can I make a Forrest Plot with R? It is possible and easy or are there a more practical free software available? Than you Mic [[alternative HTML version deleted]]
2004 Sep 15
4
loading error of the Rcmdr library on Debian Sid
Hello, I just tried to get Rcmdr package working, resulting in: ---------------------------------------------------------------------- > library(Rcmdr) Loading required package: tcltk Loading required package: lattice Loading required package: foreign Loading required package: abind Loading required package: lmtest Loading required package: multcomp Loading required package: relimp Loading
2008 May 20
2
Running sieve filters on already delivered mails
I want to know what the best way to run sieve filters on already delivered mail is. Problem is that I have a rather large unfiltered mailbox and filtering it by hand would be a PITA. I don't mind coding something up to do this, but I just don't think that I'm the first one with this problem. Thanks - Axel
2004 Sep 17
1
library functions looks up wrong directory
Hello, I just encountered this error from within R: -------------------------------------------------------------- > library() Warning message: library '/usr/local/lib/R/site-library' contains no package in: library() --------------------------------------------------------------- which is basically correct since all the looked up packages are in /usr/lib/R/site-library, not in
2004 Sep 27
1
mtrace and debug
Hello, pointed to the article "Debugging Without (Too Many) Tears" of Mark Bravington in Rnews Vol 3/3, December 2003 there is a package mvbutils mentioned. So I started to install this package from within R > install.package(mvbutils) I receive an error essage that this package is not found! Is due to a merge,removal or rename of this package? When I try to follow this
2005 Jan 11
1
Ess packages for Suse-9.2 available ?
Hi, I've just managed to install R on Suse-9.2. Unfortunately there seem to be no Ess packages in Suse distri available. Doesn't seem like that Suse is ever to integrate these packages (since 2000)!? Are there any precompiled binaries around? So far I haven't been lucky to find any of them on rpmfind and similar sites. Maybe someone has already Ess binary for Suse-9.2 and is willing
2014 Nov 11
0
[Bug 987] New: nf_conntrack_reasm.c : Silent discard of overlapping fragments is not silent
...uses the destruction of the fragment queue and returns an error code: discard_fq: inet_frag_kill(&fq->q, &nf_frags); err: return -1; } The function nf_ct_frag6_queue is called from nf_ct_frag6_gather, that falls back to ret_orig on error: if (nf_ct_frag6_queue(fq, clone, fhdr, nhoff) < 0) { spin_unlock_bh(&fq->q.lock); pr_debug("Can't insert skb to queue\n"); inet_frag_put(&fq->q, &nf_frags); goto ret_orig; } where the skb clone is freed and the original skb is returned. ret_orig: kfree_skb(clone); return skb; } In...
2004 Sep 17
1
loading error of the Rcmdr library on Debian Sid [SOLVED]
Hello, hopefully someone will remember my previous problem to load the Rcmdr library from within GNU R resulting in an error message: "libnvidia-tls.so.1: cannot handle TLS data". Some suggestions have been raised by Christian Schulz and others that unfortunately didn't work around this error. Nevertheless I felt very grateful for your suggestions! This morning I investigated
2004 Sep 21
0
S/R and data mining (was can't understand "R")
...rgo/DataMiningWithR/ Trevor Hastie , Robert Tibshirani, Jerome Friedman, The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2001, Springer-Verlag. http://www-stat.stanford.edu/~tibs/ElemStatLearn/ I'm find too for some R application for DM. Best Vito Thomas Sch??nhoff wrote: Hello, Uwe Ligges schrieb: > Erin L. Leisz wrote: > If the manual "An Introduction to R is not sufficient for you, what > about reading a book, e.g. Peter Dalgaard's "Introductory Statistics > with R", Springer? Here you learn R along some basic statistica...
2008 May 22
4
Sort output of dovecot -n alphabetically?
Is there a way? Postfix does this by default, and it makes it much less likely to miss/overlook a setting... If there is no way, any chance to modify it so that it does? Thanks for dovecot! Really looking forward to 1.1 release! -- Best regards, Charles
2004 Oct 25
2
Intro to R: lecture presentation
Hi All: A couple of weeks back, I asked a question on the list that I was invited to provide an introductory lecture on R to a group of academicians in Kolkata. I thank all of you who had generously guided me in providing me web links and words to the wise. Time to give back. I did the presentation on introduction to R and uploaded the presentation files at the following site:
2005 Mar 13
0
any book and tutorial about how to manipulate data with R /S+
.... I'd say R is one of the easiest, but that does require that you gain some familiarity with it. If you have specific questions, try search in the R-help archive, or if you can't find answer there, post the question here. Andy > > On Sat, 12 Mar 2005 15:34:06 +0100, Thomas Sch?nhoff > <tom_hoary at web.de> wrote: > > Hallo, > > > > Am Samstag, 12. M?rz 2005 15:08 schrieb Wensui Liu: > > > In real world, data manipulation might take even longer time and > > > more effort than statistical analysis and modeling. > > > > &...
2005 Oct 24
2
Strange update behavior of gregmisc
Hello, I notice an odd behavior of gregmisc package when using "update.packages()" via R --no-save (as root). Every time I launch update.packages() gregmisc is repeatedly selected for upgrade. Current available version of gregmisc is 2.08 according to 'installed.packages()'. Despite I obviousely have already installed the most up to date gregmisc, gregmisc will be updated
2004 Nov 07
2
Using GNU R on a two box "cluster"
Hello, right now I'm thinking about running R 2.0.0 on box A (Debian SID) but at the same time having access to the ressources of box B (Ubuntu Linux) regarding disk capacity, RAM, idle CPU cycles . Is there anyone of you that has already installed and administred such a tiny (home based) cluster? Well, the term cluster seems quite a bit of an exaggeration related to what I am looking
2004 Sep 19
3
WARNING: terminal is not fully functional
Hello, first trials to run R from inside of Emacs repeatedly gives me: ---------------------------------------------------------------- > ?sink WARNING: terminal is not fully functional - (press RETURN) ----------------------------------------------------------------- Seems like this is going to happen to all help calls using a questionmark! Any idea how to change this, maybe this
2004 Oct 13
1
Cleaning up R-2.0.0 installation on GNU/Linux ?
Hello, first, big thank you to the developers of R, the release of recent version is very nice.! Well, it seems that I've messed up my current installation by using two update mechanism at the same time on my Debian Sid box. That is : 1)Debian Way per apt-get freshing up my R installation 2) irregularily "update packages()" from within R. I guess this obviousely resulted in