Re: [ovs-dev] [PATCH 1/2] test: Fix fragment-related tests that fail due to small-sized packets

2019-03-26 Thread Yifeng Sun
I've create a pull request on github as v2 because this patch contains long lines that can't be handled by email protocol. https://github.com/openvswitch/ovs/pull/278 Thanks, Yifeng On Mon, Mar 18, 2019 at 10:42 AM Yifeng Sun wrote: > > Thanks Darrell for the review. Will do. > Yifeng > > On Sa

Re: [ovs-dev] [PATCH 1/2] test: Fix fragment-related tests that fail due to small-sized packets

2019-03-18 Thread Yifeng Sun
Thanks Darrell for the review. Will do. Yifeng On Sat, Mar 16, 2019 at 11:43 AM Darrell Ball wrote: > Hi Yifeng > > Thanks for the patch. > > Your patch is corrupted; if this is due to transmit via e-mail, you can > post a pull request. > Other comments inline > > > On Fri, Mar 15, 2019 at 7:20

Re: [ovs-dev] [PATCH 1/2] test: Fix fragment-related tests that fail due to small-sized packets

2019-03-16 Thread Darrell Ball
Hi Yifeng Thanks for the patch. Your patch is corrupted; if this is due to transmit via e-mail, you can post a pull request. Other comments inline On Fri, Mar 15, 2019 at 7:20 PM Yifeng Sun wrote: > These fragment-related tests are failing on later kernels (4.19.x) > because kernel quietly dr

[ovs-dev] [PATCH 1/2] test: Fix fragment-related tests that fail due to small-sized packets

2019-03-15 Thread Yifeng Sun
These fragment-related tests are failing on later kernels (4.19.x) because kernel quietly drops any packet fragment that is not the last but has a size smaller than IPV6_MIN_MTU. This patch fixes them by increasing their sizes to IPV6_MIN_MTU. Signed-off-by: Yifeng Sun --- tests/system-traffic.a