Searched hist:"882716604 ecf388b2ff09bc76eb2a752aa9cc76b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | pktgen.c | diff 882716604ecf388b2ff09bc76eb2a752aa9cc76b Tue Oct 28 15:21:51 CDT 2008 Jesse Brandeburg <jesse.brandeburg@intel.com> pktgen: fix multiple queue warning
when testing the new pktgen module with multiple queues and ixgbe with: pgset "flag QUEUE_MAP_CPU"
I found that I was getting errors in dmesg like: pktgen: WARNING: QUEUE_MAP_CPU disabled because CPU count (8) exceeds number <4>pktgen: WARNING: of tx queues (8) on eth15
you'll note, 8 really doesn't exceed 8.
This patch seemed to fix the logic errors and also the attempts at limiting line length in printk (which didn't work anyway)
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>
|