DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: Andrew Rybchenko <arybchenko@solarflare.com>, <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 1/2] net/sfc/base: change license to BSD-3-Clause
Date: Tue, 9 Jan 2018 13:34:14 +0530	[thread overview]
Message-ID: <340f5b1a-a0dc-6754-dfbf-1cee63080d11@nxp.com> (raw)
In-Reply-To: <1515418535-16575-1-git-send-email-arybchenko@solarflare.com>

On 1/8/2018 7:05 PM, Andrew Rybchenko wrote:
> Change license from BSD-2-Clause-FreeBSD to BSD-3-Clause.
> Bump copyright year.
>
> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
> ---
>  drivers/net/sfc/base/README            | 24 ++----------------------
>  drivers/net/sfc/base/ef10_ev.c         | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_filter.c     | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_impl.h       | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_intr.c       | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_mac.c        | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_mcdi.c       | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_nic.c        | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_nvram.c      | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_phy.c        | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_rx.c         | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_tlv_layout.h | 15 +++++----------
>  drivers/net/sfc/base/ef10_tx.c         | 30 +++---------------------------
>  drivers/net/sfc/base/ef10_vpd.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx.h             | 30 +++---------------------------
>  drivers/net/sfc/base/efx_bootcfg.c     | 30 +++---------------------------
>  drivers/net/sfc/base/efx_check.h       | 30 +++---------------------------
>  drivers/net/sfc/base/efx_crc32.c       | 30 +++---------------------------
>  drivers/net/sfc/base/efx_ev.c          | 30 +++---------------------------
>  drivers/net/sfc/base/efx_filter.c      | 30 +++---------------------------
>  drivers/net/sfc/base/efx_hash.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_impl.h        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_intr.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_lic.c         | 30 +++---------------------------
>  drivers/net/sfc/base/efx_mac.c         | 30 +++---------------------------
>  drivers/net/sfc/base/efx_mcdi.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_mcdi.h        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_mon.c         | 30 +++---------------------------
>  drivers/net/sfc/base/efx_nic.c         | 30 +++---------------------------
>  drivers/net/sfc/base/efx_nvram.c       | 30 +++---------------------------
>  drivers/net/sfc/base/efx_phy.c         | 30 +++---------------------------
>  drivers/net/sfc/base/efx_phy_ids.h     | 30 +++---------------------------
>  drivers/net/sfc/base/efx_port.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_regs.h        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_regs_ef10.h   | 30 +++---------------------------
>  drivers/net/sfc/base/efx_regs_mcdi.h   | 25 +++----------------------
>  drivers/net/sfc/base/efx_regs_pci.h    | 30 +++---------------------------
>  drivers/net/sfc/base/efx_rx.c          | 30 +++---------------------------
>  drivers/net/sfc/base/efx_sram.c        | 30 +++---------------------------
>  drivers/net/sfc/base/efx_tx.c          | 30 +++---------------------------
>  drivers/net/sfc/base/efx_types.h       | 30 +++---------------------------
>  drivers/net/sfc/base/efx_vpd.c         | 30 +++---------------------------
>  drivers/net/sfc/base/hunt_impl.h       | 30 +++---------------------------
>  drivers/net/sfc/base/hunt_nic.c        | 30 +++---------------------------
>  drivers/net/sfc/base/mcdi_mon.c        | 30 +++---------------------------
>  drivers/net/sfc/base/mcdi_mon.h        | 30 +++---------------------------
>  drivers/net/sfc/base/medford_impl.h    | 30 +++---------------------------
>  drivers/net/sfc/base/medford_nic.c     | 30 +++---------------------------
>  drivers/net/sfc/base/siena_flash.h     | 30 +++---------------------------
>  drivers/net/sfc/base/siena_impl.h      | 30 +++---------------------------
>  drivers/net/sfc/base/siena_mac.c       | 30 +++---------------------------
>  drivers/net/sfc/base/siena_mcdi.c      | 30 +++---------------------------
>  drivers/net/sfc/base/siena_nic.c       | 30 +++---------------------------
>  drivers/net/sfc/base/siena_nvram.c     | 30 +++---------------------------
>  drivers/net/sfc/base/siena_phy.c       | 30 +++---------------------------
>  drivers/net/sfc/base/siena_sram.c      | 30 +++---------------------------
>  drivers/net/sfc/base/siena_vpd.c       | 30 +++---------------------------
>  57 files changed, 172 insertions(+), 1512 deletions(-)

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

<snip>..

  parent reply	other threads:[~2018-01-09  8:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-08 13:35 Andrew Rybchenko
2018-01-08 13:35 ` [dpdk-dev] [PATCH 2/2] net/sfc: " Andrew Rybchenko
2018-01-09  8:03   ` Hemant Agrawal
2018-01-09  8:04 ` Hemant Agrawal [this message]
2018-01-09 19:38 ` [dpdk-dev] [PATCH 1/2] net/sfc/base: " Ferruh Yigit
2018-01-09 19:59   ` Andrew Rybchenko
2018-01-10 10:23     ` Bruce Richardson
2018-01-10 10:38       ` Hemant Agrawal
2018-01-10 19:42 ` Ferruh Yigit

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=340f5b1a-a0dc-6754-dfbf-1cee63080d11@nxp.com \
    --to=hemant.agrawal@nxp.com \
    --cc=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).