Vidya.Thumukunta@ibm.com has uploaded this change for review.

View Change

gRPC: add Per_Export_Per_Client QoS admin RPCs

Add gRPC equivalents for the Per_Export_Per_Client QoS D-Bus
methods on org.ganesha.nfsd.qos.

RPCs:
- ListExportClientsBandwidth
- SetExportClientBandwidth
- GetExportDefaultClientBandwidth
- SetExportDefaultClientBandwidth
- EnableAllClientQosBwControlpepc
- DisableExportQosBwControlpepc
- EnableAllClientQosIopsControlpepc
- DisableExportQosIopsControlpepc
- ListExportClientsIOPS
- SetExportClientIOPS

Add the corresponding QoS helpers in nfs_qosmgr.c and gRPC
handlers in nfsServiceServer.cc.

Change-Id: Id31f2f9871ca2b48b4ba3fde516cbba520d0d8a9
Signed-off-by: VidyaThumukunta <Vidya.Thumukunta@ibm.com>
---
M src/grpc_server/nfsService.h
M src/grpc_server/nfsServiceServer.cc
M src/grpc_server/proto/qosService.proto
M src/include/nfs_qos_grpc.h
M src/support/nfs_qosmgr.c
5 files changed, 1,323 insertions(+), 0 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/63/1247563/1

To view, visit change 1247563. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Id31f2f9871ca2b48b4ba3fde516cbba520d0d8a9
Gerrit-Change-Number: 1247563
Gerrit-PatchSet: 1
Gerrit-Owner: Vidya.Thumukunta@ibm.com