Date: Tue, 2 Apr 2013 15:39:57 -0700 From: Adrian Chadd <adrian@freebsd.org> To: Nick Rogers <ncrogers@gmail.com> Cc: Karim Fodil-Lemelin <fodillemlinkarim@gmail.com>, "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: Re: igb and ALTQ in 9.1-rc3 Message-ID: <CAJ-VmokAMn_gHqEWbywWEkqa0MZrjgEZCbrx1yn0b=X9A84CzQ@mail.gmail.com> In-Reply-To: <CAKOb=YZA6m5UrBiTmMcx6dTYzK4f67%2BUZYOEN_Lj%2Bi9_pMcCRQ@mail.gmail.com> References: <1355177348.71087.YahooMailClassic@web121601.mail.ne1.yahoo.com> <50C6656E.3020601@gmail.com> <CAFOYbc=79HwkHm6PAyRba%2Bue_7Xq0dUJvLk48RwqUN0Oz6%2BVFw@mail.gmail.com> <20121211075853.GU48639@FreeBSD.org> <CAFOYbc=Yh3WiUDstjSm-AUz4WMF9VteiydcEb5opnJ_gT4F7ag@mail.gmail.com> <CAKOb=Yb7NMm26=u%2B-0ywMk543WdXc5uiO2omY4=TXpRxPrOWHg@mail.gmail.com> <CAFOYbcn3HpRaaoSPWF5OL6QJCec-Zb2%2BNySqjgqyOXHRaXD26Q@mail.gmail.com> <5159AB72.1050202@gmail.com> <CAKOb=YbDW2kMhnAPUetsGeNdtiaOCOmQ2X-9GXW18wwSUZ8j-A@mail.gmail.com> <515ADACD.8010108@gmail.com> <CAKOb=Ybh=_w5ZSB%2B64bxpzBanheJvMhwd9Pus7sJet9ihn5jSA@mail.gmail.com> <515AEF67.4070206@gmail.com> <CAKOb=YbopNZ0yRovKOhsDcwYEX-d0RpyS%2BxGoWQAZo2gU3irAg@mail.gmail.com> <CAKOb=Yan9b2LS_WbsMwQEkkN0%2BWRpx8eC1x0arVrVYYC1gXngQ@mail.gmail.com> <515B46B8.5050806@gmail.com> <CAKOb=YZA6m5UrBiTmMcx6dTYzK4f67%2BUZYOEN_Lj%2Bi9_pMcCRQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes: * you need to add it to conf/options - see if there's an opt_igb.h to add it to, otherwise you'll need to add one; * Make sure the driver code includes opt_igb.h; * Then make sure you make kernel modules using either make buildkernel KERNCONF=X, or you set the environment appropriately so the build scripts can find your kernel build directory (where it populates all the opt_xxx.h includes) and it'll have this module set. Hopefully Jack will do this. Yes, we need a better queue management discipline API in the kernel. Jacks' just falling afoul of the fact we don't have one. It's not his fault. adrian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmokAMn_gHqEWbywWEkqa0MZrjgEZCbrx1yn0b=X9A84CzQ>