Mellanox / libxlio

Other
41 stars 19 forks source link

issue: 3788164 Fix RX poll on TX option for UTLS #129

Closed pasis closed 6 months ago

pasis commented 6 months ago

Description

UTLS uses tcp_tx_express() for non blocking sockets. However, this TX method doesn't support XLIO_RX_POLL_ON_TX_TCP. Additional RX polling improves scenarios such as WEB servers.

Insert RX polling into UTLS TX path to resolve performance degradation.

What

Fix RX poll on TX option for UTLS.

Why ?

Resolve performance degradation.

Change type

What kind of change does this PR introduce?

Check list