Re: [PATCH v5 1/2] librte_ether: add protection against overwrite device data
From: Pattan, Reshma <hidden>
Date: 2016-09-30 15:00:36
From: Pattan, Reshma <hidden>
Date: 2016-09-30 15:00:36
-----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marcin Kerlin Sent: Friday, September 30, 2016 3:01 PM To: dev@dpdk.org Cc: De Lara Guarch, Pablo <redacted>; thomas.monjalon@6wind.com; Kerlin, MarcinX [off-list ref] Subject: [dpdk-dev] [PATCH v5 1/2] librte_ether: add protection against overwrite device data Added protection against overwrite device data in array rte_eth_dev_data[] for the next secondary applications. Secondary process appends in the first free place rather than at the beginning. This behavior prevents overwriting devices data of primary process by secondary process. Signed-off-by: Marcin Kerlin <redacted>
Acked-by: Reshma Pattan <redacted>