Re: [dpdk-dev] [PATCH 1/2] testpmd: allow to query any RETA size

2017-10-07 Thread Ferruh Yigit
On 7/10/2017 2:17 AM, jingjing.wu at intel.com (Wu, Jingjing) wrote: >> -Original Message- >> From: Yuanhan Liu [mailto:yliu at fridaylinux.org] >> Sent: Friday, July 7, 2017 2:02 PM >> To: dev at dpdk.org >> Cc: Wu, Jingjing ; Yuanhan Liu > fridaylinux.org> >> Subject: [PATCH 1/2] testpmd:

Re: [dpdk-dev] [PATCH 1/2] testpmd: allow to query any RETA size

2017-07-09 Thread Wu, Jingjing
> -Original Message- > From: Yuanhan Liu [mailto:y...@fridaylinux.org] > Sent: Friday, July 7, 2017 2:02 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Yuanhan Liu > Subject: [PATCH 1/2] testpmd: allow to query any RETA size > > Currently, testpmd just allows to query the RETA info only whe

[dpdk-dev] [PATCH 1/2] testpmd: allow to query any RETA size

2017-07-06 Thread Yuanhan Liu
Currently, testpmd just allows to query the RETA info only when the required size equals to configured RETA size. This patch allows to query any RETA size <= the configured size. This helps when the RETA size is big (say 512) and when I just want to peak few RETA entries. Signed-off-by: Yuanhan L