1; SPDX-License-Identifier: BSD-3-Clause 2; Copyright(c) 2022 Intel Corporation 3 4// 5// Meta-data. 6// 7struct metadata_t { 8 bit<32> port 9} 10 11metadata instanceof metadata_t 12 13// 14// Pipeline. 15// 16apply { 17 rx m.port 18 tx m.port 19} 20