search for: setof

Displaying 3 results from an estimated 3 matches for "setof".

Did you mean: seto
2023 Apr 27
1
[RFC PATCH v2 1/3] PCI: endpoint: introduce a helper to implement pci ep virtio function
...3 at 07:44:26PM +0900, Shunsuke Mie wrote: > The Linux PCIe Endpoint framework supports to implement PCIe endpoint > functions using a PCIe controller operating in endpoint mode. > It is possble to realize the behavior of PCIe device, such as virtio PCI > device. This patch introduces a setof helper functions and data structures > to implement a PCIe endpoint function that behaves as a virtio device. s/possble/possible/ s/setof/set of/ > Those functions enable the implementation PCIe endpoint function that > comply with the virtio lecacy specification. Because modern virtio &...
2005 Jan 12
1
crossposting: OpenVPN on CentOS(RHES clone) and Fedora Core3..some strange things
.... using in routed config, custom certs all generated on FC3 and copied/replicated on to centos box. 3. use diff ip/netwok for "server" (in server config file) directive for obvious reasons..both OVPN servers are serving the same corp/office network.. 4. using TCP instead of UDP. 5. same setof "iptables" firewall rulesets.. here is the strange thing.. OVPN on FC3 seems to work with out any issues, but the one on CentOS box does not respond, after in production for a while..I have to reboot for it to start responding..my verbose logs don't show anything..it's like, the...
2023 Apr 27
4
[RFC PATCH v2 0/3] Introduce a PCIe endpoint virtio console
PCIe endpoint framework provides APIs to implement PCIe endpoint function. This framework allows defining various PCIe endpoint function behaviors in software. This patch extend the framework for virtio pci device. The virtio is defined to communicate guest on virtual machine and host side. Advantage of the virtio is the efficiency of data transfer and the conciseness of implementation device