Re: [dpdk-dev] [PATCH 1/3] lib/librte_ether: remove requirement of aligned RETA size

2017-03-17 Thread Yongseok Koh
On Thu, Mar 16, 2017 at 03:40:54PM -0700, Yongseok Koh wrote: > In rte_eth_check_reta_mask(), it is required to align the size of the RETA > table to RTE_RETA_GROUP_SIZE but as the size can be less than the limit, > this should be removed. The change is also applied to a command of testpmd. > > Si

[dpdk-dev] [PATCH 1/3] lib/librte_ether: remove requirement of aligned RETA size

2017-03-16 Thread Yongseok Koh
In rte_eth_check_reta_mask(), it is required to align the size of the RETA table to RTE_RETA_GROUP_SIZE but as the size can be less than the limit, this should be removed. The change is also applied to a command of testpmd. Signed-off-by: Yongseok Koh --- app/test-pmd/cmdline.c| 4 +++-