Re: [dpdk-dev] [PATCH v4 00/22] fix rx packets dropped issue

2021-01-18 Thread Ferruh Yigit
On 1/18/2021 7:04 AM, Steve Yang wrote: The jumbo frame used the 'RTE_ETHER_MAX_LEN' as boundary condition, this fix will change the boundary condition with 'RTE_ETHER_MTU' and overhead. When the MTU(1500) set, the frame type of rx packet will be different if used different overhead, it will cau

[dpdk-dev] [PATCH v4 00/22] fix rx packets dropped issue

2021-01-17 Thread Steve Yang
The jumbo frame used the 'RTE_ETHER_MAX_LEN' as boundary condition, this fix will change the boundary condition with 'RTE_ETHER_MTU' and overhead. When the MTU(1500) set, the frame type of rx packet will be different if used different overhead, it will cause the consistency issue, and the normal p