Re: [dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-02-14 Thread Thomas Monjalon
14/02/2018 01:00, Thomas Monjalon: > > > >> +* ethdev: The prototype and the behavior of > > > >> + ``dev_ops->eth_mac_addr_set()`` will change in v18.05. A return > > > >> +code > > > >> + will be added to notify the caller if an error occurred in the > > > >> +PMD. In > > > >> + ``rte_eth_dev_

Re: [dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-02-13 Thread Thomas Monjalon
> > >> +* ethdev: The prototype and the behavior of > > >> + ``dev_ops->eth_mac_addr_set()`` will change in v18.05. A return > > >> +code > > >> + will be added to notify the caller if an error occurred in the > > >> +PMD. In > > >> + ``rte_eth_dev_default_mac_addr_set()``, the new default MAC >

Re: [dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-02-13 Thread Shahaf Shuler
Wednesday, January 31, 2018 9:12 PM, Ferruh Yigit: > On 1/30/2018 6:06 AM, Andrew Rybchenko wrote: > > On 01/29/2018 08:13 PM, Olivier Matz wrote: > >> Announce internal PMD API change in the function to set the default > >> MAC address. The objective is to be able to notify errors occurring > >> i

Re: [dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-01-31 Thread Ferruh Yigit
On 1/30/2018 6:06 AM, Andrew Rybchenko wrote: > On 01/29/2018 08:13 PM, Olivier Matz wrote: >> Announce internal PMD API change in the function to set the default MAC >> address. The objective is to be able to notify errors occurring in the >> PMD. >> >> Link: https://dpdk.org/dev/patchwork/patch/3

Re: [dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-01-29 Thread Andrew Rybchenko
On 01/29/2018 08:13 PM, Olivier Matz wrote: Announce internal PMD API change in the function to set the default MAC address. The objective is to be able to notify errors occurring in the PMD. Link: https://dpdk.org/dev/patchwork/patch/32284/ Signed-off-by: Olivier Matz --- doc/guides/rel_not

[dpdk-dev] [PATCH] doc: announce PMD API change for set default MAC

2018-01-29 Thread Olivier Matz
Announce internal PMD API change in the function to set the default MAC address. The objective is to be able to notify errors occurring in the PMD. Link: https://dpdk.org/dev/patchwork/patch/32284/ Signed-off-by: Olivier Matz --- doc/guides/rel_notes/deprecation.rst | 8 1 file changed