p4lang / pna

Portable NIC Architecture
Apache License 2.0
55 stars 21 forks source link

`send_to_vport` and `VportId_t` seems depreciated but still available in the example codes #39

Open lzhzero opened 2 years ago

lzhzero commented 2 years ago

I am trying to use p4c-dpdk to compile the codes in the examples folder, and found that the extern send_to_vport and type VportID_t are used, which are no longer available in the pna.p4.

I suppose they are depreciated?