netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/7] liquidio VF data path
@ 2016-12-07 16:54 Raghu Vatsavayi
  2016-12-07 16:54 ` [PATCH net-next V3 1/7] liquidio CN23XX: VF offload features Raghu Vatsavayi
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Raghu Vatsavayi @ 2016-12-07 16:54 UTC (permalink / raw)
  To: davem; +Cc: netdev, Raghu Vatsavayi

Dave,

Following is V3 patch series that adds support for VF
data path related features. It also has following changes
related to previous comments:
1) Remove unnecessary "void *" casting.
2) Remove inline for functions and let gcc decide.

Please apply patches in following order as some of them
depend on earlier patches.

Raghu Vatsavayi (7):
  liquidio CN23XX: VF offload features
  liquidio CN23XX: VF link status
  liquidio CN23XX: VF mac address
  liquidio CN23XX: VF scatter gather lists
  liquidio CN23XX: VF xmit
  liquidio CN23XX: VF TX buffers
  liquidio VF rx data and ctl path

 .../ethernet/cavium/liquidio/cn23xx_vf_device.c    |   21 +
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c | 2094 +++++++++++++++++++-
 .../net/ethernet/cavium/liquidio/liquidio_common.h |    1 +
 .../net/ethernet/cavium/liquidio/octeon_device.c   |    5 +-
 drivers/net/ethernet/cavium/liquidio/octeon_droq.c |   10 +
 .../net/ethernet/cavium/liquidio/octeon_network.h  |    1 +
 .../net/ethernet/cavium/liquidio/request_manager.c |    6 +-
 .../ethernet/cavium/liquidio/response_manager.c    |    3 +-
 8 files changed, 2124 insertions(+), 17 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-12-08 18:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 16:54 [PATCH net-next V3 0/7] liquidio VF data path Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 1/7] liquidio CN23XX: VF offload features Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 2/7] liquidio CN23XX: VF link status Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 3/7] liquidio CN23XX: VF mac address Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 4/7] liquidio CN23XX: VF scatter gather lists Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 5/7] liquidio CN23XX: VF xmit Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 6/7] liquidio CN23XX: VF TX buffers Raghu Vatsavayi
2016-12-07 16:54 ` [PATCH net-next V3 7/7] liquidio VF rx data and ctl path Raghu Vatsavayi
2016-12-08 18:25 ` [PATCH net-next V3 0/7] liquidio VF data path 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).