search for: rustad

Displaying 20 results from an estimated 33 matches for "rustad".

2018 May 30
2
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote: > > > There is a new feature bit allocated in virtio spec to > > support SR-IOV (Single Root I/O Virtualization): > > > > https://github.com/oasis-tcs/virtio-spec/issues/11...
2018 May 30
2
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote: > > > There is a new feature bit allocated in virtio spec to > > support SR-IOV (Single Root I/O Virtualization): > > > > https://github.com/oasis-tcs/virtio-spec/issues/11...
2018 May 30
2
[PATCH] virtio_pci: support enabling VFs
On May 30, 2018, at 9:54 AM, Duyck, Alexander H <alexander.h.duyck at intel.com> wrote: > On Wed, 2018-05-30 at 09:44 -0700, Rustad, Mark D wrote: >> On May 30, 2018, at 9:22 AM, Michael S. Tsirkin <mst at redhat.com> wrote: >> >>>> +static int virtio_pci_sriov_configure(struct pci_dev *pci_dev, int >>>> num_vfs) >>>> +{ >>>> + struct virtio_pci_device *vp_dev =...
2018 May 30
2
[PATCH] virtio_pci: support enabling VFs
On May 30, 2018, at 9:54 AM, Duyck, Alexander H <alexander.h.duyck at intel.com> wrote: > On Wed, 2018-05-30 at 09:44 -0700, Rustad, Mark D wrote: >> On May 30, 2018, at 9:22 AM, Michael S. Tsirkin <mst at redhat.com> wrote: >> >>>> +static int virtio_pci_sriov_configure(struct pci_dev *pci_dev, int >>>> num_vfs) >>>> +{ >>>> + struct virtio_pci_device *vp_dev =...
2018 May 30
2
[PATCH] virtio_pci: support enabling VFs
...s all this trickery in aid of? When SR-IOV support is not compiled into the kernel, pci_sriov_configure_simple is #defined as NULL. This allows it to compile in that case, even though there is utterly no way for it to be called in that case. It is an alternative to #ifs in the code. -- Mark Rustad, Networking Division, Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/...
2018 May 30
2
[PATCH] virtio_pci: support enabling VFs
...s all this trickery in aid of? When SR-IOV support is not compiled into the kernel, pci_sriov_configure_simple is #defined as NULL. This allows it to compile in that case, even though there is utterly no way for it to be called in that case. It is an alternative to #ifs in the code. -- Mark Rustad, Networking Division, Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/...
2018 May 31
1
[PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 8:20 PM, Tiwei Bie <tiwei.bie at intel.com> wrote: > On Thu, May 31, 2018 at 01:11:37AM +0800, Rustad, Mark D wrote: >> On May 30, 2018, at 9:54 AM, Duyck, Alexander H >> <alexander.h.duyck at intel.com> wrote: >> >> > On Wed, 2018-05-30 at 09:44 -0700, Rustad, Mark D wrote: >> > > On May 30, 2018, at 9:22 AM, Michael S. Tsirkin <mst at redhat.com>...
2018 Jun 01
1
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote: > On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > > On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > > > On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote: > > > > > > > There is a new feature bit allocated in virtio spec to > > > > support SR-IOV (Single Root I/O Virtualization): > > > > > > &...
2013 Feb 01
0
Hi
...y: 'Century Gothic', Helvetica, sans-serif;} table {margin-left: auto;margin-right: auto;} </style> </head> <body style="background-color:#0C2E6D;"> <form name="Form1" method="post" action="Invite.aspx?MemberID=thor.rustad%40gmail.com&amp;MemberFirstName=Thor&amp;IDGuid=96dd3cd9-8d47-4f39-b50a-54d7ef01c121&amp;ContactEmail=asterisk-users%40lists.digium.com&amp;ContactName=Asterisk+Discussion&amp;CID=97b4490e-1ba2-4818-9de1-edc1b252b192&amp;LangID=en" id="Form1"> <input typ...
2004 May 30
5
Unblocking incoming SIP
I have just set up my first Asterisk, and I have the basics up an running. I have set it up with two SIP phones only. I can call between them, and I can call out to FWD phones. However, on receiving calls from FWD, my Asterisk blocks the calls with the following message: May 30 20:19:24 NOTICE[180236]: chan_sip.c:6397 handle_request: Failed to authenticate user <user>
2018 May 31
0
[PATCH] virtio_pci: support enabling VFs
On Thu, May 31, 2018 at 01:11:37AM +0800, Rustad, Mark D wrote: > On May 30, 2018, at 9:54 AM, Duyck, Alexander H > <alexander.h.duyck at intel.com> wrote: > > > On Wed, 2018-05-30 at 09:44 -0700, Rustad, Mark D wrote: > > > On May 30, 2018, at 9:22 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > &...
2018 May 31
0
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > > On May 30, 2018, at 1:55 AM, Tiwei Bie <tiwei.bie at intel.com> wrote: > > > > > There is a new feature bit allocated in virtio spec to > > > support SR-IOV (Single Root I/O Virtualization): > > > > > > https://github.com/oa...
2004 Sep 14
1
i4l "1 second patch", anyone got it?
I have been trying to locate the patch that is supposed to cure the problem of hearing sound from the previous call when dialing through i4l and an hfc card. Does anyone have it? It is mentioned briefly in this post: http://lists.digium.com/pipermail/asterisk-users/2003-February/007530.html Thor
2018 May 30
8
[PATCH] virtio_pci: support enabling VFs
There is a new feature bit allocated in virtio spec to support SR-IOV (Single Root I/O Virtualization): https://github.com/oasis-tcs/virtio-spec/issues/11 This patch enables the support for this feature bit in virtio driver. Signed-off-by: Tiwei Bie <tiwei.bie at intel.com> --- This patch depends on below proposal: https://lists.oasis-open.org/archives/virtio-dev/201805/msg00154.html
2018 May 30
8
[PATCH] virtio_pci: support enabling VFs
There is a new feature bit allocated in virtio spec to support SR-IOV (Single Root I/O Virtualization): https://github.com/oasis-tcs/virtio-spec/issues/11 This patch enables the support for this feature bit in virtio driver. Signed-off-by: Tiwei Bie <tiwei.bie at intel.com> --- This patch depends on below proposal: https://lists.oasis-open.org/archives/virtio-dev/201805/msg00154.html
2018 May 30
0
[virtio-dev] [PATCH] virtio_pci: support enabling VFs
...ce feature > * bits. */ > #define VIRTIO_TRANSPORT_F_START 28 > -#define VIRTIO_TRANSPORT_F_END 34 > +#define VIRTIO_TRANSPORT_F_END 38 > > #ifndef VIRTIO_CONFIG_NO_LEGACY > /* Do we get callbacks when the ring is completely used, even if we've <snip> -- Mark Rustad, Networking Division, Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/...
2018 May 30
0
[PATCH] virtio_pci: support enabling VFs
On Wed, 2018-05-30 at 09:44 -0700, Rustad, Mark D wrote: > On May 30, 2018, at 9:22 AM, Michael S. Tsirkin <mst at redhat.com> wrote: > > > > +static int virtio_pci_sriov_configure(struct pci_dev *pci_dev, int > > > num_vfs) > > > +{ > > > + struct virtio_pci_device *vp_dev = pci_get_drvda...
2004 Sep 12
1
Voice from one call carried on to next call
I have set up asterisk with an ISDN card using i4l. When I place a call from ISDN to a SIP client, there is about a one-second delay from a word is spoken to it is heard at the other end. The funny thing, is that the last second or so of each call is saved somewhere in the depths of Asterisk and then played back at the beginning of the next call. I have read it is a known problem, can
2005 Jan 15
1
can't install 1.0.3
Hello list, I have been running Asterisk CVS for a good while. When I try to install 1.0.3, asterisk won't start. Below are the last few lines of output before Asterisk crashes. I ran "make samples" to start with a fresh setup. [app_read.so] => (Read Variable Application) == Registered application 'Read' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) ==
2004 Jul 18
1
chan_capi won't compile
I am trying to compile chan_capi 3.3.4a, but I end up with lots of gibberish. Near the top it states that capi20.h doesn't exist. Searching for the file, several show up: # find / -name capi20.h -print /usr/src/linux-2.4.21-144/include/config/isdn/capi/capi20.h /usr/src/linux-2.4.21-231-include/smp/include/config/isdn/capi/capi20.h