[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1455597430-17173-1-git-send-email-hariprasad@chelsio.com>
Date: Tue, 16 Feb 2016 10:07:08 +0530
From: Hariprasad Shenai <hariprasad@...lsio.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, nirranjan@...lsio.com, leedom@...lsio.com,
Hariprasad Shenai <hariprasad@...lsio.com>
Subject: [PATCH net-next 0/2] cxgb4: Use __dev_[um]c_[un]sync for MAC address syncing
Hi
This patch series adds support to use __dev_uc_sync/__dev_mc_sync to add
MAC address and __dev_uc_unsync/__dev_mc_unsync to delete MAC address.
This patch series has been created against net-next tree and includes
patches on cxgb4 and cxgb4vf driver.
We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.
Thanks
Hariprasad Shenai (2):
cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address
cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC address
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 27 ++++
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 138 ++++++++++++---------
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 92 +++++++++++---
drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 8 ++
.../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 116 ++++++++++-------
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h | 20 +++
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c | 88 ++++++++++---
7 files changed, 355 insertions(+), 134 deletions(-)
--
2.3.4
Powered by blists - more mailing lists