K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2020-08-24T11:44:20.357358Z K 7 svn:log V 364 iflib: fix isc_rxd_flush call in netmap_fl_refill() The semantic of the pidx argument of isc_rxd_flush() is the last valid index of in the free list, rather than the next index to be published. However, netmap was still using the old convention. While there, also refactor the netmap_fl_refill() to simplify a little bit and add an assertion. MFC after: 2 weeks END