From 895c657d15a543fb3dac2c7bd45c0910c7ec0da1 Mon Sep 17 00:00:00 2001
From: Saksham Goel <saksham.goel@cse.iitb.ac.in>
Date: Fri, 11 Sep 2020 11:19:21 +0530
Subject: [PATCH] meeting minutes sep 11 (1)

---
 MeetingMinutes.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/MeetingMinutes.md b/MeetingMinutes.md
index a7782af..2e8b590 100644
--- a/MeetingMinutes.md
+++ b/MeetingMinutes.md
@@ -92,21 +92,23 @@ Metadata is required for caching
 6. Setup related issues
 7. FS vs Object Stores vs Key Value stores
 
-
 ## Sep 11
 
 ### Discussion
 
-1. Huawei PoC: 
+1. Huawei PoC:  
     - No clear requirements, its a whiteboard for us to experiment
     - Virtual Lab is taking some time
 
 2. SmartNIC:
     - Different memories
 
-3. How are smartNICs used for KV?
-    - What parts of get/put are handled by the smartNIC?
-    - Architecture considerations based around smartNIC?
+3. Design a Distributed KV store which leverages smartNICs:
+    - What functionality does the smartNIC offers? (TODO)
+        - 'Early' processing
+    - What functions of the KV store can be offloaded to the smartNIC?
+        - What parts of get/put are handled by the smartNIC?
         - basic communication: heartbeats
-        - advanced stuff: consensus protocols?
-    - Take a concrete KV Store, add smartNIC functionality
\ No newline at end of file
+        - advanced processing: consensus protocols?
+    - Take a concrete KV Store, add smartNIC functionality
+        - RAMCloud + smartNIC
-- 
2.24.1