> -----Original Message----- > From: Dongdong Liu <liudongdo...@huawei.com> > Subject: [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode > > Signed-off-by: Jie Hai <haij...@huawei.com> > Signed-off-by: Dongdong Liu <liudongdo...@huawei.com> > --- > + if (rte_eth_rx_burst_mode_get(i, j, &mode) == 0) > + printf(" burst mode : %s%s", > + mode.info, > + mode.flags & > RTE_ETH_BURST_FLAG_PER_QUEUE ? > + " (per queue)" : ""); Small question: What if mode is not per queue that does that mean is it per port? Acked-by: Reshma Pattan <reshma.pat...@intel.com>
- [PATCH v3 4/7] app/procinfo: add module info dump Dongdong Liu
- RE: [PATCH v3 4/7] app/procinfo: add module info dump Pattan, Reshma
- [PATCH v3 3/7] app/procinfo: add RSS RETA dump Dongdong Liu
- RE: [PATCH v3 3/7] app/procinfo: add RSS RETA dump Pattan, Reshma
- [PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax Dongdong Liu
- RE: [PATCH v3 6/7] app/procinfo: fix some wrong doxyge... Pattan, Reshma
- [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode Dongdong Liu
- RE: [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx bur... Pattan, Reshma
- [PATCH v3 7/7] doc: add some extended features in procinfo ... Dongdong Liu
- RE: [PATCH v3 7/7] doc: add some extended features in ... Pattan, Reshma