Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - PCIe shared memory network driver, turning off packet checksum: Page 1 of 4 (4 Items)
   
PCIe shared memory network driver, turning off packet checksum  
I've implemented a network driver that uses PCIe shared memory for the physical layer to support network communication 
over the PCIe bus between multiple CPUs.  Since this is a 'reliable' physical layer I would like to disable packet 
checksums to improve performance. 

I can see that it's possible to enable hardware offload of Tx/Rx checksums but does anyone know if it can be completely 
disabled -- don't generate and don't check checksums.