]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb3: skb_record_rx_queue now records the queue index relative to the net_device.
authorJohn (Jay) Hernandez <jay@chelsio.com>
Thu, 23 Jun 2011 14:39:12 +0000 (14:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jun 2011 00:55:22 +0000 (17:55 -0700)
commitfc2c88846ae6ffac5a72f2b85febec484b99c199
treeaf09c8f57dd66d3f44fddd97a0d1a39c33e9f044
parent930eb999861e770f043242c8856cba8743ae96de
cxgb3: skb_record_rx_queue now records the queue index relative to the net_device.

Fixed call to skb_record_rx_queue where we were passing the queue index
relative to the adapter when it should have been relative to the net_device.

Signed-off-by: John (Jay) Hernandez <jay@chelsio.com>
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Reported-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb3/sge.c