[dpdk-dev] [PATCH 1/2] librte_ether: ensure not overwrite device data in mp app

2016-09-11 Thread Yuanhan Liu
On Fri, Sep 02, 2016 at 10:58:29AM +0200, Marcin Kerlin wrote: > Added prevention not overwrite device data in array rte_eth_dev_data[]. > Secondary process appends in the first free place rather than at the > beginning. This behavior prevents overwriting devices of primary process > by secondary p

[dpdk-dev] [PATCH 1/2] librte_ether: ensure not overwrite device data in mp app

2016-09-02 Thread Marcin Kerlin
Added prevention not overwrite device data in array rte_eth_dev_data[]. Secondary process appends in the first free place rather than at the beginning. This behavior prevents overwriting devices of primary process by secondary process. Signed-off-by: Marcin Kerlin --- lib/librte_ether/rte_ethdev