Hi ~
I'm working on reproducing your NetCache implementations. According to the code on master branch, it seems no bitmap implementations. Since the value length is 128 bytes (generated by the default python script) and the p4src/value.p4 logic just put the 128 bytes value into 32*4 register arrays.
Can you supply a bitmap implementation (including the controller logic) described in the paper ?
Hi ~ I'm working on reproducing your
NetCache
implementations. According to the code on master branch, it seems nobitmap
implementations. Since the value length is 128 bytes (generated by the default python script) and thep4src/value.p4
logic just put the 128 bytes value into 32*4 register arrays. Can you supply abitmap
implementation (including the controller logic) described in the paper ?