RE: [PATCH v2 1/3] ethdev: add description for KEEP CRC offload

2024-07-18 Thread Morten Brørup
> From: Jie Hai [mailto:haij...@huawei.com] > Sent: Thursday, 18 July 2024 13.48 > > From: Dengdui Huang > > The data execeed the pkt_len in mbuf is inavailable for user. > When KEEP CRC offload is enabled, CRC field length should be > included pkt_len in mbuf. However, almost of drivers support

[PATCH v2 1/3] ethdev: add description for KEEP CRC offload

2024-07-18 Thread Jie Hai
From: Dengdui Huang The data execeed the pkt_len in mbuf is inavailable for user. When KEEP CRC offload is enabled, CRC field length should be included pkt_len in mbuf. However, almost of drivers supported KEEP CRC feature didn't add the CRC data length to pkt_len. So it is very necessary to add