Re: [PATCH v8 3/3] geneve: add IPv6 bits to geneve_fill_metadata_dst

2015-10-29 Thread David Miller
From: "John W. Linville" Date: Tue, 27 Oct 2015 09:49:00 -0400 > Signed-off-by: John W. Linville Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v8 3/3] geneve: add IPv6 bits to geneve_fill_metadata_dst

2015-10-27 Thread Jesse Gross
On Tue, Oct 27, 2015 at 9:49 PM, John W. Linville wrote: > Signed-off-by: John W. Linville > --- > v7 -- initial version (numbered to match earlier patches in series) > v8 -- fixup of bracing on an "else { return -EINVAL; }" Reviewed-by: Jesse Gross -- To unsubscribe from this list: send the li

[PATCH v8 3/3] geneve: add IPv6 bits to geneve_fill_metadata_dst

2015-10-27 Thread John W. Linville
Signed-off-by: John W. Linville --- v7 -- initial version (numbered to match earlier patches in series) v8 -- fixup of bracing on an "else { return -EINVAL; }" drivers/net/geneve.c | 29 ++--- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/drivers/net/gene