netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: bcmgenet: Byte Queue Limits support
@ 2015-03-13 22:58 Florian Fainelli
  2015-03-13 22:58 ` [PATCH net-next 1/2] net: bcmgenet: use skb_put_padto() Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Florian Fainelli @ 2015-03-13 22:58 UTC (permalink / raw)
  To: netdev; +Cc: edumazet, Florian Fainelli, davem, jaedon.shin, pgynther

Hi all,

This path series adds byte queue limits support to the GENET driver. Just like
the gianfar driver, we sometimes need to insert a 64 bytes transmit status block
which is not going to be sent on the wire, just to the TDMA/TBUF, so we need to
record the correct byte count before doing that SKB inflation.

Florian Fainelli (2):
  net: bcmgenet: use skb_put_padto()
  net: bcmgenet: add byte queue limits support

 drivers/net/ethernet/broadcom/genet/bcmgenet.c | 23 ++++++++++++++++++-----
 drivers/net/ethernet/broadcom/genet/bcmgenet.h |  6 ++++++
 2 files changed, 24 insertions(+), 5 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-14  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 22:58 [PATCH net-next 0/2] net: bcmgenet: Byte Queue Limits support Florian Fainelli
2015-03-13 22:58 ` [PATCH net-next 1/2] net: bcmgenet: use skb_put_padto() Florian Fainelli
2015-03-14  4:48   ` Jaedon Shin
2015-03-13 22:58 ` [PATCH net-next 2/2] net: bcmgenet: add byte queue limits support Florian Fainelli
2015-03-13 23:03 ` [PATCH net-next 0/2] net: bcmgenet: Byte Queue Limits support Florian Fainelli
2015-03-13 23:13   ` David Miller

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).