Hi, > -----Original Message----- > From: Wisam Monther <wis...@nvidia.com> > Sent: Tuesday, October 4, 2022 14:25 > To: Dariusz Sosnowski <dsosnow...@nvidia.com> > Cc: dev@dpdk.org > Subject: RE: [PATCH 7/7] app/flow-perf: add hairpin queue memory config > > Hi Dariusz, > > > -----Original Message----- > > From: Dariusz Sosnowski <dsosnow...@nvidia.com> > > Sent: Monday, September 19, 2022 7:38 PM > > To: Wisam Monther <wis...@nvidia.com> > > Cc: dev@dpdk.org > > Subject: [PATCH 7/7] app/flow-perf: add hairpin queue memory config > > > > This patch adds the hairpin-conf command line parameter to flow-perf > > application. hairpin-conf parameter takes a hexadecimal bitmask with > > bits having the following meaning: > > > > - Bit 0 - Force memory settings of hairpin RX queue. > > - Bit 1 - Force memory settings of hairpin TX queue. > > - Bit 4 - Use locked device memory for hairpin RX queue. > > - Bit 5 - Use RTE memory for hairpin RX queue. > > - Bit 8 - Use locked device memory for hairpin TX queue. > > - Bit 9 - Use RTE memory for hairpin TX queue. > > > > Signed-off-by: Dariusz Sosnowski <dsosnow...@nvidia.com> > > --- > > You have some checks issues; can you please kindly check them? > > BRs, > Wisam Jaddo
I sent the v2. The checks issue should be fixed in that version. Thank you. Best regards, Dariusz Sosnowski