You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the ixgbevf driver @ commit 67901e0 and all was functioning well.
I then went to commit 1bf288e to also get ICE driver support, however, I now do not receive any packets at all and adding some debug I show that the num_slots on the RX rings are set to zero. Note I am still using the ixgbevf driver.
I did verify TX is functioning and the far-end device is indeed receiving the TX packets.
I just tried with the latest master and it appears to work. May you switch to the most recent commit, please? Note, by the way, that the initial support for ICE was completely broken, so you may want to use master anyway.
Ok, I will give that a try. However, when I tried the latest about a year ago, I saw a regression in performance on ixgbevf compared to the commit 67901e0 so that is why I was trying to stay as close to that as possible.
That said, my primary goal is to build the ICE driver, so I can look into any other issues later. For now, I opened another ticket for building the ice driver as I am getting many errors when trying to build that @master. Thanks.
I was using the ixgbevf driver @ commit 67901e0 and all was functioning well.
I then went to commit 1bf288e to also get ICE driver support, however, I now do not receive any packets at all and adding some debug I show that the num_slots on the RX rings are set to zero. Note I am still using the ixgbevf driver.
I did verify TX is functioning and the far-end device is indeed receiving the TX packets.
NIOCGINFO shows the following:
INFO (inst: 0): Version: 14, hw tx/rx rings: 2/2, tx/rx slots: 1024/1600
INFO (inst: 0): Thread 0, Queue 0: rxring 0 (max 0) buffer size 0 slots 0
INFO (inst: 0): Thread 0, Queue 1: rxring 1 (max 1) buffer size 0 slots 0
Thanks for any help.
The text was updated successfully, but these errors were encountered: