tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 5 forks source link

Check how Tempesta FW use `TFW_SKBTX_SHARED_FRAG` flag #686

Closed EvgeniiMekhanik closed 1 month ago

EvgeniiMekhanik commented 2 months ago

For https connections - pages are reused in skbs and TFW_SKBTX_SHARED_FRAG is set, but in-place crypto operations are not allowed, so data should be copied right before data is pushed into network. Implement test to check that we copy data and do not override cache pages.