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
If this code is being actively maintained I'm happy to submit pull requests. :) A couple of things I noticed whilst kicking tyres, waiting for i210 card to arrive.
In pcap_rawsock.c, this cleans up a bunch of verbose logging about receiving non-AVTP packets:
Also, in openavb_qmgr.c, there are some assumptions that if AVB_FEATURE_IGB is undefined, AVB_FEATURE_ATL must be. They should be separate checks/#elif.
The text was updated successfully, but these errors were encountered:
If this code is being actively maintained I'm happy to submit pull requests. :) A couple of things I noticed whilst kicking tyres, waiting for i210 card to arrive.
In
pcap_rawsock.c
, this cleans up a bunch of verbose logging about receiving non-AVTP packets:Also, in
openavb_qmgr.c
, there are some assumptions that ifAVB_FEATURE_IGB
is undefined,AVB_FEATURE_ATL
must be. They should be separate checks/#elif.The text was updated successfully, but these errors were encountered: