> -----Original Message----- > From: Rahul Bhansali <rbhansali@ marvell. com> > Sent: Wednesday, April 2, 2025 7: 42 PM > To: dev@ dpdk. org; Nithin Kumar Dabilpuram <ndabilpuram@ marvell. com>; > Kiran Kumar Kokkilagadda
ZjQcmQRYFpfptBannerStart
Prioritize security for external emails:
Confirm sender and content safety before clicking links or opening attachments
Report Suspicious
 
ZjQcmQRYFpfptBannerEnd

> -----Original Message-----
> From: Rahul Bhansali <rbhansali@marvell.com>
> Sent: Wednesday, April 2, 2025 7:42 PM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>;
> Kiran Kumar Kokkilagadda <kirankumark@marvell.com>; Sunil Kumar Kori
> <skori@marvell.com>; Satha Koteswara Rao Kottidi
> <skoteshwar@marvell.com>; Harman Kalra <hkalra@marvell.com>
> Cc: Jerin Jacob <jerinj@marvell.com>; Rahul Bhansali <rbhansali@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 <rbhansali@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 <rbhansali@marvell.com>