Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
> -----Original Message----- > From: Rahul Bhansali <rbhans...@marvell.com> > Sent: Wednesday, April 2, 2025 7:42 PM > To: dev@dpdk.org; Nithin Kumar Dabilpuram <ndabilpu...@marvell.com>; > Kiran Kumar Kokkilagadda <kirankum...@marvell.com>; Sunil Kumar Kori > <sk...@marvell.com>; Satha Koteswara Rao Kottidi > <skotesh...@marvell.com>; Harman Kalra <hka...@marvell.com> > Cc: Jerin Jacob <jer...@marvell.com>; Rahul Bhansali <rbhans...@marvell.com> > Subject: [PATCH v2 3/3] net/cnxk: update IP header of reassembled packets > > Updates IP header data of reassembled packets, > 1) IPv4 length, MF bit and checksum correction > 2) IPv6 length update and fragment extension header remove Also, corrects > data length of multisegment decrypted packets. > > Signed-off-by: Rahul Bhansali <rbhans...@marvell.com> Updated the git commit as follows and Series applied to dpdk-next-net-mrvl/for-main. Thanks net/cnxk: update IP header of reassembled packets For CN20K, IP header of reassembled packet will not be corrected by hardware after reassembly completion. This will updates following the required IP header data of reassembled packets. - IPv4 length, MF bit and checksum correction - IPv6 length update and fragment extension header removal Also updates data length of the last segment in multi-segment decrypted packets. Signed-off-by: Rahul Bhansali <rbhans...@marvell.com>