Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1559916 > unrolled thread

[PATCH v2 net-next 0/2] mvneta xmit_more and bql support

Started byMarcin Wojtas <mw@semihalf.com>
First post2017-01-16 18:10 +0100
Last post2017-01-17 02:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 net-next 0/2] mvneta xmit_more and bql support Marcin Wojtas <mw@semihalf.com> - 2017-01-16 18:10 +0100
    Re: [PATCH v2 net-next 0/2] mvneta xmit_more and bql support David Miller <davem@davemloft.net> - 2017-01-17 02:20 +0100

#1559916 — [PATCH v2 net-next 0/2] mvneta xmit_more and bql support

FromMarcin Wojtas <mw@semihalf.com>
Date2017-01-16 18:10 +0100
Subject[PATCH v2 net-next 0/2] mvneta xmit_more and bql support
Message-ID<t0iX7-3o3-3@gated-at.bofh.it>
Hi,

This is a delayed v2 of short patchset, which introduces xmit_more and BQL
to mvneta driver. The only one change was added in xmit_more support -
condition check preventing excessive descriptors concatenation before
flushing in HW.

Any comments or feedback would be welcome.

Best regards,
Marcin

Changelog:
v1 -> v2:

* Add checking condition that ensures too much descriptors are not
  concatenated before flushing in HW.

Marcin Wojtas (1):
  net: mvneta: add BQL support

Simon Guinot (1):
  net: mvneta: add xmit_more support

 drivers/net/ethernet/marvell/mvneta.c | 35 +++++++++++++++++++++++++++++------
 1 file changed, 29 insertions(+), 6 deletions(-)

-- 
1.8.3.1

[toc] | [next] | [standalone]


#1560201

FromDavid Miller <davem@davemloft.net>
Date2017-01-17 02:20 +0100
Message-ID<t0qBj-iD-9@gated-at.bofh.it>
In reply to#1559916
From: Marcin Wojtas <mw@semihalf.com>
Date: Mon, 16 Jan 2017 18:08:30 +0100

> This is a delayed v2 of short patchset, which introduces xmit_more and BQL
> to mvneta driver. The only one change was added in xmit_more support -
> condition check preventing excessive descriptors concatenation before
> flushing in HW.
> 
> Any comments or feedback would be welcome.
 ...
> Changelog:
> v1 -> v2:
> 
> * Add checking condition that ensures too much descriptors are not
>   concatenated before flushing in HW.

Looks good, series applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web