yanlongwang
yanlongwang
> > > > Are you using Solarflare NICs? Or AF_XDP? Have you read https://github.com/Xilinx-CNS/onload#installation-and-quick-start-guide: > > ``` > > echo ens2f0 > /sys/module/sfc_resource/afxdp/register > > ``` > > Thanks...
> > > 1. Did onload module loaded? Let me repeat, the complains from `load.sh` are non-fatal. Please share `lsmod | grep sfc` & `lsmod |grep onload`. > > 2....
@ol-alexandra Hi, can you reproduce this issue in your local env ? Thank you. [ 9653.298932] [onload] [6]: WARNING: huge pages are incompatible with AF_XDP. Disabling hugepage support. [ 9653.347207]...
> No, I can not reproduce it because I do not have ixgbe NICs. Ok, I know. 1、Shall you give me some advices to solve this problem ? 2、Do you...
> Hi, Onload with non-Solarflare NICs is a community-supported capability. Since you are experiencing an error related to filtering I think you need to follow up this suggestion further: [#10...
> > Yes, I have also noticed this issue, but i did not understand what did @maciejj-xilinx mean for "ethtool --features enp4s0f0 ntuple". > > When running on non-Solarflare NICs,...
Hello, is this problem solved ? I had the same problem. Thanks!
> Hi @sarosh-arif , > > 82599 requres explicitely enabling n-tuples prior to creating onload stack > `ethtool --features enp4s0f0 ntuple` > > Hope that helps, > Maciej Hello @maciejj-xilinx...