Shirshendu Chakrabarti
Shirshendu Chakrabarti
@ligong234 I think @maciejj-xilinx maybe talking about this: https://github.com/Xilinx-CNS/onload/issues/28#issuecomment-1054526865
Well it looks like `echo 0 > /sys/module/sfc_resource/parameters/enable_af_xdp_flow_filters` does not add filters, but `ethtool -S ens5 | grep xdp` shows that redirect clause is being triggered on only one queue...
Have you registered your NiC to AF_XDP @ligong234 ?
Is it a Intel NiC or Mellanox NiC ? If its a Intel NiC, you need to enable flow director. I can give you exact instructions per the NiC make.
please see instructions for i40e below, please follow as is. Its for Ubuntu 21.04 LTS **Driver:** ixgbe **OS:** Ubuntu 21.04 LTS _upgrade to latest OS kernel_ ``` apt update -y...
Can you move to Red Hat 8 or CentOS 8 ?I know you are on 4.18+ but it looks like somehow the eBPF VM is not baked into CentOS 7.6...
Did it work for you @ligong234 . I thought you were using latest master branch of onload.
> I have given this some though but was not able to put together all the steps and test. This might take a bit of time. Worth noting that to...
by default, onload does not get into generic mode of XDP in case driver support does is not available. Please dont turn off ZC support for AF_XDP. I also used...
I tested the SO_REUSEPORT thing and it works!!!! But yeah multithreaded apps with auto sensing of RSS is not there. So we can work around it this way.