RE: [RFC 2/7] eal: add generic bit manipulation macros

2024-03-04 Thread Heng Wang
for example, (uint32_t)1 << 35? Maybe we could add an assert in the implementation? Regards, Heng -Original Message- From: Mattias Rönnblom Sent: Saturday, March 2, 2024 2:53 PM To: dev@dpdk.org Cc: hof...@lysator.liu.se; Heng Wang ; Mattias Rönnblom Subject: [RFC 2/7] eal: add ge

RE: Event device early back-pressure indication

2023-04-17 Thread Heng Wang
n Cc: timothy.mcdan...@intel.com; Hemant Agrawal ; Harry van Haaren ; dev@dpdk.org; Svante Järvstråt ; Heng Wang ; Stefan Sundkvist ; Peter Nilsson ; Maria Lingemark Subject: Event device early back-pressure indication Hi. Consider this situation: An application EAL thread receives an eve

Re: [dpdk-dev] Offloading L4 checksum to crypto device

2020-02-09 Thread Heng Wang
Sent: den 5 februari 2020 18:23 To: Heng Wang ; Doherty, Declan Cc: Filip Pudak ; dev@dpdk.org; Trahe, Fiona ; Coyle, David Subject: RE: Offloading L4 checksum to crypto device Hi Heng, This may be of interest for your use-case. https://patches.dpdk.org/patch/65559/ Fiona > -Original

[dpdk-dev] Offloading L4 checksum to crypto device

2020-01-03 Thread Heng Wang
Hi, This is Heng from Ericsson. We are now developing a platform based on dpdk. The platform usually processes the ipsec packets encapsulating udp packets. You know, calculating udp checksum is always time consuming. We found a hardware solution where our crypto device can calculate the udp ch