Hello,
I was facing the same issue while working on OVS (Open vSwitch) 2.8.7.
So after investigating the issue, here what i go:
1- Your port MTU is fixed by default 1500
2- while you are receiving a packet with size > MTU, OVS will drop the packet because it is larger than what you support...