Re: Missing files device_if.h and bus_if.h

2010-07-10 Thread Daniel O'Connor
On 11/07/2010, at 10:57, Christopher Bowman wrote: > #include "device_if.h" > #include "bus_if.h" > > however, I don't see them any where in my source tree. Are these > missing or am I suppose to create them or are they built as part of > the build process and if the latter then why didn't I get

Re: Missing files device_if.h and bus_if.h

2010-07-10 Thread Matthew Jacob
config(8) creates them I believe line 523 of bus.h tries to include the following files: #include "device_if.h" #include "bus_if.h" however, I don't see them any where in my source tree. Are these missing or am I suppose to create them or are they built as part of the build process and if th

Missing files device_if.h and bus_if.h

2010-07-10 Thread Christopher Bowman
line 523 of bus.h tries to include the following files: #include "device_if.h" #include "bus_if.h" however, I don't see them any where in my source tree. Are these missing or am I suppose to create them or are they built as part of the build process and if the latter then why didn't I get a cop

Re: Sudden mbuf demand increase and shortage under the load

2010-07-10 Thread Ali Mashtizadeh
Hi Maxim, I experienced the same issue recently on 8-STABLE branch and it seems it has been fixed since 8.1-RC2 and above. I couldn't track down the root cause in the code nor could I find a commit that seems to be the obvious fix. Thanks, ~ Ali 2010/2/15 Maxim Sobolev : > Hi, > > Our company ha