[E1000-devel] [PATCH 2/2] igbvf: dobule increment nr_frags

2010-04-15 Thread Koki Sanagi
There is no need to increment nr_frags becasue skb_fill_page_desc increments it. Signed-off-by: Koki Sanagi sanagi.k...@jp.fujitsu.com --- drivers/net/igbvf/netdev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/igbvf/netdev.c b/drivers/net/igbvf/netdev.c

Re: [E1000-devel] [PATCH 1/2] igb: double increment nr_frags

2010-04-15 Thread David Miller
Your email client corrupted your patch by applying text formatting to it. Please disable all text formatting in your email client and resend your changes. You can read Documentation/email-clients.txt for help in this area.

Re: [E1000-devel] [PATCH 1/2 resend] igb: dobule increment nr_frags

2010-04-15 Thread Jeff Kirsher
On Thu, Apr 15, 2010 at 02:06, Koki Sanagi sanagi.k...@jp.fujitsu.com wrote: Previous patch has some mail format problem. Maybe I've fixed and re-sent. There is no need to increment nr_frags becasue skb_fill_page_desc increments it. Signed-off-by: Koki Sanagi sanagi.k...@jp.fujitsu.com ---

Re: [E1000-devel] [PATCH 2/2] igbvf: dobule increment nr_frags

2010-04-15 Thread Jeff Kirsher
2010/4/15 Koki Sanagi sanagi.k...@jp.fujitsu.com: There is no need to increment nr_frags becasue skb_fill_page_desc increments it. Signed-off-by: Koki Sanagi sanagi.k...@jp.fujitsu.com ---  drivers/net/igbvf/netdev.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) Thanks I