Displaying 9 results from an estimated 9 matches for "l64".
Did you mean:
64
2013 Feb 04
1
NSD 3.2.15 released (+RRL)
...for specific query patterns when verbosity set to level
2 or higher.
Best regards,
Matthijs
link: http://www.nlnetlabs.nl/downloads/nsd/nsd-3.2.15.tar.gz
sha1: e31a81ab7877422b34e1f163f9509cd93f395664
NSD RELEASE NOTES
3.2.15
================
FEATURES:
- Support for ILNP RR types: NID, L32, L64, LP (RFC6742).
- RRL, --enable-ratelimit at configure time and config options.
- TSIG initialization only fails when there is no digest found
at all.
BUG FIXES:
- Bugfix #478: Declaration after statement (for gcc 2.95).
- Bugfix #483: Better error message in case of TSIG error.
- Bugfix #485: TT...
2018 Sep 12
1
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
.../torvalds/linux/blob/11da3a7f84f1/drivers/s390/virtio/virtio_ccw.c#L513-L522
https://github.com/torvalds/linux/blob/11da3a7f84f1/drivers/misc/mic/vop/vop_main.c#L306-L307
Below is the corresponding definition in split ring:
https://github.com/oasis-tcs/virtio-spec/blob/89dd55f5e606/split-ring.tex#L64-L78
If my understanding is correct, this is just for legacy
interfaces, and we won't define layout in packed ring
and don't need to support vring_new_virtqueue() in packed
ring. Is it correct? Thanks!
>
> Will do that.
>
> >
> > > +static inline void vring_ini...
2015 Oct 15
0
Re: Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
...bug in the library.
I'm guessing you have libvirt-dev installed, but it is some ancient
version (less than 0.10.2 specifically). This means libvirt is
compiled out of the library here:
https://github.com/libguestfs/libguestfs/blob/677c721e85380fc54ae6d0bebe885101360a6028/src/launch-libvirt.c#L64-L80
but still referenced here:
https://github.com/libguestfs/libguestfs/blob/677c721e85380fc54ae6d0bebe885101360a6028/src/launch.c#L518-L520
You can just comment out lines 518-520 in the latter file to make it work.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.co...
2009 Sep 24
2
Does anybody know how to connect to KDB from within R?
Please give me some pointers... Thanks a lot!
2015 Oct 15
3
Build libguestfs error with undefined reference to `guestfs_int_init_libvirt_backend'
Dear all,
I am trying to build libguestfs library on my system : Ubuntu Server 12.04
x64bit on XEN hypervisor.
I have followed all instructions on their homepage but whey i am trying to
build the library make -> gives me the following error: libguestfs.so:
undefined reference to `guestfs_int_init_libvirt_backend'
Here is a sample code of the error :
make[2]: Entering directory
2018 Jan 19
1
Re: [PATCH nbdkit filters-v2 3/5] filters: Add nbdkit-offset-filter.
On 01/19/2018 09:23 AM, Richard W.M. Jones wrote:
> This very basic filter allows you to select an offset and range within
> a plugin, for example:
>
> nbdkit --filter=offset file file=foo offset=1M range=100M
>
> which serves the byte range [ 1M .. 101M-1 ] from file ‘foo’.
I wonder - would it be possible to write a filter that performs
concatenation? I know we don't
2009 Mar 10
9
WoW Performance - Degrades over Time
Hi All,
I've posted for some suggestions in the WoW forums, but it's been suggested that I post here as well, as I'm more likely to get someone who has a clue :)
PROBLEM
======
After an extended play time in one area (~ 1 hour), or rapid travel between areas, the performance degrades substantially. It goes from 60+ FPS to about 5FPS and doesn't recover until I restart the game.
2018 Sep 07
3
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote:
> This commit introduces the support for creating packed ring.
> All split ring specific functions are added _split suffix.
> Some necessary stubs for packed ring are also added.
>
> Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
I'd rather have a patch just renaming split functions, then
add all packed stuff
2018 Sep 07
3
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote:
> This commit introduces the support for creating packed ring.
> All split ring specific functions are added _split suffix.
> Some necessary stubs for packed ring are also added.
>
> Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
I'd rather have a patch just renaming split functions, then
add all packed stuff