Re: [ovs-dev] [PATCH 1/3] datapath: Checks the MTU for netdev-internal ports.

2016-12-12 Thread nickcooper-zhangtonghao
Thanks Jarno, I will try it. Thanks. Nick > On Dec 13, 2016, at 4:58 AM, Jarno Rajahalme wrote: > > We should first backport this upstream commit and see if there is anything > left to fix. Either way, Linux kernel datapath fixes should be first fixed on > the upstream net-next

Re: [ovs-dev] [PATCH 1/3] datapath: Checks the MTU for netdev-internal ports.

2016-12-12 Thread Jarno Rajahalme
We should first backport this upstream commit and see if there is anything left to fix. Either way, Linux kernel datapath fixes should be first fixed on the upstream net-next repo: - 91572088e3 (“net: use core MTU range checking in core net infra”) Jarno > On Dec 11, 2016, at 8:48 PM,

[ovs-dev] [PATCH 1/3] datapath: Checks the MTU for netdev-internal ports.

2016-12-11 Thread nickcooper-zhangtonghao
We should check the MTU before changing it. Signed-off-by: nickcooper-zhangtonghao --- datapath/vport-internal_dev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datapath/vport-internal_dev.c b/datapath/vport-internal_dev.c index 482af37..515fca0