netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: batman-adv 2014-08-05
@ 2014-08-05  7:36 Antonio Quartulli
  2014-08-05  7:36 ` [PATCH 1/4] batman-adv: prefer kmalloc_array to kmalloc when possible Antonio Quartulli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Antonio Quartulli @ 2014-08-05  7:36 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n

Hello David,

this is a pull request intended for net-next/linux-3.17 (yeah..it's really
late).

Patches 1, 2 and 4 are really minor changes:
- kmalloc_array is substituted to kmalloc when possible (as suggested by
  checkpatch);
- net_ratelimited() is now used properly and the "suppressed" message is not
  printed anymore if not needed;
- the internal version number has been increased to reflect our current version.

Patch 3 instead is introducing a change in the metric computation function
by changing the penalty applied at each mesh hop from 15/255 (~6%) to
30/255 (~11%). This change is introduced by Simon Wunderlich after having
observed a performance improvement in several networks when using the new value.


Please pull or let me know of any problem!

Thanks a lot,
	Antonio



The following changes since commit e6b92c25d20c64c271ef429bba8febeefb848b5b:

  cxgb4i : remove spurious use of rcu (2014-08-02 20:34:33 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem

for you to fetch changes up to 0028c72ec4300997f2d0b73594f391983090463b:

  batman-adv: Start new development cycle (2014-08-04 16:03:13 +0200)

----------------------------------------------------------------
Included changes:
- kmalloc_array instead of kmalloc when possible
- avoid log spam due to useless net_ratelimit() invocations
- increase default metric hop penalty from 15 to 30
- update internal version number

----------------------------------------------------------------
André Gaul (1):
      batman-adv: remove unnecessary logspam

Antonio Quartulli (1):
      batman-adv: prefer kmalloc_array to kmalloc when possible

Simon Wunderlich (2):
      batman-adv: increase default hop penalty
      batman-adv: Start new development cycle

 net/batman-adv/bat_iv_ogm.c            | 13 +++++++------
 net/batman-adv/distributed-arp-table.c |  3 ++-
 net/batman-adv/hash.c                  |  6 +++---
 net/batman-adv/main.h                  | 22 +++++++++++++++-------
 net/batman-adv/routing.c               | 18 +++++++++---------
 net/batman-adv/soft-interface.c        |  2 +-
 6 files changed, 37 insertions(+), 27 deletions(-)

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

end of thread, other threads:[~2014-08-05 23:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05  7:36 pull request: batman-adv 2014-08-05 Antonio Quartulli
2014-08-05  7:36 ` [PATCH 1/4] batman-adv: prefer kmalloc_array to kmalloc when possible Antonio Quartulli
2014-08-05  7:36 ` [PATCH 2/4] batman-adv: remove unnecessary logspam Antonio Quartulli
2014-08-05  7:36 ` [PATCH 3/4] batman-adv: increase default hop penalty Antonio Quartulli
2014-08-05  7:36 ` [PATCH 4/4] batman-adv: Start new development cycle Antonio Quartulli
2014-08-05 23:40 ` pull request: batman-adv 2014-08-05 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).