PCI express hotplug in FreeBSD11.2 VM

2019-05-23 Thread Bennett, Ciunas
Hi, I am working on a driver for a PCI express device. And have been trying to get hotplug feature working on a FreeBSD 11.2 VM using both PFs and VFs. (host is Fedora 26) But I am having many issues in relation to this. I am encountering issues with both scenarios, For PF -> 1. Create a

RE: Possible memory leak in the kernel (contigmalloc)

2018-10-30 Thread Bennett, Ciunas
k any other process is creating the inactive memory. Thanks. -Original Message- From: Konstantin Belousov [mailto:kostik...@gmail.com] Sent: Tuesday, October 30, 2018 10:12 AM To: Bennett, Ciunas Cc: freebsd-stable@freebsd.org Subject: Re: Possible memory leak in the kernel (contigmalloc) O

RE: Possible memory leak in the kernel (contigmalloc)

2018-10-30 Thread Bennett, Ciunas
he memory is in this que. I have attached a xml sheet that shows the memory usage in the system. Ciunas. -Original Message- From: Konstantin Belousov [mailto:kostik...@gmail.com] Sent: Friday, October 26, 2018 9:13 PM To: Bennett, Ciunas Cc: freebsd-stable@freebsd.org Subject: Re: Possibl

Possible memory leak in the kernel (contigmalloc)

2018-10-24 Thread Bennett, Ciunas
Hello, I have encountered an issue with a kernel application that I have written, the issue might be caused by a memory leak in the kernel. The application allocates and deallocates contiguous memory using contigmalloc() and contigfree(). The application will fail after a period of time because