Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 2:06 PM, Jesse Gross wrote: > On Tue, Mar 24, 2015 at 12:51 PM, Ben Pfaff wrote: >> Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel >> qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and >> TCA_FQ_CODEL_* not in old kernel headers

Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
On Tue, Mar 24, 2015 at 10:51:56AM -0700, Ben Pfaff wrote: > Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel > qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and > TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against > such headers.

Re: [ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Jesse Gross
On Tue, Mar 24, 2015 at 12:51 PM, Ben Pfaff wrote: > Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel > qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and > TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against > such headers. This co

[ovs-dev] [PATCH] netdev-linux: Fix build with old kernel headers.

2015-03-24 Thread Ben Pfaff
Commit 677d9158fc0a (netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.) added support for new qdiscs. The commit uses TCA_CODEL_* and TCA_FQ_CODEL_* not in old kernel headers, causing a build failure against such headers. This commit should fix the problem by defining these values ourselv