K 10 svn:author V 3 jfv K 8 svn:date V 27 2012-12-03T21:38:02.347358Z K 7 svn:log V 373 Remove the sysctl process_limit interface, after some thought I've decided its overkill,a simple tuneable for each RX and TX limit, and then init sets the ring values based on that, should be sufficient. More importantly, fix a bug causing a panic, when changing the define style to IXGBE_LEGACY_TX a taskqueue init was inadvertently set #ifdef when it should be #ifndef. END