search for: feaures

Displaying 7 results from an estimated 7 matches for "feaures".

Did you mean: features
2006 Mar 26
2
Bug#355949: run-parts vs. find
The changelog for version 1.2.43 says the reason for switching to 'find' from 'run-parts': * Use 'find' instead of 'run-parts' to list the contents of directories since 'run-parts' cannot handle filenames with periods. Update control to depend on findutils. It seems like not processing rule files with dots in them would be a feaure, not a bug.
2012 Jul 24
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Jul 23, 2012, at 1:52 PM, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > On Mon, Jul 23, 2012 at 8:14 PM, Renato Golin <rengolin at systemcall.org> wrote: >> On 23 July 2012 17:03, Chris Cadwallader <ccadwallader at arxan.com> wrote: >>> On Darwin, if -march is armv7 clang's driver will assume you want thumb2 unless you also give it
2020 Jul 17
0
[PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
...features(mvdev, ndev->mvdev.mlx_features, false); >>> + return ndev->mvdev.mlx_features; >>> +} >>> + >>> +static int verify_min_features(struct mlx5_vdpa_dev *mvdev, u64 features) >>> +{ >>> + /* FIXME: qemu currently does not set all the feaures due to a bug. >>> + * Add checks when this is fixed. >>> + */ >> >> I think we should add the check now then qemu can get notified. (E.g >> IOMMU_PLATFORM) > Will do. >> >>> +} >>> + >>> +#define MLX5_VDPA_MAX_VQ_ENTRIES 256...
2012 Jul 22
12
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 22 July 2012 20:42, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> Any suggestions? > Try to specify CPU explicitly. He shouldn't have to, but that might help. Maybe setting -march? This is a big mess... I thought that v7 always assumed Thumb2 for the thumb flag, and v7M should always assume Cortex-M3 CPU if none provided. It's funny that James had a great
2006 Jun 01
17
Polycom-Asterisk hints/presence
I set up hints and presence monitoring on some Polycom phones connected to an asterisk server with the expectation that the phones that are "watching" other extensions would be notified when the other extension sis ringing, in addition to the other statuses (on the phone, statuses set by the user on the phone, not registered, etc). I can see when the line is in use, and when it is
2006 Jan 07
14
Asterisk Jobs
I'm curious why the number of jobs out there requiring Asterisk seems to be pretty low. After looking around dice, monster, careerbuilder etc, I was surprised to find no more than 3-4 employment opportunities with Asterisk throughout the US. Is it really that low? There seems to be a job of opportunities for Cisco and other vendors solutions (duh... GUI's are good... duh). I wonder if
2020 Jul 16
0
[PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
...es |= BIT(VIRTIO_NET_F_MQ); > + > + print_features(mvdev, ndev->mvdev.mlx_features, false); > + return ndev->mvdev.mlx_features; > +} > + > +static int verify_min_features(struct mlx5_vdpa_dev *mvdev, u64 features) > +{ > + /* FIXME: qemu currently does not set all the feaures due to a bug. > + * Add checks when this is fixed. > + */ I think we should add the check now then qemu can get notified. (E.g IOMMU_PLATFORM) > + return 0; > +} > + > +static int setup_virtqueues(struct mlx5_vdpa_net *ndev) > +{ > + int err; > + int i; > + >...