netx-repo / netcache-p4

NetCache in P4
Apache License 2.0
58 stars 30 forks source link

Question about bitmap implementations #3

Open CaribouW opened 2 years ago

CaribouW commented 2 years ago

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 ?