Displaying 7 results from an estimated 7 matches for "attetion".
Did you mean:
attention
2005 May 25
1
Problems with Public IP
HI All asterisk user
I Have one Asterisk with this scenario:
i have two ip Address one Private IP one Public IP, my internals terminals
using private IP works very fine but my terminals using public ip don't work
audio , make rings but streamer don't work.
thks for you attetion best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050525/801dab4f/attachment.htm
2018 May 30
2
[RFC V5 PATCH 8/8] vhost: event suppression for packed ring
...;
> int ret;
>
> - /* FIXME: disable notification through device area */
> + if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY))
> + return false;
> + vq->used_flags &= ~VRING_USED_F_NO_NOTIFY;
'used_flags' was originally designed for 1.0, why should we pay attetion to it here?
Wei
> +
> + if (vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
> + __virtio16 off_wrap = cpu_to_vhost16(vq, vq->avail_idx |
> + vq->avail_wrap_counter << 15);
> +
> + ret = vhost_update_device_off_wrap(vq, off_wrap);
> + if (ret) {
> +...
2018 May 30
2
[RFC V5 PATCH 8/8] vhost: event suppression for packed ring
...;
> int ret;
>
> - /* FIXME: disable notification through device area */
> + if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY))
> + return false;
> + vq->used_flags &= ~VRING_USED_F_NO_NOTIFY;
'used_flags' was originally designed for 1.0, why should we pay attetion to it here?
Wei
> +
> + if (vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
> + __virtio16 off_wrap = cpu_to_vhost16(vq, vq->avail_idx |
> + vq->avail_wrap_counter << 15);
> +
> + ret = vhost_update_device_off_wrap(vq, off_wrap);
> + if (ret) {
> +...
2018 May 31
0
[RFC V5 PATCH 8/8] vhost: event suppression for packed ring
...;
>> - /* FIXME: disable notification through device area */
>> + if (!(vq->used_flags & VRING_USED_F_NO_NOTIFY))
>> + return false;
>> + vq->used_flags &= ~VRING_USED_F_NO_NOTIFY;
> 'used_flags' was originally designed for 1.0, why should we pay attetion to it here?
>
> Wei
It was used to recored whether or not we've disabled notification. Then
we can avoid unnecessary userspace writes or memory barriers.
Thanks
2012 Apr 26
0
Some graphical parameters don't works in plot.table and plot.TukeyHSD.
Hello all,
I would like to relate this behaviour of: plot.table & plot.TukeyHSD.
They don't work with some graphical parameters.
Thanks for your attetion.
Cleber
> ### example:
> plot( table(1:10), cex.axis=0.6)
> plot( table(1:10), las=2)
>
> tukaov <- TukeyHSD( aov(breaks ~ wool + tension, data = warpbreaks) )
>
> plot( tukaov, main='xxx' )
Error in plot.default(c(xi[, "lwr"], xi[, "upr"]...
2003 Jul 21
9
I've always HATED printing with Samba
Primarily because I've never gotten it to work despite frequent efforts.
Offeding printer is a Lexmark Z53 (supposedly fully supported) and when
ever I try to add it to an XP box I get "Server doesn't have the right
driver, do you wish to upload the driver?" then when I do it says
"Cannot connect to the printer. Contact your network administrator
yatta yatta
2018 May 29
9
[RFC V5 PATCH 0/8] Packed ring layout for vhost
Hi all:
This RFC implement packed ring layout. The code were tested with
Tiwei's RFC V5 at https://lkml.org/lkml/2018/5/22/138. Some fixups and
tweaks were needed on top of Tiwei's code to make it run for event
index.
Pktgen reports about 20% improvement on TX PPS when doing pktgen from
guest to host. No ovbious improvement on RX PPS. We can do lots of
optimizations on top but for simple