lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 2 Jan 2014 09:12:50 +0800
From:	Ding Tianhong <dingtianhong@...wei.com>
To:	Jay Vosburgh <fubar@...ibm.com>,
	Veaceslav Falico <vfalico@...hat.com>,
	Joe Perches <joe@...ches.com>,
	Julia Lawall <julia.lawall@...6.fr>,
	"David S. Miller" <davem@...emloft.net>,
	Netdev <netdev@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH RESEND net-next 0/7] bonding: slight optimization for bonding

This serious of patches will slight optimize the mac address compare
and xmit path for bonding, also make some cleanups.

Julia was using ether_addr_equal_64bits to instead of ether_addr_equal,
it is really a hard work and she may did not make patch for bonding yet,
so I have do it in this patchset and that she could miss the bonding drivers.

resend and add cc for Julia.

Regards
Ding

Ding Tianhong (7):
  bonding: use ether_addr_equal_unaligned for bond addr compare
  bonding: slight optimization for bond_3ad_xmit_xor()
  bonding: slight optimization for bond_alb_xmit()
  bonding: slight optimizztion for bond_slave_override()
  bonding: remove unwanted return value for bond_dev_queue_xmit()
  bonding: remove the return value for bond_3ad_bind_slave()
  bonding: use ether_addr_equal_64bits to instead of ether_addr_equal

 drivers/net/bonding/bond_3ad.c  | 120 ++++++++++++++++++++--------------------
 drivers/net/bonding/bond_3ad.h  |   2 +-
 drivers/net/bonding/bond_alb.c  |  12 ++--
 drivers/net/bonding/bond_main.c |  28 ++++------
 drivers/net/bonding/bonding.h   |   2 +-
 5 files changed, 77 insertions(+), 87 deletions(-)

-- 
1.8.0


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ