[dpdk-stable] [dpdk-dev] [PATCH v3] net/i40e: fix allocating hash table on socket 0

Ferruh Yigit ferruh.yigit at intel.com
Mon Feb 20 17:37:30 CET 2017


On 2/17/2017 8:37 AM, Beilei Xing wrote:
> Testpmd failed to start in another hugetlbfs mount point on
> i40e, the root cause is that hash table is always allocated
> on socket 0. Fix the issue by assigning scocket id during
> hash parameter defination.
> 
> Fixes: 5c53c82c8174 ("net/i40e: store flow director filter")
> Fixes: 425c3325f0b0 ("net/i40e: store tunnel filter")
> Fixes: 078259773da9 ("net/i40e: store ethertype filter")
> 
> Signed-off-by: Beilei Xing <beilei.xing at intel.com>

    net/i40e: fix memory allocation for hash table

    ...
    Cc: stable at dpdk.org

    Reported-by: Ivan Nardi <nardi.ivan at gmail.com>
    Signed-off-by: Beilei Xing <beilei.xing at intel.com>


Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list