Nicolas Droux wrote:
> 
> You can simply expose one RX hardware ring group with multiple RX rings 
> inside that group. Then you do the steering in hardware (RSS) to the 
> multiple RX rings as you did before. This is how our model maps to your 
> type of NIC.
> 

Nicolas,

   I'm trying to code this up now and I'm confused as to how I set up my 
single group. I've opted for MAC_GROUP_TYPE_STATIC (which I think is 
correct) but in my mr_gget() method I apparently need to set up 
mgi_addmac() and mgi_remmac() entry points (looking at the code, it 
doesn't pssible to leave these NULL); how do I implement these given 
that my h/w only supports a single MAC address and thus I do not steer 
traffic based on MAC address? Do I implement them and just fail any call 
to mgi_addmac()?

   Paul


Reply via email to