similar to: About hardware pci crypto accelerator that is supported under CentOS

Displaying 20 results from an estimated 10000 matches similar to: "About hardware pci crypto accelerator that is supported under CentOS"

2008 Feb 26
0
[PATCH] Fix request_module/modprobe deadlock in netfront accelerator
There would seem to be a potential deadlock in the netfront accelerator plugin support. When the configured accelerator changes in xenstore, netfront tries to load the new plugin using request_module(). It does this from a workqueue work item. request_module() will invoke modprobe which in some circumstances (I''m not sure exactly what - I''ve not managed to reproduce it myself)
2007 Oct 30
0
[Patch 6/8] Netfront accelerator bug fixes
cleanup accelerators list on netfront unload Signed-off-by <kmansley@solarflare.com> diff -r fdfd708d2ec4 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Wed Oct 24 15:38:35 2007 +0100 +++ b/drivers/xen/netfront/accel.c Wed Oct 24 16:25:57 2007 +0100 @@ -75,6 +75,24 @@ void netif_init_accel(void) spin_lock_init(&accelerators_lock); } +void netif_exit_accel(void) +{
2007 Jan 30
1
Compiling CentOS kernel
When I download a kernel from kernel.org I can compile it making config and make bzimage, but in some case I tried to make the kernel for a specific CPU in CentOS kernel source and I can not compile the CentOS kernel. Why CentOS kernel do not compile as kernel of kernel.org? I think that should worlk ease. -- Devel it, Precio http://www.pas-world.com
2007 Oct 03
0
[PATCH 6/6] Network acceleration improvements
Signed-off-by: Kieran Mansley <kmansley@solarflare.com> Cleanup vif_state on device removal diff -r f992a517aba5 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Wed Oct 03 13:41:33 2007 +0100 +++ b/drivers/xen/netfront/accel.c Wed Oct 03 13:45:55 2007 +0100 @@ -500,6 +500,30 @@ EXPORT_SYMBOL_GPL(netfront_accelerator_r /* + * Remove the hooks from a single vif state.
2010 Apr 09
0
step function
Hello I am using the step function in order to do backward selection for a linear model of 52 variables with the following commands: object<-lm(vars[,1] ~ (vars[,2:(ncol(predictors)+1)]-1)) BackS<-step(object,direction="backward") but it isn't dropping any if the variables in the model, but there are lots of not significant variables as you can see here >
2018 Jun 13
4
[lldb-dev] Adding DWARF5 accelerator table support to llvm
Hello again, It's been nearly six months since my first email, so it's a good time to recap what has been done here so far. I am happy to report that stages 1-3 (i.e. producer/consumer in llvm and integration with lldb) of my original plan are now complete with one caveat. The caveat is that the .debug_names section is presently not a full drop-in replacement for the .apple_*** sections.
2007 Feb 13
6
Manage of firewall.
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful. I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar? -- Devel in Precio http://www.pas-world.com
2018 Jun 13
2
[lldb-dev] Adding DWARF5 accelerator table support to llvm
> On Jun 13, 2018, at 11:18 AM, Jonas Devlieghere via lldb-dev <lldb-dev at lists.llvm.org> wrote: > > Hi Pavel, > >> On Jun 13, 2018, at 6:56 AM, Pavel Labath <labath at google.com <mailto:labath at google.com>> wrote: >> >> Hello again, >> >> It's been nearly six months since my first email, so it's a good time >> to
2007 Mar 12
2
Problems Erasing packets
I want to erase packets (rpm -e), but rpm say: multiple packages How to erase this packages? -- -- Devel in Precio http://www.pas-world.com
2007 Mar 21
0
About packets for via c7, optimizing
optimizing for via c7. Any packet specific for via c7? Openssl, kernel,apache,php, mysql, -- -- Devel in Precio http://www.pas-world.com
2007 Feb 07
2
Support of Marvel Yukon Gigabit Ethernet
Hello, Marvel Yukon Gigabit Ethernet is supported by CentOS ? -- -- Devel in Precio http://www.pas-world.com
2007 Feb 13
2
Via C7
Hello, Anyone run CentOS in Via C7 system? -- -- Devel in Precio http://www.pas-world.com
2007 Feb 26
1
About ISP sniffing, trying to undertstand
Hello, I am trying to understand how Tor protect to ISP sniffing in proxy. I suppose this steps: 1) Dowload Tor software, software should signed or downloaded from SSL site. 2) Computer software verify that software is not modified, and install it. 3) Vidalia starts tunnel, At this point how keys are exchanged? ... -- -- Devel in Precio http://www.pas-world.com
2005 Feb 17
4
multiple crypto accelerator cards in one FreeBSD box
Hi there! we are thinking of deploying a IPSEC VPN concentrator using multiple PCI bus version VPN1401 cards in a FreeBSD box using hifn support.. From the technical specs in Soekris website http://www.soekris.com/vpn1401.htm, each card can support 24 to 70 connections. The question is if we put 3 VPN1401 cards in a single box, does this mean the FreeBSD box can support 3 x (24 to 70) IPSEC
2009 Jun 29
0
Problem with 2.3 nested forms and new elements
Hi, I''m using the new nested forms functionality and I having problems with new created elements. I have an invoice with lines. I would like to be able to create a new invoice, in the same form insert new lines dinamically and saving the invoice and the lines when everything is validated, not before. The problem is that when I add a line dinamically to the form, the new line created
2004 Jun 02
0
How to configure applications so that they could use hardware ssl accelerator
Greetings, i came accross some comments about hardware ssl accelerator use under *nix in this list , and applied some of this information (which are post approximately 2 months ago) successfully to make apache to use hardware ssl accelerator . To do so i just wrote "SSLCryptoDevice ubsec" option to my httpd.conf and httpd started to use my Broadcom accelerator . But i still have
2018 Apr 19
2
Interpretación NA's
Hola Carlos Muchas gracias por tu respuesta. Saludos ________________________________ De: Carlos Ortega <cof en qualityexcellence.es> Enviado: jueves, 19 de abril de 2018 10:47:54 a. m. Para: Javier Nieto CC: r-help-es en r-project.org Asunto: Re: [R-es] Interpretaci?n NA's Pues que la peque?a variaci?n en las ventas no pueden explicarse con un precio constante. Hay otra variable
2018 Jun 18
3
[lldb-dev] Adding DWARF5 accelerator table support to llvm
> On Jun 15, 2018, at 1:48 PM, Pavel Labath <labath at google.com> wrote: > > On Fri, 15 Jun 2018 at 20:14, David Blaikie <dblaikie at gmail.com> wrote: >> >> How do you handle name lookup for nested classes? They have the same problem (they don't appear in all definitions) - don't appear in all descriptions of the outer/parent class. (in theory we could
2017 Aug 08
2
unir varios archivos .csv en una serie historica
Hola Eric. Me diste una muy buena orientación. Para algunos años los archivos son de excel donde cada uno tiene 12 hojas, una hoja por mes. Cada hoja tiene el siguiente formato: Hora 1 2 3 4 ? 31 1 0 0 0 0 ? 23 2 0 0 0 24 ? 0 3 0 0 0 24,5 ? 21 4 0 0 0 26 ? 12 ????????? 24 0 0 0 0 ? 0 Por ejemplo en el día 1 el precio en las horas 1, 2, 3, 4 y 24 es 0, en cambio el día 31 el precio a la hora 1
2017 Aug 08
2
unir varios archivos .csv en una serie historica
Hola Eric. Muchas gracias. Era exactamente lo que quería. Te agradezco mucho. Saludos, Sebastián. Enviado desde Correo para Windows 10 De: eric Enviado: martes, 8 de agosto de 2017 8:25 Para: Sebastian Kruk; Lista R Asunto: Re: [R-es] unir varios archivos .csv en una serie historica hola sebastian, invente 3 archivos con la estructura que describes y probe el codigo, le hice un par de arreglos