Re: [dpdk-dev] [PATCH v1 06/38] net/mvpp2: fix frame size checking

2020-12-23 Thread Michael Shamis
Reviewed-by: Michael Shamis -Original Message- From: dev On Behalf Of lir...@marvell.com Sent: Wednesday, December 2, 2020 12:12 PM To: Jerin Jacob Kollanukkaran Cc: dev@dpdk.org; Liron Himi ; sta...@dpdk.org; Yuri Chipchev Subject: [dpdk-dev] [PATCH v1 06/38] net/mvpp2: fix frame

[dpdk-dev] [PATCH v1 06/38] net/mvpp2: fix frame size checking

2020-12-02 Thread lironh
From: Liron Himi need to add CRC len to the frame-size to compare against max_rx_pkt_len which includes it. Fixes: 79ec62028 ("net/mvpp2: update MTU and MRU related calculations") Cc: sta...@dpdk.org Signed-off-by: Liron Himi Reviewed-by: Yuri Chipchev --- drivers/net/mvpp2/mrvl_ethdev.c | 3