> -----Original Message----- > From: Nicolau, Radu <[email protected]> > Sent: Friday, October 1, 2021 5:51 PM > To: Wu, Jingjing <[email protected]>; Xing, Beilei > <[email protected]>; Ray Kinsella > <[email protected]> > Cc: [email protected]; Doherty, Declan <[email protected]>; Sinha, Abhijit > <[email protected]>; Zhang, Qi Z <[email protected]>; Richardson, > Bruce > <[email protected]>; Ananyev, Konstantin > <[email protected]>; > Nicolau, Radu <[email protected]> > Subject: [PATCH v4 4/6] net/iavf: add iAVF IPsec inline crypto support > > Add support for inline crypto for IPsec, for ESP transport and > tunnel over IPv4 and IPv6, as well as supporting the offload for > ESP over UDP, and inconjunction with TSO for UDP and TCP flows. > Implement support for rte_security packet metadata > > Add definition for IPsec descriptors, extend support for offload > in data and context descriptor to support > > Add support to virtual channel mailbox for IPsec Crypto request > operations. IPsec Crypto requests receive an initial acknowledgement > from phsyical function driver of receipt of request and then an > asynchronous response with success/failure of request including any > response data. > > Add enhanced descriptor debugging > > Refactor of scalar tx burst function to support integration of offload > > Signed-off-by: Declan Doherty <[email protected]> > Signed-off-by: Abhijit Sinha <[email protected]> > Signed-off-by: Radu Nicolau <[email protected]> Reviewed-by: Jingjing Wu <[email protected]>

