All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V2 00/10] liquidio updates and bug fixes
@ 2016-07-03 20:56 Raghu Vatsavayi
  2016-07-03 20:56 ` [PATCH net-next V2 01/10] liquidio: Vxlan support Raghu Vatsavayi
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Raghu Vatsavayi @ 2016-07-03 20:56 UTC (permalink / raw)
  To: davem; +Cc: netdev, Raghu Vatsavayi

Dave,

Following V2 patchset contains updates and bug fixes for
liquidio driver. This patchset also has changes that you
suggested in vxlan code. Please apply the patches in following
order as some of the patches depend on earlier patches in the
series.

Raghu Vatsavayi (10):
  liquidio: Vxlan support
  liquidio: Macro replacements
  liquidio: IQ synchronization
  liquidio: softcommand delay
  liquidio: iq/oq limits
  liquidio: free resources during shutdown
  liquidio: MTU limits
  liquidio: Droq validation
  liquidio: Remove redundant code
  liquidio: Response header changes

 .../net/ethernet/cavium/liquidio/cn66xx_device.c   |  22 +-
 .../net/ethernet/cavium/liquidio/cn66xx_device.h   |   2 -
 .../net/ethernet/cavium/liquidio/cn68xx_device.c   |  13 +-
 .../net/ethernet/cavium/liquidio/cn68xx_device.h   |   1 -
 drivers/net/ethernet/cavium/liquidio/cn68xx_regs.h |   1 -
 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c |  73 +++--
 drivers/net/ethernet/cavium/liquidio/lio_main.c    | 325 ++++++++++++++++-----
 .../net/ethernet/cavium/liquidio/liquidio_common.h |  35 ++-
 .../net/ethernet/cavium/liquidio/octeon_config.h   |   4 +-
 .../net/ethernet/cavium/liquidio/octeon_console.c  |  50 ++--
 .../net/ethernet/cavium/liquidio/octeon_device.c   |  99 +------
 .../net/ethernet/cavium/liquidio/octeon_device.h   |   7 +-
 drivers/net/ethernet/cavium/liquidio/octeon_droq.c |  42 +--
 drivers/net/ethernet/cavium/liquidio/octeon_droq.h |  20 +-
 drivers/net/ethernet/cavium/liquidio/octeon_iq.h   |   3 +-
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   2 +-
 .../net/ethernet/cavium/liquidio/octeon_mem_ops.c  |  24 +-
 .../net/ethernet/cavium/liquidio/octeon_network.h  |  12 +-
 drivers/net/ethernet/cavium/liquidio/octeon_nic.c  |  12 -
 .../net/ethernet/cavium/liquidio/request_manager.c |  98 ++-----
 .../ethernet/cavium/liquidio/response_manager.c    |  19 +-
 21 files changed, 433 insertions(+), 431 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-07-04 23:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-03 20:56 [PATCH net-next V2 00/10] liquidio updates and bug fixes Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 01/10] liquidio: Vxlan support Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 02/10] liquidio: Macro replacements Raghu Vatsavayi
2016-07-03 22:17   ` Joe Perches
2016-07-03 20:56 ` [PATCH net-next V2 03/10] liquidio: IQ synchronization Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 04/10] liquidio: softcommand delay Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 05/10] liquidio: iq/oq limits Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 06/10] liquidio: free resources during shutdown Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 07/10] liquidio: MTU limits Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 08/10] liquidio: Droq validation Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 09/10] liquidio: Remove redundant code Raghu Vatsavayi
2016-07-03 20:56 ` [PATCH net-next V2 10/10] liquidio: Response header changes Raghu Vatsavayi
2016-07-04 23:15 ` [PATCH net-next V2 00/10] liquidio updates and bug fixes 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.