From: David Miller <davem@davemloft.net>
To: christophe.leroy@c-s.fr
Cc: pantelis.antoniou@gmail.com, vbordug@ru.mvista.com,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
netdev@vger.kernel.org
Subject: Re: [PATCH v2 0/3] Optimisation of fs_enet ethernet driver
Date: Sat, 10 Sep 2016 21:17:28 -0700 (PDT) [thread overview]
Message-ID: <20160910.211728.222777942734908576.davem@davemloft.net> (raw)
In-Reply-To: <cover.1473422536.git.christophe.leroy@c-s.fr>
From: Christophe Leroy <christophe.leroy@c-s.fr>
Date: Fri, 9 Sep 2016 14:26:18 +0200 (CEST)
> This set optimises the freescale fs_enet ethernet driver:
> 1/ Merge of RX and TX NAPI functions in order to limit the amount of
> interrupts
> 2/ Do not unmap DMA when packets len is below copybreak, otherwise there
> is no benefit in copying the skb instead of allocating a new one
> 3/ Make copybreak value configurable as the optimised value is not the
> same on all targets
Series applied, thanks.
prev parent reply other threads:[~2016-09-11 4:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-09 12:26 [PATCH v2 0/3] Optimisation of fs_enet ethernet driver Christophe Leroy
2016-09-09 12:26 ` [PATCH v2 1/3] net: fs_enet: merge NAPI RX and NAPI TX Christophe Leroy
2016-09-09 12:26 ` [PATCH v2 2/3] net: fs_enet: don't unmap DMA when packet len is below copybreak Christophe Leroy
2016-09-09 12:26 ` [PATCH v2 3/3] net: fs_enet: make rx_copybreak value configurable Christophe Leroy
2016-09-11 4:17 ` David Miller [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=20160910.211728.222777942734908576.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=christophe.leroy@c-s.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=pantelis.antoniou@gmail.com \
--cc=vbordug@ru.mvista.com \
/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).