Re: [PATCH net v2] ipv4: update comment to document GSO fragmentation cases.

2016-11-10 Thread David Miller
From: Lance Richardson Date: Wed, 9 Nov 2016 15:04:39 -0500 > This is a follow-up to commit 9ee6c5dc816a ("ipv4: allow local > fragmentation in ip_finish_output_gso()"), updating the comment > documenting cases in which fragmentation is needed for egress > GSO packets. > > Suggested-by: Shmulik

[PATCH net v2] ipv4: update comment to document GSO fragmentation cases.

2016-11-09 Thread Lance Richardson
This is a follow-up to commit 9ee6c5dc816a ("ipv4: allow local fragmentation in ip_finish_output_gso()"), updating the comment documenting cases in which fragmentation is needed for egress GSO packets. Suggested-by: Shmulik Ladkani Reviewed-by: Shmulik Ladkani Signed-off-by: Lance Richardson --