RE: [PATCH] ring: compilation fix with GCC-12

2022-08-06 Thread Honnappa Nagarahalli
> > GCC 12 raises the following warning: > > In function '__rte_ring_dequeue_elems_128', > inlined from '__rte_ring_dequeue_elems' at > ../lib/ring/rte_ring_elem_pvt.h:262:3, > inlined from '__rte_ring_do_hts_dequeue_elem' at > ../lib/ring/rte_ring_hts_elem_p

Re: [dpdk-kmods] windows/netuio: fix bar parsing

2022-08-06 Thread Dmitry Kozlyuk
2022-08-02 12:10 (UTC-0700), Pallavi Kadam: > For certain PCIe devices, BAR values are not continuous. > This patch maps all the BARs and avoids skipping the next BAR addresses. > > Fixes: e28aabd88279 ("windows/netuio: introduce NetUIO kernel driver") > Cc: navas...@microsoft.com > > Signed-off-