Re: [dpdk-dev] [PATCH v2 3/3] doc: comment rte_eth_dev_start change

2018-08-24 Thread Ferruh Yigit
On 8/24/2018 12:15 PM, Alejandro Lucero wrote: > The new device flag RTE_ETH_DEV_NOLIVE_MAC_ADDR modifies how MAC is set > when calling rte_eth_dev_start. > > Signed-off-by: Alejandro Lucero > --- > doc/guides/rel_notes/release_18_11.rst | 6 +- I think it is better to merge this with implem

[dpdk-dev] [PATCH v2 3/3] doc: comment rte_eth_dev_start change

2018-08-24 Thread Alejandro Lucero
The new device flag RTE_ETH_DEV_NOLIVE_MAC_ADDR modifies how MAC is set when calling rte_eth_dev_start. Signed-off-by: Alejandro Lucero --- doc/guides/rel_notes/release_18_11.rst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/do