public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH v5 0/6] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V support
@ 2016-06-12  4:14 Antonio Quartulli
  2016-06-12  4:14 ` [B.A.T.M.A.N.] [PATCH v5 1/4] batman-adv: make the GW selection class algorithm specific Antonio Quartulli
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Antonio Quartulli @ 2016-06-12  4:14 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

This cover letter only tries to recap the changes applied from the previous
version. Please check the patch for major details.

Changes from v1:
- rebased on top of latest master (some patches from the previous patchset were
  merged already)
- accidental change to the GW table header moved to right patch
- remove bat_ prefix from API names
- API subobjects redefined as proper struct instead of anonymous ones to fix
  kernel-doc complaints
- bonus kernel-doc added
- missing include files added

Changes from v2:
- minimum default value of gw_sel_class restored to 1

Changes from v3:
- move "batman-adv: split routing API data structure in subobjects" as patch 1
- check if algo_ops->gw.get_best_gw_node was implemented before calling it
- add patch to disable GW mode knobs if API have not been implemented (6/6)

Changes from v4:
- drop CONFIG_BATMAN_ADV_BATMAN_V dependency when declaring batadv_gw_node_get()
  in gateway_client.h
- rebased on top of current master

Cheers,

Antonio Quartulli (4):
  batman-adv: make the GW selection class algorithm specific
  batman-adv: make GW election code protocol specific
  batman-adv: B.A.T.M.A.N. V - implement GW selection logic
  batman-adv: disable sysfs knobs when GW-mode is not implemented

 net/batman-adv/bat_iv_ogm.c     | 219 ++++++++++++++++++++++++++++++++++
 net/batman-adv/bat_v.c          | 254 +++++++++++++++++++++++++++++++++++++++-
 net/batman-adv/gateway_client.c | 222 +++++------------------------------
 net/batman-adv/gateway_client.h |   5 +
 net/batman-adv/gateway_common.c |   5 +-
 net/batman-adv/sysfs.c          |  62 +++++++++-
 net/batman-adv/types.h          |  23 ++++
 7 files changed, 592 insertions(+), 198 deletions(-)

-- 
2.8.4


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

end of thread, other threads:[~2016-06-27  6:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-12  4:14 [B.A.T.M.A.N.] [PATCH v5 0/6] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V support Antonio Quartulli
2016-06-12  4:14 ` [B.A.T.M.A.N.] [PATCH v5 1/4] batman-adv: make the GW selection class algorithm specific Antonio Quartulli
2016-06-13 10:45   ` Sven Eckelmann
2016-06-13 16:02     ` Antonio Quartulli
2016-06-12  4:14 ` [B.A.T.M.A.N.] [PATCH v5 2/4] batman-adv: make GW election code protocol specific Antonio Quartulli
2016-06-13 11:45   ` Sven Eckelmann
2016-06-12  4:14 ` [B.A.T.M.A.N.] [PATCH v5 3/4] batman-adv: B.A.T.M.A.N. V - implement GW selection logic Antonio Quartulli
2016-06-13 11:12   ` Sven Eckelmann
2016-06-13 16:02     ` Antonio Quartulli
2016-06-27  2:41     ` Antonio Quartulli
2016-06-13 11:26   ` Sven Eckelmann
2016-06-27  2:36     ` Antonio Quartulli
2016-06-27  6:19       ` Sven Eckelmann
2016-06-27  6:19         ` Antonio Quartulli
2016-06-13 11:45   ` Sven Eckelmann
2016-06-12  4:14 ` [B.A.T.M.A.N.] [PATCH v5 4/4] batman-adv: disable sysfs knobs when GW-mode is not implemented Antonio Quartulli
2016-06-13 10:47   ` Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox