Hello
I would like investigate zero copy performance characteristics of two networking techniques in Linux – TCP devmem and IOURING zero copy.
Both techniques required next features - header split, flow steering, & RSS.
So on Fedora Server beta 42, I tried to enable header split on Connect-X7.
[root@localhost anton]# ethtool -G ens3f0np0 tcp-data-split on
netlink error: setting TCP data split is not supported (offset 40)
netlink error: Operation not supported
Is tcp-data-split supported on Connect-X7 ?, without that not possible configure zero copy io_uring or devmem.
Anton