Thanks, Dave.
Hemant
From: v...@barachs.net
Sent: Thursday, November 26, 2020 7:51 AM
To: hem...@mnkcg.com; vpp-dev@lists.fd.io
Subject: RE: [vpp-dev] bihash doc fix
Planted a redirect from wiki.fd.io to fd.io docs, removed the duplicate
documentation from the wiki, and made the
...@mnkcg.com; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] bihash doc fix
If one notices that rest of the code at the link below uses "hash_table",
and only the line of code shown below uses "hash". This is why I sent out
my email.
Hemant
From: vpp-dev@lists.f
6:02 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] bihash doc fix
This is the link I looked at: https://wiki.fd.io/view/VPP/Bihash
Adding bihash to main_t struct adds this:
clib_bihash_8_8_t hash;
But it should be
clib_bihash_8_8_t hash_table;
Thanks,
Hemant
smime.p7s
This is the link I looked at: https://wiki.fd.io/view/VPP/Bihash
Adding bihash to main_t struct adds this:
clib_bihash_8_8_t hash;
But it should be
clib_bihash_8_8_t hash_table;
Thanks,
Hemant
smime.p7s
Description: S/MIME cryptographic signature
-=-=-=-=-=-=-=-=-=-=-=-