mrkmndz / NetCache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarification regarding `value.p4` file in NetCache implementation.

dsaharia opened this issue · comments

Hello Mark,
I was trying to experiment with NetCache system and was reading through the P4 code and was confused by the value.p4 file. In your implementation, in the value.p4 file you used HANDLE_VALUE(1, 2) FINAL_PARSER(2) but in another implementation LINK, they have used till HANDLE_VALUE(8,9). My question is what is the logic behind the number 1,2,.. till 8.
Any clarification would be helpful. Thanks.