I have restored the assertions.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 27 2024
May 27 2024
Nov 8 2018
Nov 8 2018
bwicht_verisign.com added inline comments to D17868: cxgbe netmap: Micro optimizations of the rxsync function.
Nov 7 2018
Nov 7 2018
bwicht_verisign.com added a comment to D17868: cxgbe netmap: Micro optimizations of the rxsync function.
bwicht_verisign.com updated the diff for D17868: cxgbe netmap: Micro optimizations of the rxsync function.
Restore removed assertions
bwicht_verisign.com added a comment to D17870: cxgbe netmap: Avoid too frequent flush of CIDX by the NIC.
In D17870#381915, @np wrote:lazy_tx_credit_flush in the driver is supposed to avoid the situation you described. Try setting it to 1 if it isn't already and see if that helps.
bwicht_verisign.com added a comment to D17869: cxgbe: Fix false sharing between t4_nm_intr and cxgbe_netmap_rxsync.
In D17869#381863, @np wrote:How about using __aligned(CACHE_LINE_SIZE) like the rest of the driver and let the compiler figure out the padding?
bwicht_verisign.com updated the diff for D17869: cxgbe: Fix false sharing between t4_nm_intr and cxgbe_netmap_rxsync.
Use __aligned(CACHE_LINE_SIZE) instead of manual padding
bwicht_verisign.com updated the summary of D17883: cxgbe: Flush transmitted packets more regularly in netmap mode.
Nov 6 2018
Nov 6 2018
bwicht_verisign.com updated the summary of D17868: cxgbe netmap: Micro optimizations of the rxsync function.