[E1000-devel] [PATCH 1/4] e1000e: Remove duplicate assignment of default rx/tx ring size

2013-05-20 Thread Wei Yang
tx_ring/rx_ring size is assigned in function e1000_alloc_queues(), which is called by e1000_sw_init() in the early stage of e1000_probe(). This patch just remove the duplicate assignment of this default ring size value. Signed-off-by: Wei Yang weiy...@linux.vnet.ibm.com Reviewed-by: Gavin Shan

Re: [E1000-devel] [PATCH 1/4] e1000e: Remove duplicate assignment of default rx/tx ring size

2013-05-20 Thread Jeff Kirsher
On 05/20/2013 01:15 AM, Wei Yang wrote: tx_ring/rx_ring size is assigned in function e1000_alloc_queues(), which is called by e1000_sw_init() in the early stage of e1000_probe(). This patch just remove the duplicate assignment of this default ring size value. Signed-off-by: Wei Yang

Re: [E1000-devel] [PATCH 1/4] e1000e: Remove duplicate assignment of default rx/tx ring size

2013-05-20 Thread Wei Yang
On Mon, May 20, 2013 at 02:37:16AM -0700, Jeff Kirsher wrote: On 05/20/2013 01:15 AM, Wei Yang wrote: tx_ring/rx_ring size is assigned in function e1000_alloc_queues(), which is called by e1000_sw_init() in the early stage of e1000_probe(). This patch just remove the duplicate assignment of