Displaying 8 results from an estimated 8 matches for "channel_name".
Did you mean:
channel_names
2014 Dec 26
0
[RFC PATCH 3/3] virtio-net: using single MSIX irq for each TX/RX queue pair
...drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 3ba3499..03a0c28 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -72,6 +72,9 @@ struct send_queue {
/* Name of the send queue: output.$index */
char name[40];
+
+ /* Name of the channel, share with rxq */
+ char channel_name[40];
};
/* Internal representation of a receive virtqueue */
@@ -1522,6 +1525,8 @@ static int virtnet_find_vqs(struct virtnet_info *vi)
int ret = -ENOMEM;
int i, total_vqs;
const char **names;
+ const char **channel_names;
+ unsigned *channels;
/* We expect 1 RX virtqueue followed by...
2014 Dec 26
0
[RFC PATCH 3/3] virtio-net: using single MSIX irq for each TX/RX queue pair
...drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 3ba3499..03a0c28 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -72,6 +72,9 @@ struct send_queue {
/* Name of the send queue: output.$index */
char name[40];
+
+ /* Name of the channel, share with rxq */
+ char channel_name[40];
};
/* Internal representation of a receive virtqueue */
@@ -1522,6 +1525,8 @@ static int virtnet_find_vqs(struct virtnet_info *vi)
int ret = -ENOMEM;
int i, total_vqs;
const char **names;
+ const char **channel_names;
+ unsigned *channels;
/* We expect 1 RX virtqueue followed by...
2014 Dec 26
8
[RFC PATCH 0/3] Sharing MSIX irq for tx/rx queue pairs
Hi all:
This series try to share MSIX irq for each tx/rx queue pair. This is
done through:
- introducing virtio pci channel which are group of virtqueues that
sharing a single MSIX irq (Patch 1)
- expose channel setting to virtio core api (Patch 2)
- try to use channel setting in virtio-net (Patch 3)
For the transport that does not support channel, channel paramters
were simply ignored. For
2014 Dec 26
8
[RFC PATCH 0/3] Sharing MSIX irq for tx/rx queue pairs
Hi all:
This series try to share MSIX irq for each tx/rx queue pair. This is
done through:
- introducing virtio pci channel which are group of virtqueues that
sharing a single MSIX irq (Patch 1)
- expose channel setting to virtio core api (Patch 2)
- try to use channel setting in virtio-net (Patch 3)
For the transport that does not support channel, channel paramters
were simply ignored. For
2018 Feb 20
2
Modifying CDR values from a hangup extension in Asterisk 13
...ao2_lock(cdr);
> for (it_cdr = cdr; it_cdr; it_cdr = it_cdr->next) {
> struct varshead *headp = NULL;
>
> if (it_cdr->fn_table == &finalized_state_fn_table) {
> continue;
> }
> if (!strcasecmp(channel_name, it_cdr->party_a.snapshot->name))
> {
> headp = &it_cdr->party_a.variables;
> } else if (it_cdr->party_b.snapshot
> && !strcasecmp(channel_name, it_cdr->party_b.snapshot->name))
> {
> headp =...
2010 Nov 27
3
How to hangup all channels
Hi guys, I'm using Asterisk 1.4 and i need a way to hangup all channels.
I want to use the teleyapper system for broadcasting call for security reason but i need that all channels are free when a security call is ready to start!
I already search in the old post without success.
Can anyone help me?
Thanks and sorry for my newbie english
-------------- next part --------------
An HTML
2015 Aug 04
2
Modifying CDR values from a hangup extension in Asterisk 13
With endbeforehexten=no I actually get two CDR entries. One for the call
and a second one for the "h" extension.
"","13","10","sip-locals","""13""
<13>","SIP/13-00000006","SIP/10-00000007","Dial","SIP/10","2015-08-04
06:28:44","2015-08-04
2016 Nov 03
4
Force hangup not working on stuck channel
I am unable to force a hangup on a channel that has been stuck for over
two days:
IAX2/from-CD-11006 oficina 2770 1 Up
Dial IAX2/to-CD/2883 3467130007 46:24:59 Sotelo
Sotelo IAX2/to-CD-20713
I have tried "hangup request IAX2/from-CD-11006" several times but no
joy. I also see the following in the CLI:
[Nov 3