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


Groups > linux.kernel > #1242544 > unrolled thread

[PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops

Started byVivien Didelot <vivien.didelot@savoirfairelinux.com>
First post2015-10-08 17:40 +0200
Last post2015-10-11 14:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2015-10-08 17:40 +0200
    Re: [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase  in FDB ops David Miller <davem@davemloft.net> - 2015-10-11 14:20 +0200

#1242544 — [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops

FromVivien Didelot <vivien.didelot@savoirfairelinux.com>
Date2015-10-08 17:40 +0200
Subject[PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops
Message-ID<qhlsu-7EU-9@gated-at.bofh.it>
This patchset pushes the switchdev prepare phase for the FDB add and del
operations down to the DSA drivers. Currently only mv88e6xxx is affected.

Since the dump requires a bit of refactoring in the driver, it'll come in a
future patchset.

Changes in v2:
 * forward declare switchdev structs instead of fixing the dsa.h include.

Vivien Didelot (3):
  net: dsa: add port_fdb_prepare
  net: dsa: push prepare phase in port_fdb_add
  net: dsa: use switchdev obj in port_fdb_del

 drivers/net/dsa/mv88e6171.c |  1 +
 drivers/net/dsa/mv88e6352.c |  1 +
 drivers/net/dsa/mv88e6xxx.c | 24 ++++++++++++++++++------
 drivers/net/dsa/mv88e6xxx.h |  8 ++++++--
 include/net/dsa.h           | 11 +++++++++--
 net/dsa/slave.c             | 11 +++++++----
 6 files changed, 42 insertions(+), 14 deletions(-)

-- 
2.6.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1244112 — Re: [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops

FromDavid Miller <davem@davemloft.net>
Date2015-10-11 14:20 +0200
SubjectRe: [PATCH net-next v2 0/3] net: dsa: push switchdev prepare phase in FDB ops
Message-ID<qinLA-83j-19@gated-at.bofh.it>
In reply to#1242544
From: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Date: Thu,  8 Oct 2015 11:35:11 -0400

> This patchset pushes the switchdev prepare phase for the FDB add and del
> operations down to the DSA drivers. Currently only mv88e6xxx is affected.
> 
> Since the dump requires a bit of refactoring in the driver, it'll come in a
> future patchset.
> 
> Changes in v2:
>  * forward declare switchdev structs instead of fixing the dsa.h include.

Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web