Re: [Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-22 Thread Jeff Kirsher
On Tue, 2015-04-21 at 21:35 -0700, Cong Wang wrote: On Tue, Apr 21, 2015 at 5:29 PM, Jeff Kirsher jeffrey.t.kirs...@intel.com wrote: On Wed, 2015-04-22 at 09:26 +0900, Toshiaki Makita wrote: Hi Cong Wang, I have already sent a patch to intel's tree.

Re: [Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-21 Thread Cong Wang
On Tue, Apr 21, 2015 at 5:29 PM, Jeff Kirsher jeffrey.t.kirs...@intel.com wrote: On Wed, 2015-04-22 at 09:26 +0900, Toshiaki Makita wrote: Hi Cong Wang, I have already sent a patch to intel's tree.

Re: [Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-21 Thread Jeff Kirsher
On Wed, 2015-04-22 at 09:26 +0900, Toshiaki Makita wrote: On 2015/04/22 8:20, Cong Wang wrote: Fixes: 5536d2102a2d (igb: Combine q_vector and ring allocation into a single function) Cc: Alexander Duyck alexander.h.du...@redhat.com Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com

Re: [Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-21 Thread Jeff Kirsher
On Tue, 2015-04-21 at 16:20 -0700, Cong Wang wrote: Fixes: 5536d2102a2d (igb: Combine q_vector and ring allocation into a single function) Cc: Alexander Duyck alexander.h.du...@redhat.com Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Signed-off-by: Cong Wang xiyou.wangc...@gmail.com ---

[Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-21 Thread Cong Wang
Fixes: 5536d2102a2d (igb: Combine q_vector and ring allocation into a single function) Cc: Alexander Duyck alexander.h.du...@redhat.com Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Signed-off-by: Cong Wang xiyou.wangc...@gmail.com --- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- 1 file

Re: [Patch net] igb: fix a typo in igb_reset_q_vector()

2015-04-21 Thread Toshiaki Makita
On 2015/04/22 8:20, Cong Wang wrote: Fixes: 5536d2102a2d (igb: Combine q_vector and ring allocation into a single function) Cc: Alexander Duyck alexander.h.du...@redhat.com Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Signed-off-by: Cong Wang xiyou.wangc...@gmail.com ---