public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons•com>
To: David Miller <davem@davemloft•net>
Cc: netdev@vger•kernel.org, linux@armlinux•org.uk,
	linux-arm-kernel@lists•infradead.org, nadavh@marvell•com,
	hannah@marvell•com, yehuday@marvell•com, stefanc@marvell•com,
	jason@lakedaemon•net, andrew@lunn•ch,
	sebastian.hesselbarth@gmail•com,
	gregory.clement@free-electrons•com, mw@semihalf•com
Subject: Re: [PATCHv3 net-next 00/12] net: mvpp2: misc improvements and preparation patches
Date: Tue, 21 Feb 2017 11:32:43 +0100	[thread overview]
Message-ID: <20170221113243.20d2e569@free-electrons.com> (raw)
In-Reply-To: <20170220.111226.239035932737797178.davem@davemloft.net>

Hello,

On Mon, 20 Feb 2017 11:12:26 -0500 (EST), David Miller wrote:

> For your particular case I'll accept a resubmit.

Resubmit done, patches are now in patchwork. Changes since v3 (also in
the cover letter of v4) :

 - Addition of a patch "net: mvpp2: fix DMA address calculation in
   mvpp2_txq_inc_put()", which fixes a bug in the driver in the
   calculation of DMA addresses. This bug was found using
   DMA_API_DEBUG.

 - Modify the "net: mvpp2: switch to build_skb() in the RX path" patch
   to recalculate the fragment size when the MTU is changed in
   mvpp2_bm_update_mtu().

 - Added Acked-by from Russell King on all patches, except:

    * "net: mvpp2: fix DMA address calculation in
      mvpp2_txq_inc_put()", because it's a new patch

    * "net: mvpp2: switch to build_skb() in the RX path" because I
      modified it since the v3.

 - Rebased on top of 4.10.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

      reply	other threads:[~2017-02-21 10:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02 15:51 [PATCHv3 net-next 00/12] net: mvpp2: misc improvements and preparation patches Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 01/12] net: mvpp2: remove useless arguments in mvpp2_rx_{pkts,time}_coal_set Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 02/12] net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set() Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 03/12] net: mvpp2: handle too large value in mvpp2_rx_time_coal_set() Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 04/12] net: mvpp2: release reference to txq_cpu[] entry after unmapping Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 05/12] net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue' Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 06/12] net: mvpp2: drop useless fields in mvpp2_bm_pool and related code Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 07/12] net: mvpp2: simplify mvpp2_bm_bufs_add() Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 08/12] net: mvpp2: remove unused register definitions Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 09/12] net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 10/12] net: mvpp2: simplify MVPP2_PRS_RI_* definitions Thomas Petazzoni
2017-02-02 15:51 ` [PATCHv3 net-next 11/12] net: mvpp2: switch to build_skb() in the RX path Thomas Petazzoni
2017-02-05  9:19   ` Marcin Wojtas
2017-02-02 15:51 ` [PATCHv3 net-next 12/12] net: mvpp2: enable building on 64-bit platforms Thomas Petazzoni
2017-02-09  9:39 ` [PATCHv3 net-next 00/12] net: mvpp2: misc improvements and preparation patches Thomas Petazzoni
2017-02-09  9:55 ` Russell King - ARM Linux
2017-02-20  9:07   ` Thomas Petazzoni
2017-02-20 14:53     ` David Miller
2017-02-20 15:47       ` Thomas Petazzoni
2017-02-20 16:12         ` David Miller
2017-02-21 10:32           ` Thomas Petazzoni [this message]

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=20170221113243.20d2e569@free-electrons.com \
    --to=thomas.petazzoni@free-electrons$(echo .)com \
    --cc=andrew@lunn$(echo .)ch \
    --cc=davem@davemloft$(echo .)net \
    --cc=gregory.clement@free-electrons$(echo .)com \
    --cc=hannah@marvell$(echo .)com \
    --cc=jason@lakedaemon$(echo .)net \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=mw@semihalf$(echo .)com \
    --cc=nadavh@marvell$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=sebastian.hesselbarth@gmail$(echo .)com \
    --cc=stefanc@marvell$(echo .)com \
    --cc=yehuday@marvell$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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