p4lang / p4-dpdk-target

P4 driver SW for P4 DPDK target.
Apache License 2.0
57 stars 19 forks source link

Address Key_mask issue #79

Closed asunkad closed 1 year ago

asunkad commented 1 year ago

When table match key fields are of different match types like EXACT match and LPM match, key mask calculated only for LPM key, which leads to key match failure.

To mitigate the issue calculating key mask for both EXACT and LPM key types.

Signed-off-by: Anand Sunkad anand.sunkad@intel.com