All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Andrew Rybchenko <arybchenko@solarflare.com>,
	Olivier Matz <olivier.matz@6wind.com>,
	dev@dpdk.org, Neil Horman <nhorman@tuxdriver.com>,
	John McNamara <john.mcnamara@intel.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>
Cc: Thomas Monjalon <thomas@monjalon.net>
Subject: Re: [PATCH] doc: announce PMD API change for set default MAC
Date: Wed, 31 Jan 2018 19:11:33 +0000	[thread overview]
Message-ID: <6db58723-233e-91d1-dcf9-d1a40712f2b9@intel.com> (raw)
In-Reply-To: <e1d01d38-eaf1-448e-bac2-1d9dec01bcb9@solarflare.com>

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/32284/
>>
>> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
>> ---
>>   doc/guides/rel_notes/deprecation.rst | 8 ++++++++
>>   1 file changed, 8 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
>> index 43a39d827..8ad4407c2 100644
>> --- a/doc/guides/rel_notes/deprecation.rst
>> +++ b/doc/guides/rel_notes/deprecation.rst
>> @@ -76,3 +76,11 @@ Deprecation Notices
>>   * mbuf: The mbuf flags ``PKT_TX_VLAN_PKT`` and ``PKT_TX_QINQ_PKT`` are
>>     respectively renamed as ``PKT_TX_VLAN`` and ``PKT_TX_QINQ``. The old
>>     names will be removed in v18.08.
>> +
>> +* 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 address
>> +  will be copied in ``dev->data->mac_addrs[0]`` only if the operation is
>> +  succesfull. This modification will only impact the PMDs, not the
>> +  applications.
> 
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

  reply	other threads:[~2018-01-31 19:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 17:13 [PATCH] doc: announce PMD API change for set default MAC Olivier Matz
2018-01-30  6:06 ` Andrew Rybchenko
2018-01-31 19:11   ` Ferruh Yigit [this message]
2018-02-13 12:42     ` Shahaf Shuler
2018-02-14  0:00       ` Thomas Monjalon
2018-02-14 17:05         ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6db58723-233e-91d1-dcf9-d1a40712f2b9@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=nhorman@tuxdriver.com \
    --cc=olivier.matz@6wind.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.