ethdev: remove requirement of aligned RETA size
authorYongseok Koh <yskoh@mellanox.com>
Mon, 20 Mar 2017 23:04:33 +0000 (16:04 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:03:02 +0000 (19:03 +0200)
commit6f60ca5e5ef386ae362676b1e8f6678cfae36e63
tree2887b5445eb6e051de3f6e7894c5bb4cea65383b
parent88e4ed70b3a0b279383ddac43ef231ec518d6b4d
ethdev: remove requirement of aligned RETA size

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 <yskoh@mellanox.com>
app/test-pmd/cmdline.c
lib/librte_ether/rte_ethdev.c