All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] amd-xgbe: AMD 10Gb Ethernet driver updates
@ 2014-06-24 21:19 Tom Lendacky
  2014-06-24 21:19 ` [PATCH net-next 1/6] amd-xgbe: Make defines in xgbe.h unique Tom Lendacky
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Tom Lendacky @ 2014-06-24 21:19 UTC (permalink / raw)
  To: netdev; +Cc: davem

The following series fixes some bugs and provides new/changed support
in the driver.

- Make all the defines in the xgbe.h file unique by prefixing them with
  XGBE_ if they are not currently using the prefix.
- VLAN CTAGs are supplied in context descriptors. Tell the hardware to
  look in the Tx context descriptor, and not a register, for the VLAN CTAG
  to be inserted in the packet.
- The hardware will indicate a VLAN packet has been received even if VLAN
  CTAG stripping is currently disabled.  Only indicate that a VLAN CTAG
  has been stripped for the current packet if stripping is enabled.
- Add support for VLAN filtering
- Modify destination address filtering to use the hardware hash tables
- Eliminate a checkpatch warning by replacing sscanf with kstrtouint

This patch series is based on net-next.

---

Tom Lendacky (6):
      amd-xgbe: Make defines in xgbe.h unique
      amd-xgbe: VLAN Tx tag insertion fix
      amd-xgbe: VLAN Rx tag stripping fix
      amd-xgbe: Add support for VLAN filtering
      amd-xgbe: Change destination address filtering support
      amd-xgbe: Resolve checkpatch warning about sscanf usage


 drivers/net/ethernet/amd/Kconfig             |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h  |   26 +-
 drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c |    9 -
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c    |   23 +-
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c     |  344 ++++++++++++++++++--------
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c     |  115 ++++++---
 drivers/net/ethernet/amd/xgbe/xgbe-main.c    |   13 +
 drivers/net/ethernet/amd/xgbe/xgbe.h         |   55 ++--
 8 files changed, 398 insertions(+), 189 deletions(-)

-- 
Tom Lendacky

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

end of thread, other threads:[~2014-06-27 13:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 21:19 [PATCH net-next 0/6] amd-xgbe: AMD 10Gb Ethernet driver updates Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 1/6] amd-xgbe: Make defines in xgbe.h unique Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 2/6] amd-xgbe: VLAN Tx tag insertion fix Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 3/6] amd-xgbe: VLAN Rx tag stripping fix Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 4/6] amd-xgbe: Add support for VLAN filtering Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 5/6] amd-xgbe: Change destination address filtering support Tom Lendacky
2014-06-24 21:19 ` [PATCH net-next 6/6] amd-xgbe: Resolve checkpatch warning about sscanf usage Tom Lendacky
2014-06-24 22:00   ` Joe Perches
2014-06-24 22:44     ` Tom Lendacky
2014-06-24 22:53       ` Joe Perches
2014-06-25 13:27         ` Tom Lendacky
2014-06-27  0:12         ` David Miller
2014-06-27 13:35           ` Tom Lendacky
2014-06-27  0:15 ` [PATCH net-next 0/6] amd-xgbe: AMD 10Gb Ethernet driver updates David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.