Vincenzo Maffione 6d84e76a25 iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ
For drivers with IFLIB_HAS_RXCQ set, there is a separate completion
queue. In this case, the netmap rxsync routine needs to update
rxq->ifr_cq_cidx in the same way it is updated by iflib_rxeof().
This improves the situation for vmx(4) and bnxt(4) drivers, which
use iflib and have the IFLIB_HAS_RXCQ bit set.

PR:	248494
MFC after:	3 weeks
2020-08-12 14:45:31 +00:00
..
2020-04-24 01:27:25 +00:00
2020-08-11 16:40:09 +00:00
2020-07-30 23:54:25 +00:00
2020-06-21 03:39:26 +00:00
2020-06-04 17:20:58 +00:00
2020-07-27 16:31:21 +00:00
2020-08-12 04:53:20 +00:00
2020-05-23 17:51:06 +00:00
2020-07-31 11:28:09 +00:00
2020-08-05 22:09:40 +00:00
2020-08-07 23:06:40 +00:00
2020-08-12 00:21:30 +00:00