public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Simon Wunderlich <sw@simonwunderlich.de>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] [PATCH 00/11] pull request for net-next: batman-adv 2016-07-04
Date: Tue, 05 Jul 2016 11:02:05 +0200	[thread overview]
Message-ID: <2972702.D1HUdGKSgq@prime> (raw)
In-Reply-To: <20160704.233725.776967939409818077.davem@davemloft.net>

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

Hi David,

On Monday 04 July 2016 23:37:25 David Miller wrote:
> From: Simon Wunderlich <sw@simonwunderlich.de>
> Date: Mon,  4 Jul 2016 15:02:48 +0200
> 
> > this is our second and final feature pull request for batman-adv in this
> > round.
> > 
> > Please pull or let me know of any problem!
> 
> Pulled, thanks.
> 
> I have no idea why you guys were using debugfs for anything that
> actually matters like configuration. :-/  debugfs should only be
> used for "debugging", such that if debugfs were not present the
> full functionality of the facility would still be present.

as Sven pointed out, debugfs was not used for configuration (except for very 
deep tune parameters which are really for debugging anyway). We use sysfs 
(formerly) and now rtnl for configuration.

However, debugfs has quite some tables showing the current state of the mesh 
(read only) which are obviously interesting for many users as well. Therefore 
we want to change to a netlink based interface in the long run, similar to 
what the wireless stack and iw are doing. This will also enable new features 
like proper namespace support, which we are going to integrate soon.

Cheers,
     Simon

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      parent reply	other threads:[~2016-07-05  9:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04 13:02 [B.A.T.M.A.N.] [PATCH 00/11] pull request for net-next: batman-adv 2016-07-04 Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 01/11] batman-adv: Include main.h in bat_v_ogm.h Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: Keep includes ordered by filename Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 03/11] batman-adv: split tvlv into a separate file Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 04/11] batman-adv: move bat_algo functions " Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 05/11] batman-adv: Consolidate logging related functions Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: Fix bat_(iv|v) function declaration header Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: add generic netlink family for batman-adv Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: add netlink command to query generic mesh information files Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: return netdev status in the TX path Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: throughput meter implementation Simon Wunderlich
2016-07-04 13:02 ` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: split routing API data structure in subobjects Simon Wunderlich
2016-07-05  6:37 ` [B.A.T.M.A.N.] [PATCH 00/11] pull request for net-next: batman-adv 2016-07-04 David Miller
2016-07-05  7:07   ` Sven Eckelmann
2016-07-05  9:02   ` Simon Wunderlich [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=2972702.D1HUdGKSgq@prime \
    --to=sw@simonwunderlich.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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